You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm curios what people think of adding an option to strip out the "RadioHead" header and just allow the user to send/receive a raw payload. This would allow the library to be more compatible with other libraries used on Arduino boards , for example https://github.com/sandeepmistry/arduino-LoRa
I think it will be a fairly simple change, just adding an argument to the initialization. Of course, if enabled, no addressing or "reliable datagram" modes would be available. Also the transmitter and receiver would have to be configured the same.
Any comments?
If there is a consensus to do this, I'll be happy to implement it. This will likely add a few byes of code to the library and may create issues for the feather_m0_rfm9x build.
As I think about this, another option is to create a new rfm9x-lite version that just sends/receives a raw packet. No header, no addressing , no reliable datagram. It would not be compatible with RadioHead, but it would work with arduino-lora. It would also be a lot smaller!
The text was updated successfully, but these errors were encountered:
I'm curios what people think of adding an option to strip out the "RadioHead" header and just allow the user to send/receive a raw payload. This would allow the library to be more compatible with other libraries used on Arduino boards , for example https://github.com/sandeepmistry/arduino-LoRa
I think it will be a fairly simple change, just adding an argument to the initialization. Of course, if enabled, no addressing or "reliable datagram" modes would be available. Also the transmitter and receiver would have to be configured the same.
Any comments?
If there is a consensus to do this, I'll be happy to implement it. This will likely add a few byes of code to the library and may create issues for the feather_m0_rfm9x build.
As I think about this, another option is to create a new rfm9x-lite version that just sends/receives a raw packet. No header, no addressing , no reliable datagram. It would not be compatible with RadioHead, but it would work with arduino-lora. It would also be a lot smaller!
The text was updated successfully, but these errors were encountered: