This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF51

HI,ALL。

We use nrf52810 to make transmitter. Can multiple transmitters control one device?

Parents Reply Children
  • Hi 

    I assume you mean the nRF52810 and the nRF51802?

    Both of these can run the ESB protocol, and support one transmitter sending data to the same receiver, but please be aware that you need to write the code for the MCU to implement this on top of the ESB library. The ESB protocol itself is quite simple, and you need to add code on top to implement higher level protocol features (such as encryption, channel hopping, pairing etc). 

    In general I would recommend using the nRF52 series over the nRF51 series as it has significantly improved CPU performance, lower current consumption, and improved peripheral and radio performance. 

    Best regards
    Torbjørn 

Related