exactly, I think the Electron MCU - modem link is just via a UART using the (open, well documented) AT command set. I'm not that keen on a Photon port (as there are many alternatives in this space) - but for the Electron - I perceive it as basically just the "pure MCU" and using the 2G/3G modem would then just be done "in userland" (not even a need to expose it via the espruino NW API initially).
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 Gordon,
many thanks for your feedback!
exactly, I think the Electron MCU - modem link is just via a UART using the (open, well documented) AT command set. I'm not that keen on a Photon port (as there are many alternatives in this space) - but for the Electron - I perceive it as basically just the "pure MCU" and using the 2G/3G modem would then just be done "in userland" (not even a need to expose it via the espruino NW API initially).