At the moment there is no built-in GPRS module support (except for some code on the forums for sending text messages)... But as I'm adding ESP8266 WiFi support, and the protocol is similar (but not identical) to many GPRS modules, I'll be adding proper support in maybe 3 months' time.
The module that I will be getting working is the one that seems to get used a lot with Arduino - the SIM900A.
Right now you can still use this module with Espruino - you'll just have to write some code to drive it. You wouldn't be able to use Espruino's built-in HTTP client and server, but it would be pretty easy to get enough working to send data to a server in the cloud.
If you're interested I can give you some pointers?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi net-tobi,
At the moment there is no built-in GPRS module support (except for some code on the forums for sending text messages)... But as I'm adding ESP8266 WiFi support, and the protocol is similar (but not identical) to many GPRS modules, I'll be adding proper support in maybe 3 months' time.
The module that I will be getting working is the one that seems to get used a lot with Arduino - the SIM900A.
Right now you can still use this module with Espruino - you'll just have to write some code to drive it. You wouldn't be able to use Espruino's built-in HTTP client and server, but it would be pretty easy to get enough working to send data to a server in the cloud.
If you're interested I can give you some pointers?