Arduino Uno External Interrupt Tutorial with Exercises

Arduino Uno External Interrupt Tutorial with Exercises

Performance Parameters① Main Control Chip: ATmega328P② Digital Input/Output Pins: 14③ PWM Pins: 6④ Storage (Code Space): 32KB⑤ RAM (Runtime Storage): 2KB; EEPROM (Power-off Save Space): 1KB⑥ Crystal Oscillator: 16MHz Online Simulation: https://wokwi.com/ Arduino Uno Tutorial ①: Installing Arduino IDE Arduino Uno Tutorial ②: Development Board and LED Test Arduino Uno Tutorial ③: Button Control LED, … Read more

Arduino: The ‘Python’ of Embedded Systems, Simplifying C/C++ Development

Arduino: The 'Python' of Embedded Systems, Simplifying C/C++ Development

Arduino: The ‘Python’ of Embedded Systems, Simplifying C/C++ Development 🚀 Introduction 🌟 Imagine if there was a platform that could make complex embedded development as simple as Python. What would that be like? Arduino has achieved this! It not only lowers the barrier for C/C++ embedded development but also creates a thriving open-source ecosystem. Let’s … Read more

Getting Started with Arduino Input/Output: A Beginner’s Guide

Getting Started with Arduino Input/Output: A Beginner's Guide

This article introducesthe implementation of basic input/output on Arduino, detailing how to use switches for digital input and potentiometers for analog input. The article provides a list of required materials and detailed circuit connection steps, while explaining the working principles of the code and key functions. Arduino is one of the widely used development solutions … Read more

Transforming a Rotary Phone into a Modern Mobile Phone

Transforming a Rotary Phone into a Modern Mobile Phone

Click the blue text above to follow us Have you ever wondered what it would be like if an old rotary phone combined with a modern smartphone? Recently, engineer Justine Haupt from the Brookhaven National Lab in the USA transformed an old rotary phone into a portable mobile phone using a 3D-printed case and a … Read more

Essential Guide to Configuring ESP8266 with Arduino

Essential Guide to Configuring ESP8266 with Arduino

Follow us on WeChat “DLGG Maker DIY” Set as “Starred”, heavy content will be delivered to you first. Friends often ask about the configuration methods for Arduino development with ESP8266. Today, based on previous articles, I am updating the offline installation package for everyone’s convenience in development. The previous article by expert cr4fun on creating … Read more

Essential Proteus Simulation Libraries for Arduino Projects

Essential Proteus Simulation Libraries for Arduino Projects

We often need to perform many simulations with Proteus, but there are many files that cannot be immediately found. I discovered some useful simulation libraries on The Engineering Projects blog. 1) Arduino Proteus Library With this library, you can simulate Arduino boards in Proteus and design any type of circuit. Arduino UNO Arduino Mega 2560 … Read more

Learn to DIY a Fire Alarm System in 3 Minutes: A Practical Guide

Learn to DIY a Fire Alarm System in 3 Minutes: A Practical Guide

Build your fire alarm system at home using Arduino UNO. In this tutorial, you will learn all the steps to DIY an Arduino fire alarm system. Components Required for This Project Hardware Components Arduino Mega 2560 and Genuino Mega 2560 Buzzer Flame Sensor Jumper Wires (Generic) Software Apps and Online Services Arduino IDE Make your … Read more

Build a Bluetooth Keyboard with ESP32C3 for Just 80 Yuan

Build a Bluetooth Keyboard with ESP32C3 for Just 80 Yuan

Project Name: ESP32C3 Single Mode Bluetooth Keyboard ZY-17 Project Author: WSMALL_DA { Introduction } This open-source project looks like a keyboard, but it really is a keyboard… but it is not ordinary, and it is low-cost, suitable for DIY! I absolutely love its touch slider function!! Let’s take a look together! { Project Description } … Read more