You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Right now I don't have a GPRS/EDGE module that I've tested (or have modules for) I'm afraid. It's on my list of things to get and try out though.

    It seems like a lot of GPRS modules use AT commands to allow you to make TCPIP connections, and they're very similar to the ESP8266 discussed here - there's some code at that link to make an HTTP connection to the module and it should be pretty easy to modify it so you can use it with a GPRS module.

    I'll be adding support for the ESP8266 to Espruino itself quite soon, and I plan to make sure it'll work with a GPRS module too.

    By the way there's also some code here to handle SMS text messages, so you could always send readings via that (although that probably isn't what you want).

About

Avatar for Gordon @Gordon started