This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

remote monitoring using gprs module

HI

I want to send ECG data to another location. For this I want to use SIM 5320 and ARM CORTEX M3. So the sensor collects data and sends that information by interfacing corex m3 with gprs module and the data shoud be sent and received by doctor remotely where he must see the ECG signal SO plz help me on this..

Parents
  • You will need a few languages to begin with C programming for Cortex, server scripting such as HTML, php or javascript and Lua in order to run scripts on the sim5320.

    I am doing a project using sim5320's Lua and node.js. You will definitely need a Linux server running on dedicated IP with sockets open to interface your data transfers. It is not easy but doable..

Reply
  • You will need a few languages to begin with C programming for Cortex, server scripting such as HTML, php or javascript and Lua in order to run scripts on the sim5320.

    I am doing a project using sim5320's Lua and node.js. You will definitely need a Linux server running on dedicated IP with sockets open to interface your data transfers. It is not easy but doable..

Children