Simple HRMI (Heartbeat) sketch problem

Hey Guys,

I've come a little stuck in my quest to get my heartbeat data into arduino. My setup is as below and as you can see features the Sparkfun HRMI board to receive the HR data from a standard Polar belt transmitter and send it to arduino in an 'easy' to use format.

As all I want to do is simply turn on an LED when my heart rate goes over 80 I figured I could adapt the example code from the HRMI designer Dan Julio 404 Not Found
However all of his code was written for arduino 0012 so now with my fresh 0017 just throws up a bunch of errors :frowning:

Are there any of sources I can look to? I read another post that suggested I had to convert the analogue pulses in a sketch, but I'm not really that processing savvy to be honest

Any help would be great!

this is the more appropriate forum, but please don't multi post, it creates confusion (especially if 2 people are giving different advice and are not aware of it)

did you try and compile the processing code in the arduino developing program? processing has its own development tools

Hey Weirdo557,

Thanks for replying, I actually got it all to compile and upload now inside the arduino program but having some problems getting data to appear in the serial window. If you could offer any advice I've explained it better in another post http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1265162832

Thanks!