Skip to content

laneboysrc/nrf24l01-rc

Repository files navigation

nRF24-based RC car receiver, compatible with HobbyKing HK310 and Turnigy 3XS

This project includes electronics and firmware to build surface RC receivers that can replace the HobbyKing HKR3000 and XR3100 receivers. They can be used with the HK300, HK310 and Turnigy 3XS RC car radio systems.

The receivers make use of off-the-shelf inexpensive RF modules.

Two variants are provided:

Technical information about the inner working of the receivers can be found in hkr3000-info.md.

Advantages of the NRF24L01+ - LPC812 version

  • Easily obtainable and very low cost NRF module (less than USD 1 including shipping in qty 10 on eBay, Aliexpress)
  • Very precise servo pulses due to LPC812 timer hardware
  • ARM Cortex-M0 32-bit CPU is easy to program for with the GCC ARM compiler
  • No proprietary programmer required as the MCU has a ROM bootloader that can be flashed with an USB-to-serial dongle
  • Servo pulses can be updated down to every 5 ms (200 Hz). In theory this may provide better response but in practice the transmitter would need to be modified to fully take advantage of this fact.
  • UART output using the LANE Boys RC preprocessor protocol, e.g. to hook up the DIY RC light controller with a single servo cable.

Downsides:

  • Requires a PCB and intermediate SMD soldering skills
  • No CPPM output (but it has a UART output that can carry CPPM-like data and more)

Advantages of the NRF24LE1 version

  • Low part count: NRF24LE1 module, voltage regulator, a few capacitors; done!
  • Simple to build even on a breadboard
  • CPPM output
  • UART output using the LANE Boys RC preprocessor protocol, e.g. to hook up the DIY RC light controller with a single servo cable. Baudrate is limited to 38400 though.

Downsides:

  • NRF24LE1 module is more expensive than NRF24L01 and harder to find
  • Requires special programming hardware. Multiple open-source versions can be found on the Internet.
  • Servo pulses are software timed, hence slightly jittery despite using interrupts. Note that the firmware included in this project is improved over the original HKR3000 and XR3100 firmware, which regularly extends servo pulses by 16 us due to poor interrupt logic implementation.
  • For the PCB provided in this project you need to get the NRF24LE1 module version that has an SMD crystal (size 21 x 15 mm)

The NRF24LE1 firmware included in this project can be compiled to be compatible with the HKR3000 and XR3100 hardware. However, since those receivers use the OTP version (NRF24LE1G) one would have to replace the chip with the NR24LE1E versions to be able to use it.

About

nRF24-based RC car receiver, compatible with HobbyKing HK310 and Turnigy 3XS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published