<?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[[ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware?]]></title><description><![CDATA[<p>Hi, Folks,</p>
<p>Has anyone heard of or had experience with implementing some kind of pedometer or heart rate monitor into Isadora? Extra points for VO2 Max.<br /></p>
<p>I want to see if it's possible to trigger cues based on steps taken, heart-rate over time (RMS), and/or oxygen saturation.</p>
<p>I've been wondering if there's a way to play with the accelerometer actor of an iPhone to DIY a pedometer in Isadora, where if various values change by x amount within a y interval of time, then that registers as a "step" - but I'm not sure how to go about that...</p>
<p>The ideal would be an open source FitBit type thing that I can get the raw data from that just does it all!</p>
<p>Any thoughts on how I might go about this?</p>
<p>My Best,</p>
<p>Malachy<br /></p>
<p></p>]]></description><link>https://community.troikatronix.com/topic/7001/answered-step-counter-pedometer-heart-rate-monitor-link-with-fitbit-type-hardware</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 13:35:05 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/7001.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Nov 2020 16:48:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Mon, 30 Nov 2020 15:49:23 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3936">@orozcom</a></p>
<p>The Adafruit Huzzah is also fine, it can send OSC over the Network to your Show PC. Much easier to setup then Serial communication. Please be aware that you should have a solid isolated network for this types of things. (That can do both 2.4 Ghz as 5Ghz, since micro controllers most speakly on 2.4Ghz)</p>
<p></p>
<p></p>]]></description><link>https://community.troikatronix.com/post/43780</link><guid isPermaLink="true">https://community.troikatronix.com/post/43780</guid><dc:creator><![CDATA[Juriaan]]></dc:creator><pubDate>Mon, 30 Nov 2020 15:49:23 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Mon, 30 Nov 2020 09:21:13 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3936">@orozcom</a> I strongly recommend the teensy (arduino clone). It shows up as a midi interface in isadora and saves you the grief of using serial communication.</p><p><br />good luck!</p>]]></description><link>https://community.troikatronix.com/post/43779</link><guid isPermaLink="true">https://community.troikatronix.com/post/43779</guid><dc:creator><![CDATA[fubbi]]></dc:creator><pubDate>Mon, 30 Nov 2020 09:21:13 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Sun, 29 Nov 2020 13:56:28 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/9">@fubbi</a> Thanks for this - I've got the Amped PulseSensor, and an Adafruit Huzzah with the accelerometer on the way. Thanks for the YouTube link!<br /></p>]]></description><link>https://community.troikatronix.com/post/43768</link><guid isPermaLink="true">https://community.troikatronix.com/post/43768</guid><dc:creator><![CDATA[orozcom]]></dc:creator><pubDate>Sun, 29 Nov 2020 13:56:28 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Sun, 22 Nov 2020 17:19:41 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3936">@orozcom</a> There are IOT style arduinos that have accelerometers built in or you can get them on a breakout board.</p>
<p>The isadora part is the "easy" part, at least once you got the OSC sending. It sounds like you need to start playing with arduinos first. There are some resources here on the forum but a lot of your questions will probably warrant a visit to the arduino forum as well. </p>
<p>Try the teensy. It can be set to act as a HID or midi interface so that will be very isadora friendly in terms of communication (instead of OSC). The pulse sensor will work fine with the teensy.</p>
<p>here is a guy setting up a accelerometer with the teensy. If you google '<a href="https://www.google.com/search?rlz=1C1CHBF_deDE928DE928&amp;sxsrf=ALeKk02u3A5uzacBDKw1Yu_fs-D21raUPQ%3A1606065228005&amp;ei=S5y6X6DgPI2-Up2UjogJ&amp;q=arduino+pedometer&amp;oq=arduino+pedo&amp;gs_lcp=CgZwc3ktYWIQAxgAMgcIIxDJAxAnMgIIADIGCAAQFhAeMgYIABAWEB4yBggAEBYQHjIGCAAQFhAeMgYIABAWEB4yBggAEBYQHjIGCAAQFhAeMgYIABAWEB46BAgAEEc6BAgjECc6CAgAEMkDEJECOgUIABCRAjoFCAAQywE6BAgAEEM6CAgAEMkDEMsBOgcIABAUEIcCUMX_DVi6gw5g1JIOaABwAngAgAFkiAH5ApIBAzMuMZgBAKABAaoBB2d3cy13aXrIAQjAAQE&amp;sclient=psy-ab">arduino pedometer</a>' there are plenty resources on how to detect steps.</p>
<iframe width="500" height="281" src="//www.youtube.com/embed/J-SyCV0BIfM"></iframe>
<p></p>]]></description><link>https://community.troikatronix.com/post/43696</link><guid isPermaLink="true">https://community.troikatronix.com/post/43696</guid><dc:creator><![CDATA[fubbi]]></dc:creator><pubDate>Sun, 22 Nov 2020 17:19:41 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Sat, 21 Nov 2020 22:43:05 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/205">@bonemap</a> That's really helpful - thanks. I've had some success with using touchOSC and an iPhone's accelerometer in the past, so I have a vague idea of setting up small, dedicated networks for Isadora. It's been a while, though, so it's good to be reminded!</p><p>Would you have any thoughts about the pedometer portion of this?</p><p>This person here has made an Arduino pedometer. Do you think it would be as simple as adding a wireless component to something like this?</p><p><a href="https://circuitdigest.com/microcontroller-projects/diy-arduino-pedometer-counting-steps-using-arduino-and-accelerometer">https://circuitdigest.com/micr...</a><br /></p>]]></description><link>https://community.troikatronix.com/post/43683</link><guid isPermaLink="true">https://community.troikatronix.com/post/43683</guid><dc:creator><![CDATA[orozcom]]></dc:creator><pubDate>Sat, 21 Nov 2020 22:43:05 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Sat, 21 Nov 2020 21:40:34 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3936">@orozcom</a></p><p><br />Hi,</p><p>The underlying components would very easily be configured to transmit the heart rate data from a sensor like the ‘pulse sensor’ that <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/9">@fubbi</a> is referring to. I have used a bunch of the same sensors also. Transmitting to OSC is a good option for working with Isadora. It does require or at least it is a recommendation to use a dedicated wireless network device to keep the UDP OSC stream as reliable as possible in performance.</p><p>Best Wishes</p><p>Russell</p>]]></description><link>https://community.troikatronix.com/post/43681</link><guid isPermaLink="true">https://community.troikatronix.com/post/43681</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Sat, 21 Nov 2020 21:40:34 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Sat, 21 Nov 2020 21:27:24 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/9">@fubbi</a> Very nifty indeed. The Mobile Mood Lab is fantastic on George’s Vimeo is amazing!</p><p><a href="https://vimeo.com/360248747">https://vimeo.com/360248747</a><br /></p>]]></description><link>https://community.troikatronix.com/post/43680</link><guid isPermaLink="true">https://community.troikatronix.com/post/43680</guid><dc:creator><![CDATA[orozcom]]></dc:creator><pubDate>Sat, 21 Nov 2020 21:27:24 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Sat, 21 Nov 2020 21:22:01 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a> What a hilarious name for a component. Cheers - it’s starting to look more and more like a possibility!</p>]]></description><link>https://community.troikatronix.com/post/43679</link><guid isPermaLink="true">https://community.troikatronix.com/post/43679</guid><dc:creator><![CDATA[orozcom]]></dc:creator><pubDate>Sat, 21 Nov 2020 21:22:01 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Sat, 21 Nov 2020 12:27:09 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3936">@orozcom</a> it was a build for a visual artist. A small wearable that emitted pulsing light. This seems nifty: <a href="https://github.com/trentbrooks/HeartRateOSC">HeartRateOSC</a></p>]]></description><link>https://community.troikatronix.com/post/43673</link><guid isPermaLink="true">https://community.troikatronix.com/post/43673</guid><dc:creator><![CDATA[fubbi]]></dc:creator><pubDate>Sat, 21 Nov 2020 12:27:09 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Fri, 20 Nov 2020 21:18:12 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3936">@orozcom</a> said:</p>
<blockquote>Would you suggest I dive in</blockquote>
<p> Yes, you should be able to connect the device <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/9">@fubbi</a> linked, to a ESP8266 (I have been using the <a href="https://www.adafruit.com/product/2821" target="_blank">Huzzah</a>), then communicate with Isadora using <a href="https://github.com/hideakitai/ArtNet" target="_blank">Art Net</a> (this has been my approach).<br /><br />Sounds like a fun project :)<br /><br />NOTE: USB power-banks make for great power sources.</p>]]></description><link>https://community.troikatronix.com/post/43670</link><guid isPermaLink="true">https://community.troikatronix.com/post/43670</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Fri, 20 Nov 2020 21:18:12 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Fri, 20 Nov 2020 21:07:24 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/9">@fubbi</a> Mind blown. This is exactly what I've been looking for. Thanks for the tip on the dropouts. I will definitely have a look at some of the guides.<br /></p><p>I'm curious: what was your use-case for your heart monitor?</p>]]></description><link>https://community.troikatronix.com/post/43669</link><guid isPermaLink="true">https://community.troikatronix.com/post/43669</guid><dc:creator><![CDATA[orozcom]]></dc:creator><pubDate>Fri, 20 Nov 2020 21:07:24 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Fri, 20 Nov 2020 21:05:54 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a> Understood on the posting etiquette. <br /></p><p>Wow. Thanks for the suggestion of ESP8266.</p><p>I'm very new to the world of microcontrollers. Would you suggest I dive in, and see if I can get controllers talking to Isadora over WiFi?<br /></p><p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/205">@bonemap</a> Those wearables are really something! Would your DanceDanceSense work as a pedometer, do you think?<br /></p>]]></description><link>https://community.troikatronix.com/post/43668</link><guid isPermaLink="true">https://community.troikatronix.com/post/43668</guid><dc:creator><![CDATA[orozcom]]></dc:creator><pubDate>Fri, 20 Nov 2020 21:05:54 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Fri, 20 Nov 2020 20:35:55 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3936">@orozcom</a> I did some work with a hart pulse monitor and arduino. I used this one: <a href="https://www.adafruit.com/product/1093">pulse sensor amped</a></p><p>and there are other ones. And plenty of info on how to connect isadora and arduino here on the forum.</p><p>In a nutshell I would say its realiable enough to monitor a pulse this way. there will be dropouts but if your average over time its fine.</p>]]></description><link>https://community.troikatronix.com/post/43667</link><guid isPermaLink="true">https://community.troikatronix.com/post/43667</guid><dc:creator><![CDATA[fubbi]]></dc:creator><pubDate>Fri, 20 Nov 2020 20:35:55 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] ​Step Counter (Pedometer) &#x2F; Heart Rate Monitor &#x2F; Link with FitBit-type Hardware? on Fri, 20 Nov 2020 20:05:27 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3936">@orozcom</a></p><p>First, I deleted your cross-post. It really isn't necessary in our forum to cross post since most users check the recent/or unread view.</p><p>So, a few users have worked on wireless microController based feedback systems.<br />The one that comes to mind right away was something <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/205">@bonemap</a> pointed me toward sometime back. Perhaps he can share a link/details again.</p><p>One micro controller I know has been used (I have used as well) is the based on ESP8266<br />This search brings up a few interesting forum posts. (I think I see Bonemaps in there as well)<br /> <a href="https://community.troikatronix.com/search?term=ESP8266&amp;in=titlesposts">https://community.troikatronix...</a></p>]]></description><link>https://community.troikatronix.com/post/43666</link><guid isPermaLink="true">https://community.troikatronix.com/post/43666</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Fri, 20 Nov 2020 20:05:27 GMT</pubDate></item></channel></rss>