https://github.com/muki01/ppm_receiver
PPM_Receiver is an Arduino project that receives wireless data via NRF24L01 and outputs it as PPM signals.
https://github.com/muki01/ppm_receiver
flight-controller nrf nrf24 nrf24l01 ppm ppm-generation ppm-generator ppm-signal receiver
Last synced: 12 months ago
JSON representation
PPM_Receiver is an Arduino project that receives wireless data via NRF24L01 and outputs it as PPM signals.
- Host: GitHub
- URL: https://github.com/muki01/ppm_receiver
- Owner: muki01
- License: mit
- Created: 2025-01-07T00:36:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T23:35:34.000Z (about 1 year ago)
- Last Synced: 2025-02-07T00:25:27.689Z (about 1 year ago)
- Topics: flight-controller, nrf, nrf24, nrf24l01, ppm, ppm-generation, ppm-generator, ppm-signal, receiver
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PPM_Receiver
PPM_Receiver is a project that receives wireless data via the NRF24L01 module and outputs it as PPM signals. It is compatible with microcontrollers such as Arduino, ESP8266, and ESP32. It is designed for applications requiring PPM output, such as remote control systems or robotic control.
## ✨ Features
- Wireless data reception via NRF24L01
- Outputs PPM (Pulse Position Modulation) signals
- Simple and easy to use
## 🛠 Required Components
- Arduino, ESP8266, or ESP32
- NRF24L01 wireless module
- Jumper wires for connections
## 🔌 Wiring
1. Connect the NRF24L01 module to the microcontroller:
- VCC -> 3.3V (Do not use 5V!)
- GND -> GND
- CE -> Pin 9
- CSN -> Pin 10
- SCK -> Pin 13 (May vary for ESP boards)
- 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](https://github.com/nRF24/RF24) to use the NRF24L01 module.
2. Upload the `PPMReceiver.ino` sketch to your Arduino, ESP8266, or ESP32 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 PPM Receiver example with Arduino Pro Mini 3.3v NRF24L01 SMD:
