I'm part of a community deploying an open/free LoRaWAN network in Zurich (thethingsnetwork.org) and I'd love to be able to use my Espruinos to connect to it. I got a couple of Microchip RN2483 modules (LoRaWAN transceiver) that provide a serial interface, but I really don't have the skills to wire it up to the Espruino Pico.
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 guys,
I'm part of a community deploying an open/free LoRaWAN network in Zurich (thethingsnetwork.org) and I'd love to be able to use my Espruinos to connect to it. I got a couple of Microchip RN2483 modules (LoRaWAN transceiver) that provide a serial interface, but I really don't have the skills to wire it up to the Espruino Pico.
Could you please give me a hand on how I should wire it? What I've found is this schematics: https://www.dropbox.com/s/679gjqza5fk5tp3/LoRa%20QuickStart%20Guide%20(English).pdf?dl=0 targeted at Arduino.
So, my (likely poor!) understanding of all this is that I should wire as follows:
Once wiring is done, creating a driver for this should be almost trivial. I guess is just a matter of adapting this sample code to Espruino.
Cheers
Gonzalo