News

Discover the ultimate IoT powerhouse—Arduino Nano ESP32! Unleash creativity with C/C++ in Arduino IDE, or embrace MicroPython's simplicity.
This tutorial will guide you through the basics of controlling an Arduino at a low level using port registers and bit manipulation. We'll end with a practical example of blinking an LED using direct ...
This source repository is the code for the Arduino basics tutorial. This tutorial is made up of 20 examples, and all of tutorials provide video tutorials and uploaded on YouTube ...
The Arduino UNO R4, released in two versions last year, supports the CAN bus in terms of hardware and software. In this article we look at some handy CAN modules, an experimental setup, and the basics ...
This tutorial will guide you through the process of building a tachometer around an Arduino. Tachometers are used to measure rotation rate in Revolutions Per Minute (RPM). You don’t need much… ...
Step 1: Configuring Arduino Uno as an ISP: Since ATtiny85 is just a microcontroller, it requires an ISP (In-System Programming) to be programmed. So to program the ATtiny85, we need to first configure ...
In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one 6V or 12V relay, one 1N4007 diode and a 12V fan ...
A keypad is one of the most commonly used input devices in microprocessor applications. In a standard keypad wired as an X-Y switch matrix, normally-open ...