fbpixel
Arduino MEGA microcontroller overview

Arduino MEGA microcontroller overview

The Arduino Mega 2560 board is an enhanced version of the Arduino UNO. It has a large memory capacity and a large number of inputs. Microcontroller features The Arduino MEGA microcontroller uses the ATmega2560 microprocessor, which operates at a clock frequency of 16...
Arduino MINI microcontroller overview

Arduino MINI microcontroller overview

The Arduino MINI board has been designed for projects where space is critical and the configuration is fixed. Microcontroller features The Arduino MINI microcontroller uses the ATmega328P microprocessor. This processor operates at a clock frequency of 8(3.3V ver)...
Arduino NANO microcontroller overview

Arduino NANO microcontroller overview

The Arduino NANO board is a smaller version of the Arduino UNO with similar functionality. Ideal for rapid prototyping and building embedded projects. Microcontroller features The Arduino NANO microcontroller uses the ATmega328 microprocessor. This processor operates...
Multitasking with Arduino

Multitasking with Arduino

Multitasking is the ability of a microcontroller to execute several tasks or processes over the same time horizon. In practice, an Arduino cannot execute tasks in parallel, but it can arrange and execute a number of tasks one after the other in a very short space of...
Creating a lamp with a touch-sensitive switch

Creating a lamp with a touch-sensitive switch

One application of capacitive sensors is the creation of a tactile switch to turn on a lamp, for example. In this project, we’re going to design a capacitive sensor with Arduino that we’ll use as a tactile switch to turn a lamp on and off. Hardware Arduino...