[ANSWERED] Step Counter (Pedometer) / Heart Rate Monitor / Link with FitBit-type Hardware?
-
@orozcom said:
Would you suggest I dive in
Yes, you should be able to connect the device @fubbi linked, to a ESP8266 (I have been using the Huzzah), then communicate with Isadora using Art Net (this has been my approach).
Sounds like a fun project :)
NOTE: USB power-banks make for great power sources. -
@orozcom it was a build for a visual artist. A small wearable that emitted pulsing light. This seems nifty: HeartRateOSC
-
@dusx What a hilarious name for a component. Cheers - it’s starting to look more and more like a possibility!
-
@fubbi Very nifty indeed. The Mobile Mood Lab is fantastic on George’s Vimeo is amazing!
-
Hi,The underlying components would very easily be configured to transmit the heart rate data from a sensor like the ‘pulse sensor’ that @fubbi 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.
Best Wishes
Russell
-
@bonemap 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!
Would you have any thoughts about the pedometer portion of this?
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?
-
@orozcom There are IOT style arduinos that have accelerometers built in or you can get them on a breakout board.
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.
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.
here is a guy setting up a accelerometer with the teensy. If you google 'arduino pedometer' there are plenty resources on how to detect steps.
-
@fubbi Thanks for this - I've got the Amped PulseSensor, and an Adafruit Huzzah with the accelerometer on the way. Thanks for the YouTube link!
-
@orozcom 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.
good luck! -
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)