fbpixel
Arduino UNO microcontroller overview

Arduino UNO microcontroller overview

The Arduino UNO board is the most robust and widely used Arduino microcontroller. Ideal for starting to learn electronics and programming. Microcontroller features The Arduino UNO microcontroller uses the ATmega328P microprocessor. This processor operates at a clock...
Configuring port forwarding

Configuring port forwarding

When you want to connect to a device outside your Wifi network, you need to set up port forwarding. Once your Raspberry Pi or ESP is connected to your Internet router, you can access it from anywhere by configuring port forwarding. N.B: For cybersecurity reasons, it...
Using the SD module on the TFT shield with Arduino Mega

Using the SD module on the TFT shield with Arduino Mega

The TFT shield consists of a touch screen and a micro SD card module which is not compatible with the Arduino Mega board. We have seen in previous tutorials how to use the shield screen and its SD card module. We’ll now look at how to modify the SD library to...
Turn your Arduino into an HID device

Turn your Arduino into an HID device

It is possible to interface Arduino with the computer and turn it into an HID device. It is thus possible to transform an Arduino into a computer controller in the same way as a video game controller, a computer keyboard or a mouse. Material Arduino UNO push button...
Using an 8×8 LED array with Arduino

Using an 8×8 LED array with Arduino

The 8×8 LED array has 8 rows and 8 columns of individually controllable LEDs. LED arrays can be useful for advertising signs, temperature display, and so on. Material Computer Arduino UNO USB A Male Cable LED array Principle of operation The LED matrix module contains...