Skip to main content
Visitor II
October 29, 2021
Question

STM8 controller with SEMTECH SX1231 transiever

  • October 29, 2021
  • 1 reply
  • 1018 views

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

    This topic has been closed for replies.

    1 reply

    Graduate II
    October 29, 2021

    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