2021-10-29 06:20 AM
Hi,
Good day everyone.
I am trying to setup SEMTECH SX1231 transiever to send and recieve RF packets by having SPI connection between SX1231 and STM8 controller. Its getting really hard to achieve this because of unknown configurations.
Has anyone achieved this? Any example code will be of great help !
Thanks,
Ankush
2021-10-29 06:37 AM
Figure out the SPI connectivity via general SPI examples for the STM8, and then pivot into more general MCU implementations supporting the SX1231
Should be plenty of register level docs for the SEMTECH parts.
https://github.com/brainelectronics/RFM69-STM32