DIY Arduino TallyWhacker: A Creative Solution for Noisy Neighbors

DIY Arduino TallyWhacker: A Creative Solution for Noisy Neighbors

Feng Se from Aofeisi Quantum Bit Report | Public Account QbitAI In the dead of night, when your neighbors are fighting, partying, or when children are crying and keeping you awake, how do you deal with it? Do you knock on the door? Wear earplugs? Quietly endure until you develop neurosis? A guy abroad was … Read more

Control Servo Motor via Web Using Arduino and ESP8266

Control Servo Motor via Web Using Arduino and ESP8266

Control the servo motor via web using Arduino and ESP8266 module. In this article, we will implement control of the servo motor through a web interface. The webpage will be created using ESP8266 module, and the servo motor will move in response to the slider on the webpage. Connect the ESP8266 to the Arduino UNO … Read more

How to Create a Laser Cat Toy with ESP8266

How to Create a Laser Cat Toy with ESP8266

MAKER:seasider1960/ Translator: Fun Endless Previously, we introduced “Petoi Nybble: A Blessing for Raspberry Pi Cat Owners” and “DIY Laser Cat Toy with Arduino”. This time we add a new gameplay, which is an upgraded version of the latter, supporting wireless control of the LaserKitty laser cat toy via mobile phone. It’s time to find some … Read more

ESPUI: Easily Create Web Interfaces for ESP32 and ESP8266

ESPUI: Easily Create Web Interfaces for ESP32 and ESP8266

What is ESPUI ESPUI is a simple web user interface library designed for ESP32 and ESP8266 devices. It allows users to easily create and manage the web interface of their devices without any knowledge of HTML, CSS, or JavaScript front-end development. The ESPUI library enables users to communicate and control their devices easily through a … Read more

Create a Stylish RGB Clock Using ESP8266

Create a Stylish RGB Clock Using ESP8266

Sharing a project to create a stylish RGB clock using ESP8266! This clock also features automatic brightness control and is equipped with a temperature sensor! Materials Preparation PCB ESP8266 or NodeMCU Jumper wires Soldering tools Step 1: Preparation Neo Pixel is an addressable LED, we can program it to display any color or number. Neo … Read more

Essential Guide to Arduino: Using ESP8266 to Retrieve Internet Time with NodeMCU

Essential Guide to Arduino: Using ESP8266 to Retrieve Internet Time with NodeMCU

Today, we will use ESP8266 (NodeMCU) to create an internet clock that retrieves time from the internet. Yes, it retrieves time from the internet accurately and efficiently without the need for synchronization.This is a detailed tutorial for beginners! As per international convention, let’s first showcase the finished product: As shown in the picture, if you … Read more