SX1302 support #887
PureTek-Innovations
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Unfortunately I don't think it's very likely. The primary reason is that there is no documentation of the SPI interface. The appropriate datasheet section is basically "just use our code lol": So the only way to implement SX1302 support would be to port the SX1302 HAL into RadioLib - I don't see much utility in that, honestly. Also, the SX1302 is not really comparable to the other transceivers supported by RadioLib, since it requires external RF frontends like SX1255 or SX1257. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I use LoRa, not LoRaWAN for large-scale monitoring.
I use the Loramesher library.
I'd like to expand the things we monitor, but this will generate more packets, so I'd like to use more channels to reduce packet collisions.
The obvious upgrade is to multi-channel transceivers like the SX1302.
I don't think that I necessarily need to use RPIs, ESP32s are probably powerful enough, but I can use either.
Is it likely that RadioLib will ever support SX1302s or similar?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions