Creating a Portable WiFi Killer with ESP-8266 Module for Penetration Testing

Creating a Portable WiFi Killer with ESP-8266 Module for Penetration Testing

This tutorial is for educational purposes and security testing experiments only. Please do not use it illegally! Background Introduction: The De-authentication Flood Attack, commonly referred to as Deauth Attack, is a form of denial-of-service attack on wireless networks. It aims to change the client’s status to unassociated/unverified by spoofing the de-authentication frames sent from the … Read more

Build a Stylish RGB Clock with ESP8266

Build a Stylish RGB Clock with ESP8266

Follow+Top Public Account, don’t miss out on exciting content Today, I want to share a project of building a stylish RGB clock using ESP8266! This clock also has an automatic brightness control feature and is equipped with a temperature sensor! Materials Needed PCB ESP8266 or NodeMCU Jumper wires Soldering tools Step 1: Preparation Neo Pixel … Read more

OMNI-ROBOT: A Versatile Omnidirectional Mobile Robot Controlled by ESP8266

OMNI-ROBOT: A Versatile Omnidirectional Mobile Robot Controlled by ESP8266

OMNI-ROBOT is an amazing omnidirectional mobile robot that can break the movement limitations of traditional robots, achieving free movement in eight directions. With its clever design and convenient WiFi control, OMNI-ROBOT provides an excellent learning and practical platform for robotics enthusiasts and developers. This article will delve into the design philosophy, hardware composition, software implementation, … Read more

ESP32/ESP8266 Module Tutorial: Inspirational Quotes on OLED with Auto Line Breaks

ESP32/ESP8266 Module Tutorial: Inspirational Quotes on OLED with Auto Line Breaks

Introduction When working on projects, to make them appear more advanced, we can display inspirational quotes on an OLED screen, for example as a desktop ornament, hanging decoration, or secondary screen. This time, I’ll share how to use the ESP32/ESP8266, or any microcontroller that can connect to the internet, fully compatible with a 0.96-inch OLED … Read more

Daily Learning! Application of LM35D Temperature Sensor in Arduino

Daily Learning! Application of LM35D Temperature Sensor in Arduino

Click on the arrow and the “blue text” to follow us! Sensor 2 – LM35D Temperature Sensor 1. Physical Diagram of the Sensor Physical Diagram 1 Introduction: LM35 is a temperature sensor produced by National Semiconductor, with an output voltage based on the Celsius scale. LM35 is a widely used temperature sensor. Due to its … 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

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