stanekTM / RX_nRF24L01_Telemetry_Motor_Servo

RC receiver nRF24L01 with ATmega328P/16Mhz. Includes 2x motor driver with brake (e.g. mix tank-arcade), servo outputs, telemetry voltage A1 and RSSI. Example of RX prototype:

Home Page:https://youtu.be/jPN5YdQ-3K0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RX nRF24L01 (motor-servo driver, telemetry)

RC receiver nRF24L01 with ATmega328P/16Mhz. Telemetry sends the monitored voltage A1 and RSSI to TX.

The motor driver IC is based on MX1208, MX1508, MX1515, MX1616, MX1919 and others similar, which uses 4x PWM input control signals. The option to adjust the brake is included in the code.

Other versions of the RX firmware include servo outputs. The firmware will be used for cars, boats, tanks, robots and aircraft.

This RC receiver works with RC transmitters

Note: I use (Arduino) ATmega328P 5V/16Mhz and supply VCC only with 3.3V voltage. If you supply the VCC directly with a LiPo 1S cell, except for the nRF24L01, the analog voltage measurement will not work due to the VREF. All versions of the code are based on this scheme, but each version uses different pins.

Used libraries

Example micro RX

The PCB is created by a custom version of the open source PCB Elegance and manufactured by JLCPCB

RX prototype (motor-servo driver, telemetry)

About

RC receiver nRF24L01 with ATmega328P/16Mhz. Includes 2x motor driver with brake (e.g. mix tank-arcade), servo outputs, telemetry voltage A1 and RSSI. Example of RX prototype:

https://youtu.be/jPN5YdQ-3K0

License:GNU General Public License v3.0


Languages

Language:C++ 75.2%Language:C 24.8%