TheThingsNetwork / arduino-device-lib

Arduino Library for TTN Devices
MIT License
206 stars 96 forks source link

ISM_2400_3CH_DRAFT2 support? #283

Closed mo8Zomo0 closed 2 years ago

mo8Zomo0 commented 2 years ago

Is there any device supported which would support ISM2400? The library does not seem to support it, so possibly no? And if there are devices out there, are there plans to support it in this lib?

jpmeijers commented 2 years ago

This library is meant for The Things Node and The Things Uno, which both use the RN2483 or RN2903 modules. These modules are 433MHz/868MHz and 915MHz respectively. They do not support the 2.4GHz band. Therefore ISM_2400 will never be supported.

It seems like you are rather looking for a generic LoRaWAN library. Maybe check out:

Also have a look at the RN2xx3 firmware repo: https://github.com/MicrochipTech/RN2xx3_LORAWAN_FIRMWARE