Small LoRaWAN "hub" for several Puck.js #6825
Replies: 1 comment
-
Posted at 2016-11-03 by @gfwilliams Hmm - interesting. It could run Espruino, but it's a little limited on the nRF51 (BLE central mode could be difficult - which is something that might be nice for a hub). Personally I'd probably just use another Puck.js and add an RN2483 onto its IO pins, since the existing module should 'just work' :) Posted at 2018-09-12 by marco.brianza Posted at 2018-09-18 by @gfwilliams Yes - RAK have been really interested in getting ports of Espruino for their devices, so there is some hope that there may be official support for that at some point :) Really the only gotcha is adding support for LoRaWan on SX127x to Espruino. You could install Espruino on the RAK813 and send LoRa packets on the SX127x right now - it's just getting the relevant stuff to have it running on LoRaWan :) Posted at 2018-09-18 by marco.brianza yep, LoraWan is more complex then just Lora. Attachments: Posted at 2018-09-22 by marco.brianza @gfwilliams this is the link to the LoraWan lib from Arduino.org https://github.com/arduino-org/arduino-library-lora-node-shield |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-11-03 by Spocki
Would be cool to have http://www.lairdtech.com/products/rm1xx-lora-modules running Espruino as a hub for those Puck.js which will soon be all around my house ;-).
There's a NRF51822 inside (32k RAM, 256k FLASH and 4MBit SPI FLASH).
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions