My Favorite Projects with Arduino UNO and Mega2560
Introduction
Below I list a series of my favorite projects in which I use the Arduino UNO and Mega 2560 boards in combination. The interesting thing about these works is that they can serve us to be able to realize others of greater complexity.
01 RF COMMUNICATIONS WITH ARDUINO UNO AND MEGA 2560
In this project we will perform three exercises and using the VirtualWire library. The communication will be via RF at 433 MHz, the transmitter will be the Mega 2560 board and the receiver the Arduino UNO board.
Exercise 1
When you sent the "y" character, an LED is lit. And when I send the "z" character, the LED turns off.
Exercise 2
Here the sending circuit sends the message "HELLO WORLD" and the receiver receives them, we can see the message on the serial monitor.
Exercise 3
In this exercise we send two data and each with a different frame start for each data and in the receiver we can see which data is the one being sent.
Diagrams
The video of these projects we can see it below:
Next I attach the link to download the code and the library.
02 SERIAL COMMUNICATIONS WITH ARDUINO UNO AND MEGA 2560
The Arduino UNO board will serve as a transmitter and the Mega 2560 receiver, we organize the data frame with a start byte, data and data validation. In short, we are going to send a count of data from 1 to 255 to restart again and these we can see them in the serial monitor.
Diagram
The video of this project we can see it below:
Next I attach the link to download the code.
Links with similar content:
- My Favorite Projects with Arduino UNO and Mega2560
Projects realized with the Arduino UNO and Mega 2560 boards - Led Matrix With Arduino UNO
Show the use of a LED Matrix with Arduino - My Projects with Mega2560
Projects realized with the Mega 2560 board - PulseIn and Time with Arduino
Use of pulseIn and the Time library to measure time with Arduino - My Weather Station With Arduino
Show my experiences developing weather stations - My Automation Home with Arduino
Show my experiences developing an Automation Home with Arduino and App Inventor 2. - My Microrobot Genius
Show my experiences developing a Microrobot. - My Favorite Projects With PICC
Show my experiences with the PIC16F887 using the PICC compiler.
© 2017 Guillermo Perez Guillen