Skip to main content
vito
Associate
March 26, 2015
Question

STM32: how to use an nrf24l01 transceiver

  • March 26, 2015
  • 12 replies
  • 6018 views
Posted on March 26, 2015 at 07:20

Hi to all,

I have two stm32f3 discovery with 1 nrf24L01 transceiver on each one.  I want to send a packet from one and receive this packet on the other one. Can someone help me? I have no idea. Thanks...
    This topic has been closed for replies.

    12 replies

    vitto4ever
    Visitor II
    October 12, 2015
    Posted on October 12, 2015 at 22:31

    thank you for your answer.

     I have the idea of what I need to do but the problem is that I can't find some examples about it. Sorry but this is my first time with a microcontroller.

    I repeat, I have 2 stm32f3 discovery, 2 trans nrf24l01. I have to connect them and send packets. I also need to read the payload of the packet received.  I have no idea how to do this. I've written here becouse I thought to find someone that could help me.

    Tesla DeLorean
    Guru
    October 12, 2015
    Posted on October 12, 2015 at 23:24

    There appear to be people who've done similar things, providing code and libraries

    http://www.google.com/search?q=nrf24l01+stm32

    The stuff that's STM32 specific is the SPI pin and peripheral set up. Once you have the transport set up, information from other platform and chips, like Arduino, etc will have relevance and applicability. Nordic also has a data sheet.

    Not sure there are any helper monkeys here, but the internets are full of resources. Tilen's posted his libraries, if you have specific issues with those I'm sure he can give some additional direction.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..