Healthcare Monitoring
Hi guys .....
can someone help me with my project ..I'm kind of stuck ..
I have these :
http://www.parallax.com/product/32900
http://learn.parallax.com/KickStart/28048
http://media.digikey.com/pdf/Data Sheets/Parallax PDFs/28047_Web.pdf
I need spin codes for receiving heart beats and calculating the rate per minute and showing the result on the terminal or on the 7-segments
please .............................
can someone help me with my project ..I'm kind of stuck ..
I have these :
http://www.parallax.com/product/32900
http://learn.parallax.com/KickStart/28048
http://media.digikey.com/pdf/Data Sheets/Parallax PDFs/28047_Web.pdf
I need spin codes for receiving heart beats and calculating the rate per minute and showing the result on the terminal or on the 7-segments
please .............................
Comments
Since the idea of a project is to learn how to do it yourself, you should concentrate on how to create a timer in Spin that can count events over a specified period of time. There are plenty of examples here, and some ready-made objects on OBEX that can do this.
The Learn code already prints the result to the serial terminal.
I tried..........but...do I need additional micro-controller to create a timer ?
For a headstart, you could check out some of the activities on learn.parallax.com. Does it have to be Spin? If you're allowed to do your project in Propeller C you could try this page:
http://learn.parallax.com/multicore-approaches
and the tutorials linked from it. Several examples of setting up a separate cog with its own timer. And that's only one way to do it (but is my favorite, as it uses the multi-core strength of the Propeller).
one more question : how to send measurements of sensor wirelessly through an access point to the server ?
using spin codes?
I saw the example on digi.com ....I did the steps but doesn't work ?? may be I wired wrong ..?
help ...please .....................I don't have much time.................................................................................
Have you configured your xbee properly/at all? Is this a normal xbee or a wifi one? The xbee object I assume you're using only supports normal ones, but I'm sure it could be easily modified to work with wifi xbees.
but I'm not sure how to link the LM34 temperature sensor to the xbee............wiring...coding..!!
I create an account on xbee wifi cloud then added temperature widget ...but it doesn't get readings from the sensor...!
please help.......................
Earlier you said that you might have wired it wrong, which implies that you already have a circuit. Can you please post a schematic, description, or picture of your circuit so we can know whether or not you wired it correctly? Can you post a link to the example you used on digi.com?
Are the LM34 to XBee relay and the heartbeat monitor the same project or are they separate? If they are related, did you get the heartbeat monitor working or do you still need help with that?
Please give us as many details as possible so we can understand your problem better.
my problem is how to use xbee with them ?
how to send the results to the cloud to any IP address ?
what is the codes that makes xbee send results to the cloud ?
I would recommend first getting all of your sensors to print their data to PST (Parallax Serial Terminal). That part sounds easier and should help you get the hang of the Propeller and C before you move on to the more difficult part of sending it over the internet.
On rereading your post, you seem to imply that you got the LM34 working. Did you? Can you get all of the data you want to eventually send over the internet to the terminal?
If you're still having trouble with your sensors, can you post your code?
I've worked with normal non-wifi xbees and know something about their protocol. I'll see how hard it would be to make the XBee library I use work with wifi xbees. Do you have a link to Digi's wifi example?
and I did this http://ftp1.digi.com/support/documentation/90002196-88_B.pdf
I can see on device cloud that xbee is connected
but I don't know how to use it to send data !!!
but I want to send it to a specific server which has a database to store readings.....
how I can do that ?
and how I can reset the xbee on BoE when I want to use different access point ?