项目作者: DarK404

项目描述 :
Clean code for RC Transmitter and Receiver
高级语言: C++
项目地址: git://github.com/DarK404/Car-robot-Nrf24-l298n-.git
创建时间: 2018-11-01T04:28:42Z
项目社区:https://github.com/DarK404/Car-robot-Nrf24-l298n-

开源协议:MIT License

下载


RF24 Controlled Servo and Motor System

This project demonstrates how to control a servo and motor system wirelessly using RF24 modules, Arduinos, and a pair of transmitters and receivers.

Table of Contents

Introduction

This project utilizes two Arduino boards equipped with RF24 modules to wirelessly transmit and receive signals to control a servo and motor system. The transmitter reads analog values from potentiometers or joysticks and sends these values to the receiver, which then controls the servo and motor accordingly.

Hardware Requirements

  • 2 x Arduino Uno
  • 2 x nRF24L01+ Transceiver Modules
  • 2 x Joysticks or Potentiometers
  • 1 x Servo Motor
  • 2 x DC Motors
  • Motor Driver (e.g., L298N)
  • Breadboard and Jumper Wires
  • Power Supply

Software Requirements

  • Arduino IDE
  • RF24 Library (available via Arduino Library Manager)
  • Servo Library (built-in with Arduino IDE)

Installation

  1. Clone the repository:
    ```sh
    git clone https://github.com/DarK404/Car-robot-Nrf24-l298n-.git