Hi,
I am trying to interface nrf52832 with LoRa transceiver module sx1262. Can anyone please provide some sample code to check basic Tx/Rx of this chip. I am unable to find any such samples.
Thanks
Hi,
I am trying to interface nrf52832 with LoRa transceiver module sx1262. Can anyone please provide some sample code to check basic Tx/Rx of this chip. I am unable to find any such samples.
Thanks
The sx1262 neither knows nor cares what microcontroller you use.
I am unable to find any such samples
Pretty sure that Semtech provide standard, platform-independent code for their chips.
All you would need to implement is the low-level drivers for the nRF
There are plenty of low-cost LoRa demo boards available - I would suggest that you get one of those, and study it. Then, when you have a good understanding of how it works, port it to the nRF.
That gives you a known-working reference for debugging your implementation.
Alternatively, there are LoRa modules available with embedded stack which give a simple serial interface (eg, AT commands) to a "host" microcontroller ...
The sx1262 neither knows nor cares what microcontroller you use.
I am unable to find any such samples
Pretty sure that Semtech provide standard, platform-independent code for their chips.
All you would need to implement is the low-level drivers for the nRF
There are plenty of low-cost LoRa demo boards available - I would suggest that you get one of those, and study it. Then, when you have a good understanding of how it works, port it to the nRF.
That gives you a known-working reference for debugging your implementation.
Alternatively, there are LoRa modules available with embedded stack which give a simple serial interface (eg, AT commands) to a "host" microcontroller ...