View previous topic :: View next topic |
Author |
Message |
biomed12
Joined: 05 Feb 2016 Posts: 33
|
How to Send Biosignals Over Internet |
Posted: Tue Aug 16, 2016 3:21 pm |
|
|
Hello dear members,
I should send adc datas which comes from biosensor (electrocardiogram). Briefly, how can i do this ? Now i watch ecg signals from pic to labview via serial port. I want to send this datas over internet and watch them from another computer.
Thanks.
Last edited by biomed12 on Tue Aug 16, 2016 6:56 pm; edited 1 time in total |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9220 Location: Greensville,Ontario
|
|
Posted: Tue Aug 16, 2016 4:36 pm |
|
|
send the serial data you already have to a RS-232<>WIFI adapter, maybe an ESP2866 WIFI module ?
Just be sure the voltages are correct as most 'modules' are 3 volt devices and don't like 5 volt PICs !!
Jay |
|
|
biomed12
Joined: 05 Feb 2016 Posts: 33
|
|
Posted: Tue Aug 16, 2016 4:40 pm |
|
|
temtronic wrote: | send the serial data you already have to a RS-232<>WIFI adapter, maybe an ESP2866 WIFI module ?
Just be sure the voltages are correct as most 'modules' are 3 volt devices and don't like 5 volt PICs !!
Jay |
Is this just for local area? |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9220 Location: Greensville,Ontario
|
|
Posted: Tue Aug 16, 2016 5:55 pm |
|
|
Well the WIFI link gets you to a wireless router or PC (another computer) which I assume is tied to a cable modem after that have another PC or 'smart device' ask it for the data...
If you actually want the PIC to DIRECTLY have the data available for anyone on the internet, you still need some form of interenet access, typically a cable modem, cell phone tower, etc. You haven't said HOW you can access the Internet. Some could call it 'IoT' or Internet of Things.
Getting the data from PIC to the Net is easy....
Jay |
|
|
biomed12
Joined: 05 Feb 2016 Posts: 33
|
|
Posted: Tue Aug 16, 2016 6:55 pm |
|
|
temtronic wrote: | Well the WIFI link gets you to a wireless router or PC (another computer) which I assume is tied to a cable modem after that have another PC or 'smart device' ask it for the data...
If you actually want the PIC to DIRECTLY have the data available for anyone on the internet, you still need some form of interenet access, typically a cable modem, cell phone tower, etc. You haven't said HOW you can access the Internet. Some could call it 'IoT' or Internet of Things.
Getting the data from PIC to the Net is easy....
Jay |
HOW easy? Very particularly now my pic device is connected to the labview sofware to see datas realtime. Now I want to pick my laptop and i want to see these datas anywhere where is out of my home. I can see temprature of my home via a web server BUT i mention about 500 samples per second at least. You always say HOW HOW HOW HOW. It is very disturbing if i knew i wouldn't write here. I want to learn your easy ways, which documents, which protocols, which circuits.. maybe some sample projects. Cell tower.. |
|
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Tue Aug 16, 2016 8:28 pm |
|
|
Hi,
It's really quite simple actually. A PIC, an ESP8266 WiFi module, and your biomedical sensors is all it takes. I cobbled together a circuit and code to monitor my outdoor spa temperature via the internet in a single afternoon. I upload new temperature data to the ThingSpeak (www.thingspeak.com) data service once a minute, and I can view that data from anywhere I can find an internet connection.
These days what you desire is pretty darn trivial! _________________ John
If it's worth doing, it's worth doing in real hardware! |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
|
Posted: Tue Aug 16, 2016 10:15 pm |
|
|
ezflyr wrote: | Hi,
It's really quite simple actually. A PIC, an ESP8266 WiFi module, and your biomedical sensors is all it takes. I cobbled together a circuit and code to monitor my outdoor spa temperature via the internet in a single afternoon. I upload new temperature data to the ThingSpeak (www.thingspeak.com) data service once a minute, and I can view that data from anywhere I can find an internet connection.
These days what you desire is pretty darn trivial! |
It is even simpler, you do not need the PIC. _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
gjs_rsdi
Joined: 06 Feb 2006 Posts: 468 Location: Bali
|
|
Posted: Wed Aug 17, 2016 3:48 am |
|
|
Biomed12
You got some ideas from forum members, but:
You want to learn how to make this project or you want someone to make the project for you?
Best wishes
Joe |
|
|
biomed12
Joined: 05 Feb 2016 Posts: 33
|
|
Posted: Wed Aug 17, 2016 7:02 am |
|
|
gjs_rsdi wrote: | Biomed12
You got some ideas from forum members, but:
You want to learn how to make this project or you want someone to make the project for you?
Best wishes
Joe |
I want do it definitely. I have learned a way: socket programming. I asked our head of department who is a communication professor and he told me that UDP is the best way to implement this. Now I am looking for this. Don't do this anyone again. I didn't say anyone to make this project or mean it. It is not final project or any homework. Just for learning! |
|
|
|