Homemade rc Controller (Nrf24l01)

Hi i am tryng to control a hsp receiver with a nrf24l01 as emissor.

Receiver

But i cant bind it, i try a lot of codes than an founded in internet, about homemade rc controller to comerrcial rc car, but no ones can bind with the hsp reciever.

I already have the hsp receiver in bind mode.

Here is the tutorial than i followed

That tutorial uses an NRF24L01 as the receiver as well. In fact it says the following:

Please note that we actually cannot bind the standard RC receiver system with this NRF24L01 2.4GHz system.

I use pairs of nRF24L01+ modules to make radio control systems for model trains. They are cheap, easy to use and work very well.

Have a look at this Simple nRF24L01+ Tutorial.

Wireless problems can be very difficult to debug so get the wireless part working on its own before you start adding any other features.

The examples are as simple as I could make them and they have worked for other Forum members. If you get stuck it will be easier to help with code that I am familiar with. Start by getting the first example to work

...R

Robin2:
I use pairs of nRF24L01+ modules to make radio control systems for model trains. They are cheap, easy to use and work very well.

Have a look at this Simple nRF24L01+ Tutorial.

Wireless problems can be very difficult to debug so get the wireless part working on its own before you start adding any other features.

The examples are as simple as I could make them and they have worked for other Forum members. If you get stuck it will be easier to help with code that I am familiar with. Start by getting the first example to work

...R

BJHenry:
That tutorial uses an NRF24L01 as the receiver as well. In fact it says the following:

Thank you so much guys, i will buy another nrf24 and make a radio control system.