We want a radio communication between two Arduinos. These two very cheap modules will be useful for a small project wghe...
What we want to do is connect 4 potentiometers to the analog inputs of the arduino and send each input value to a receiv...
We receive our signal from the transmitter created in the other tutorial. We receive the signal, map the values in the d...
Since the use of an LCD requires many microcontroller pins, we will reduce that number using serial communication, which...
Download the scketch. Open it in Arduino IDE after extracting the .zip file. All the code is explained. We have used the...
Here I will show you how to burn a bootloader to a ATmega328p AU SMD chip using an Arduino NANO as ISP programmer....
Whenever you want to control a DC motor you'll have tension problems between your microcontroller and your motors. Most ...
Whenever we have a system with a microcontroller acting on motors, we'll definitely find voltage and current problems. T...
Let's just say you've mounted a new breadboard test circuit and once you finished you want to make it permanent. You cou...