Miniprojectarduino
Miniprojectarduino
Arduino UNO
REMOTE CONTROL
(SIGNAL)
Parallax RF transmitor
How Does It Work?
Car
Ultrasonic Sensor code
code
Parallax RF receiver
Arduino UNO
Arduino UNO
REMOTE CONTROL
(SIGNAL)
Send over RF
How Does It Work?
Receiver
Calculate CRC value and compare with the received value to verify integrity
Make decision based on the data (i.e. drive pins high or low)
How Does It Work?
Boe-bot
Monitor the pins constantly, if any button is pressed, it will change to the
Manual mode
3 x Arduino UNO
Ultrasonic Distance Sensor
Parallax Standard Servo Motor
2 x Parallax Continuous Rotation Servo
Parallax RF Transmitter
Parallax RF Receiver
4 x Parallax tact switch
Parallax Boe bot chasis
Piezo Speaker
Arduino UNO
This is the body and the brain of our project. We use
Arduino to receive signals, interpret them and control all
the components in our project.
The main purpose of this first miniproject was to get familiarized with Arduino
and its way of programming.