Hi everyone,
For 2 years I used to develop nodes with Arduino mini pro, RN2483 microchip, and things network.
It is very difficult to find some RN2483 right now, I consider to use other chips.
Do you guys have any reccomendation for an easy chip to implement with Arduino mini pro, to communicate with things network ?
I really struggle to find good tutos (I’ve found a lot of infos on SX1276…)
All the SX127X SPI modules, from a range of manufacturers, use the same Semtech LoRa chip so performance and low power operation is pretty much identical.
Radio operation, sure, though power strategies impact efficiency there (and even moreso in sx126x options where board designers seem to not have always made the best choices)
But ease of achieving low power in the overwhelming majority of the time when the radio is not active varies quite widely.
Ease of achieving correct LoRaWAN operation seems to vary, too.
Also having a firmware/packet scheme that optimizes the need to transmit at all, and having ADR ideally optimize the radio data rate and RF power has a huge impact on power consumption as well.
The Seeed E5 modules available on different boards are low power and use AT commands (with the default firmware) which allows for equally low memory pressure of the Arduino.
Thank you very much for the answers I’ll try it at the beginning of January and keep you in touch.
Yes @bluejedi I was meaning tutorials, sorry for my bad English I’ll try this library !