SX1276 LoRa module #860
Replies: 4 comments
-
Posted at 2016-02-05 by gnz Awesome stuff! I started working on an espruino driver/module for the LoRaWAN Microchip RN2483 as well (using @drazzy 's breakout board). I haven't had time to wrap that up, but I'll try to finish it soon-ish! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-02-05 by @gfwilliams That'd be great! I've got @drazzy's adaptor boards now but no module - and unfortunately I don't think I'm even in range of a base station here :( |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-04-27 by user64295 Hi there, |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-04-28 by @gfwilliams So you want to forward Serial data over the LoRa radio? If so, you'd set up the USART, and then use the SX1272 code from here: http://www.espruino.com/SX127x A bit like:
But the code above is just an example - to do this properly you want to make sure you didn't call Also, I should warn you, the SX127x module hasn't been used a great deal - it's possible that you might hit problems when using it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-02-05 by @gfwilliams
Hi,
Modtronix gave me 2 of their inAIR9 LoRa modules to have a go with a few months ago, and I finally got around to trying them.
They have a pretty heavy driver for mbed, and a datasheet that feels pretty hard to parse, so it's taken a really long time to get anything going.
Still, we now have a page and driver for the SX1276 LoRa module. It's pretty beta, but I have managed to send data from one module to another with it.
At this point, it'd be great if someone else could take a look at tidying it up - but it could be really good for super-long range comms.
Beta Was this translation helpful? Give feedback.
All reactions