virdi / Arduino_NRF24L01

This is the sample code from a youtube tutorial on how to use the NRF24L01 to control a motor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino_NRF24L01

This is the sample code from a youtube tutorial on how to use the NRF24L01 to control a servo motor.

This code is as simple as possible. There are many opportunities to increase the error handling along with error correction. Those would complicate the code beyond what is ideal for focusing on the core concept of getting the damn thing to work.

This ties into a Youtube tutorial at:

https://www.youtube.com/watch?v=4c0t8PBArvk

If you have any suggestions, questions, compliments, or other ideas then feel free to contact me.

For simplicity the wire colours used in the Fritzing diagrams are identical to those wires used in the project.

About

This is the sample code from a youtube tutorial on how to use the NRF24L01 to control a motor.

License:MIT License


Languages

Language:Arduino 100.0%