Skip to content

PPM_Receiver is an Arduino project that receives wireless data via NRF24L01 and outputs it as PPM signals.

License

Notifications You must be signed in to change notification settings

muki01/PPM_Receiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PPMReceiver

PPMReceiver is an Arduino project that receives wireless data via the NRF24L01 module and outputs it as PPM signals. It is designed for use in applications such as remote control systems or robotic control, where PPM output is needed.

✨Features

  • Wireless data reception via NRF24L01
  • Outputs PPM (Pulse Position Modulation) signals
  • Simple and easy to use

🛠Requirements

  • Arduino Pro Mini (or any compatible Arduino board)
  • NRF24L01 wireless module
  • Jumper wires for connections

🔌Wiring

  1. Connect the NRF24L01 module to the Arduino:
    • VCC -> 3.3V (Do not use 5V!)
    • GND -> GND
    • CE -> Pin 9
    • CSN -> Pin 10
    • SCK -> Pin 13
    • MOSI -> Pin 11
    • MISO -> Pin 12
  2. Connect the PPM output pin to your desired device (e.g., servos, controllers).

🚀Installation

  1. Install the RF24 Arduino library to use the NRF24L01 module.
  2. Upload the PPMReceiver.ino sketch to your Arduino board.
  3. Open the Serial Monitor to check for received data.

Usage

  • Once uploaded and powered, the receiver will start receiving data wirelessly and output it as PPM signals.
  • Ensure the transmitter is properly configured and paired with the receiver.

📸Photos

Here are some images of the PPMReceiver setup:

About

PPM_Receiver is an Arduino project that receives wireless data via NRF24L01 and outputs it as PPM signals.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages