<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Heart Unit with Core 2 - any suggestions?]]></title><description><![CDATA[<p dir="auto">I just received 2 new Heart Units and have tested them using UiFlow &amp; the supplied test code or slightly modified versions of the test code.  Both of the units read the heart rate at about 2x the actual rate or sometimes randomly.  The SpO2 readings are close when compared to a medical grade Pulse Oximeter.  Experimenting with the LED current settings sometimes makes the units work properly, but it is very intermittent &amp; will not repeat with a core restart.  Experimenting with the timing delays produces similar results.</p>
<p dir="auto">I connected a logic analyzer - data pulses seem to agree with the delays specified in the code.</p>
<p dir="auto">Has anyone figured out how to improve the results with these Heart Unit devices?   Is it possible the Core 2 can't supply enough current to the Heart Unit?</p>
]]></description><link>https://community.m5stack.com/topic/4827/heart-unit-with-core-2-any-suggestions</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 20:15:44 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4827.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 19 Nov 2022 22:28:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Heart Unit with Core 2 - any suggestions? on Mon, 28 Nov 2022 19:20:26 GMT]]></title><description><![CDATA[<p dir="auto">This sensor  is surprisingly difficult to use but I still learned a lot.   As suggested, I took a look at the raw data from the sensor using an M5Stack Arduino program.  Although you can see the pulse data, it is very unstable, noisy and has a varying offset.  Here is a very good description of what it takes to make the MAX30100 work.<br />
<a href="https://morf.lv/implementing-pulse-oximeter-using-max30100" target="_blank" rel="noopener noreferrer nofollow ugc">https://morf.lv/implementing-pulse-oximeter-using-max30100</a>  In addition to what the article says, the two Heart sensors I have  behave differently and would require individual calibrations.</p>
]]></description><link>https://community.m5stack.com/post/19402</link><guid isPermaLink="true">https://community.m5stack.com/post/19402</guid><dc:creator><![CDATA[earla]]></dc:creator><pubDate>Mon, 28 Nov 2022 19:20:26 GMT</pubDate></item><item><title><![CDATA[Reply to Heart Unit with Core 2 - any suggestions? on Sun, 27 Nov 2022 01:29:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/basgoossen" aria-label="Profile: basgoossen">@<bdi>basgoossen</bdi></a> Thank you for this excellent information.</p>
]]></description><link>https://community.m5stack.com/post/19391</link><guid isPermaLink="true">https://community.m5stack.com/post/19391</guid><dc:creator><![CDATA[earla]]></dc:creator><pubDate>Sun, 27 Nov 2022 01:29:58 GMT</pubDate></item><item><title><![CDATA[Reply to Heart Unit with Core 2 - any suggestions? on Mon, 21 Nov 2022 14:25:02 GMT]]></title><description><![CDATA[<p dir="auto">PPG is pretty finicky and the signal more often than not requires cleanup by software algorithms. Double readings are not uncommon and appear even in medical grade sensors. Most sensors used nowadays have multiple emittors or a single emittor with multiple sensors. The "evaluation sensor" with one led and one sensor used for this device will indeed require very precise and stable placement. Even so i'd recommend trying to get the raw signal out of the sensor if possible at 24-40hz (24 and 40hz are commonly used for PPG processing algorithms and usually a good place to start from). working with and visualising the raw signals will give you a much better insight of what you're measuring.</p>
<p dir="auto">Current supplyed by the Core2 is not gona be a limiting factor in this. Noise of the voltage convertor could cause issues, but this can only be checked if the raw signal is analysed. Often sensors make use of motion sensors to discard readings during detected motion.</p>
]]></description><link>https://community.m5stack.com/post/19348</link><guid isPermaLink="true">https://community.m5stack.com/post/19348</guid><dc:creator><![CDATA[basgoossen]]></dc:creator><pubDate>Mon, 21 Nov 2022 14:25:02 GMT</pubDate></item><item><title><![CDATA[Reply to Heart Unit with Core 2 - any suggestions? on Sun, 20 Nov 2022 17:36:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> Yes - I am making progress - working on the calibration against a medical grade device.  Thank you!</p>
]]></description><link>https://community.m5stack.com/post/19343</link><guid isPermaLink="true">https://community.m5stack.com/post/19343</guid><dc:creator><![CDATA[earla]]></dc:creator><pubDate>Sun, 20 Nov 2022 17:36:22 GMT</pubDate></item><item><title><![CDATA[Reply to Heart Unit with Core 2 - any suggestions? on Sun, 20 Nov 2022 17:35:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/teastain" aria-label="Profile: teastain">@<bdi>teastain</bdi></a> Yes!  Binding it to my finger makes it work properly!  Thank you!</p>
<p dir="auto">Seeing the module code M5Stack is using would certainly help, but I don't know how to do this of if it is even possible.</p>
]]></description><link>https://community.m5stack.com/post/19342</link><guid isPermaLink="true">https://community.m5stack.com/post/19342</guid><dc:creator><![CDATA[earla]]></dc:creator><pubDate>Sun, 20 Nov 2022 17:35:03 GMT</pubDate></item><item><title><![CDATA[Reply to Heart Unit with Core 2 - any suggestions? on Sun, 20 Nov 2022 07:31:59 GMT]]></title><description><![CDATA[<p dir="auto">The Issue with the heart monitors is that they need to be placed in specific positions on the body and in a specific way or you will get incorrect reading from them.<br />
They may also not be accurate from the start and may need to be calibrated for use.</p>
<p dir="auto">I published a project here <a href="https://www.hackster.io/AJB2K3/wrist-mounted-heart-monitor-cefbb0" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.hackster.io/AJB2K3/wrist-mounted-heart-monitor-cefbb0</a> where I used a watch strap to put pressure on the sensor against the wrist but still had odd readings. the best I have found is to use a fingertip clamp but can't find the 3d printable model I used in an experiment.</p>
]]></description><link>https://community.m5stack.com/post/19340</link><guid isPermaLink="true">https://community.m5stack.com/post/19340</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sun, 20 Nov 2022 07:31:59 GMT</pubDate></item><item><title><![CDATA[Reply to Heart Unit with Core 2 - any suggestions? on Sat, 19 Nov 2022 22:58:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/earla" aria-label="Profile: earla">@<bdi>earla</bdi></a> constant pressure on the sensor to the finger is key. Make some tight elastic restraint and don't move a muscle during testing!<br />
If you can port your serial to a serial monitor or plotter, it will be very elucidating!</p>
]]></description><link>https://community.m5stack.com/post/19338</link><guid isPermaLink="true">https://community.m5stack.com/post/19338</guid><dc:creator><![CDATA[teastain]]></dc:creator><pubDate>Sat, 19 Nov 2022 22:58:46 GMT</pubDate></item></channel></rss>