My Projects with Mega2560
Introduction
Below I list a series of my favorite projects in which I use the board Arduino Mega 2560. Then I make a simple explanation and I demonstrate it through a video and I provide the download codes with their libraries as the case may be.
01 MEGA 2560 AND IR AND TV REMOTE
Through this project we can turn on or off an LED that is placed on our Arduino board and using a Television remote control. You can see that inserting the appropriate code from our remote control will work correctly.
The video of this project we can see it below:
Next I attach the link to download the code and the library.
02 MEGA 2560 AND PCF8574 AND 12C
Through the Arduino Mega 2560 and PCF8574 bus, we can control the on and off of four LEDs in one direction and then in another.
The video of this project we can see it below:
Next I attach the link to download the code.
03 MEGA 2560 AND PCF8591
In this project the Mega 2560 plate tells the analog digital converter PCF8591 to convert a certain digital value ranging from zero to 255, so that at its output from this integrated circuit outputs a voltage ranging from zero to five volts. We check this output via the analogue port A0 and the serial monitor.
The video of this project we can see it below:
Next I attach the link to download the code.
04 MEGA 2560 AND LASER
In this project we are going to send pulses by means of a low power laser diode and the light we must point it to a phototransistor, which we connect it to the analogue port A0 of my plate Arduino Mega 2560 and finally we see these values in the Serial port It is important to note that you can clearly see when a digital one is received and when it is a zero.
The video of this project we can see it below:
Next I attach the link to download the code.
Links with similar content:
- Switch With dsPIC30F4013
Show my experiences with the dsPIC30F4013 and an example. - PulseIn and Time with Arduino
Use of pulseIn and the Time library to measure time with Arduino - 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 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