ESP32 Keyboard Simulation: A Comprehensive Guide

ESP32 Keyboard Simulation: A Comprehensive Guide

Keyboard simulation is one of the commonly used features in development.Today, I used the ESP32 microcontroller in conjunction with the ESP32-BLE-Keyboard library to conduct a test and successfully implemented this feature.Now, I will organize and share my testing process with everyone, hoping it will be helpful. 1. Development IDE I used Arduino IDE. 2. Development … Read more

Practical BadUSB Attack Based on Arduino Leonardo

Practical BadUSB Attack Based on Arduino Leonardo

* Original Author: Professor X, this article is part of the FreeBuf original reward plan, reprinting without permission is prohibited. Introduction Many students on Freebuf have shared their views on HID attacks, such as Viks’ ‘Quickly Making Teensy BadUSB with Arduino’, which provides a detailed description of the BadUSB production process both from a popular … Read more

DIY TallyWhacker: A Smart Home Solution for Noisy Neighbors

DIY TallyWhacker: A Smart Home Solution for Noisy Neighbors

Follow “Github Base” and select “Set as Star” Reply “Resources” to receive a set of programming materials worth 1280 yuan~ From Quantum Bit. In the dead of night, when your neighbors are fighting, partying, or children are crying, how do you handle it? Knock on the door? Wear earplugs? Endure silently until you reach a … Read more

Arduino Self-Balancing Robot: A Complete Guide

Arduino Self-Balancing Robot: A Complete Guide

This is a self-balancing robot that can be controlled via Bluetooth using a smartphone. There are many design resources available online for self-balancing robots. We at Taiji Makers introduce this self-balancing robot because all its materials are easily accessible. (Unlike many similar robots online that require purchasing special frames or even 3D printing.) First, this … Read more

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

Building an IoT System Based on Arduino and IoT Cloud Platform

Building an IoT System Based on Arduino and IoT Cloud Platform

Source: csdn In this article, we will introduce how to build an IoT system that monitors soil moisture and alerts users when the soil is dry. This project uses the IoT cloud platform (http://t.cn/RJGCFD1) to manage the alert system while storing data from sensors. As we all know, the Internet of Things is one of … Read more

Wearable Vital Signs Monitoring System Using Arduino

Wearable Vital Signs Monitoring System Using Arduino

Recently, I’ve been thinking about exercising, but I neither want to buy a gym membership nor a sports wristband, so I decided to make one myself. Vital sign monitoring refers to the method of observing and studying data such as body temperature, heart rate, respiratory status, and blood pressure using various sensors and devices. Different … Read more

DIY Reflow Soldering Station Using a Frying Pan and Arduino

DIY Reflow Soldering Station Using a Frying Pan and Arduino

MAKER: ThomasVDD / Translated by: Fun Without End Cherry Soldering tiny SMD components can be quite challenging, but this process can also be automated. It can be completed by applying solder paste and baking it in a (reflow) oven or hot plate (just like a cooking plate in the kitchen). I have seen many DIY … Read more