Adafruit LoRa Feather

Not sure if you spotted it or not but Adfruit launched a couple of new Feather boards with LoRa chips on them. No mention of things networks integration but was wondering if using a library it would be possible to connect these boards to the things network.

Would this be possible?

Here are the boards:

Cheers,

Mike

The Things Network is compliant with LoRaWAN, so any LoRaWAN device could be used to communicate with TTN.

Also discussed on the forum in LoRa products from Adafruit.

The boards being based on Atmega 32u4, it will be challenging to have complex sketches running a LoRaWAN stack, but definitely interesting for small nodes.

However, I don’t seen any limitation to use them with stacks such as https://github.com/tftelkamp/arduino-lmic-v1.5 .

LadyAda said in one of the youtube videos that htey were gonna bring lora boards based on M0 chips, which have alot more ram/storage and processing power…

1 Like

ist there any " ready set go " software stack for the Feather Lora M0 already ?

I guess that would be this fork: https://github.com/GitableRoy/arduino-lmic but it is lagging a bit behind the main development branch already. Someone should merge https://github.com/matthijskooijman/arduino-lmic back into it