Tag: ESP8266
The New Air602 WiFi Module, a Cheap Module Designed for IoT Applications
The ESP8266 had been in the tech scene for over four years now and has seen various competitors like the RTL8710 or, more recently, the RDA5981. But none of them has really been able to knock off the ESP8266 from its throne. The ESP8266 is seen by most as being “good enough.” So the...
Continue ReadingGetting Started with the NodeMCU (ESP8266 Based Development Board)
As the popularity of Arduino boards increased, the demand for boards which comes embedded with some of the add-ons used with the Arduino increased. One of the most popular add-ons were the WiFi modules which are used to connect Arduino boards to the internet. Several boards were...
Continue ReadingBuild a Multisensor Shield for ESP8266
Rui Santos has a great write-up on building a Multisensor Shield for ESP8266, that is available on GitHub: In this project you’ll discover how to design and create a Multisensor Shield for the ESP8266 Wemos D1 Mini board. The shield has temperature sensor (DS18B20), a PIR motion...
Continue ReadingESP32 with multiple DS18B20 temperature sensors
Guide to ESP32 with multiple DS18B20 temperature sensors from Random Nerd Tutorials: This guide shows how to read temperature from multiple DS18B20 temperature sensors with the ESP32 using Arduino IDE. We’ll show you how to wire the sensors on the same data bus to the ESP32, install...
Continue ReadingESP8266 LED Matrix Clock
Simple LED matrix Clock based on the popular ESP8266 with Real Time Clock module and time synchronization over WiFi from an NTP server. One note on the RTC module, apparently it also has the ability to charge the battery, however that's not a good idea when using a CR2032. One possible...
Continue ReadingESP8266 (ESP-03) Based Ultra Low Power Weather Logger
Yet another ESP8266 (ESP-03) based ultra low power weather logger with 4 sensors. Features Working with two AA battery Ultra low power consumption 4 sensors and 6 measurements: HDC1080 - Temperature & Humidity LPS25HB - Pressure VEML6070 - Ultraviolet...
Continue ReadingBlkBox BB-E01P – The World’s Smallest ESP8285-Based WiFi Module
Back in March 2016, Espressif Announced the ESP8285 Wi-Fi Chip, a supposed killer of the favorite ESP8266 chip. The new chip is an ESP8266, but with the flash memory onboard - 1MB flash memory. Espressif’s ESP8285 delivers highly integrated Wi-Fi SoC solution to meet users’...
Continue ReadingPacketMonitor32 – An ESP32-Based Packet Monitor with OLED
Wi-Fi Packet Monitors are usually a computer program or sometimes a piece of computer hardware that can be used to intercept and log traffic over a Wi-Fi network. My favorite software tool of all is the popular Wireshark which I have used several times for hacking Wi-Fi based hardware,...
Continue Reading