- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 2 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 3 months ago
- Building a 3D Digital Clock with ArduinoPosted 8 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 9 months ago
- Snowflake with ArduinoPosted 9 months ago
- Holographic Christmas TreePosted 9 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 10 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 10 months ago
- What is IoT and which devices to usePosted 11 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 11 months ago
The NRF24L01 Wireless Motor Speed Control System with Arduino
Web site:
http://www.instructables.com/id/The-NRF24L01-Wireless-Motor-Speed-Control-System-w/Project Summary:
This system works under DC 5V voltage. It uses the NRF24L01 Wireless Module to transmit speed control data and the Hall Sensor to detect the real rotate speed. This design uses the PWM duty cycle to modulate and realize the speed control.What’s more, It can be used in the situation which do not need high speed control precision, such as the automatic control of the curtain.
Full Project:
Functions:
1)When initialize the sending part, the LCD1602 board displays the characters of the original PMW data and the speed which is with zero. The receiving part will control the wireless transmission of data and displays the real rotate speed after the receiving part finished the initialization.
2) When the Receiving Module works, the rotate speed of the Motor will change according to the data which is transmitted by the sending part. The Hall Sensor Speed Measure Module begins to detect the rotate speed and the LED light of the Hall sensor lights. Meanwhile, the Wireless Module of the receiving part will send the detected rotate speed data back to the Sending part.
3) For the sending part, we need four keys (K0,K1,K2,K3) in the keyboard to change the speed of the motor. The associated functions of the four keys as following:
①Press the key K0 for the first time, the motor moves as the first gear of speed; press the key K0 again, the motor moves as the second gear of speed; the third time when we press the key K0, the motor moves as the third gear of speed; the,forth time when we press the K0,,the motor moves as the first gear of speed.
②Press the key K1, we can switch the rotate speed of increasing or reducing.
③Press the key K2, we can change the rotate speed to five more or less.
④Press the key K3, we can change the rotate speed to ten more or less.
Step 1: The connection of receiving part
1.Connect the NRF24L01 Wireless Module to Arduino UNO.
SCK–Digital pin 13 ;MOSI– Digital pin 11 CS——Digital pin 7;
CS——Digital pin 8;MOSI– Digital pin 12
2.Connect the L298N to the Arduino UNO
VMS—7.2V Anode;GND—Cathode INA—GND;
INB—VCC(5V);ENA—Digital pin 5
3.Connect the Hall Module to the Arduino UNO
DOUT—Digital pin 3
Step 2: The connection of sending part
1.Connect the NRF24L01 Wireless Module to the Arduino MEGA2560
SCK–Digital pin 52 ;MOSI– Digital pin 51 MOSI–Digital pin 50;
CS——Digital pin 9 CE——Digital pin 8
2.Connect the 1602 LCD Module to the Arduino MEGA2560
SCL—A5 ;SDA—A4
3.Connect the keyboard to the Arduino MEGA2560
S1—Digital pin 22;S1—Digital pin 23 S1—Digital pin 24;S1—Digital pin 25
Step 3: Video to show effect
Circuit diagram:
Bill of Materials:
1. 1×ICStation ATMEGA328 UNO V3.0 R3 Board Compatible Arduino UNO R3
2. 1×ICStation ATMEGA2560 Mega2560 R3 Board Compatible Arduino
4. 1×Dual H Bridge DC Stepper Motor Drive Controller for Arduino L298
5.1×1602A HD44780 Character LCD Display Module LCM Blue Backlight
3 Comments