Tag: ESP8266

Elektor Article: DCF77 Emulator with ESP8266
Replace over-air time by Internet time About twenty years ago I recycled and modernised a vintage clock with Nixie tubes built by my father in the nineteen seventies. I replaced the digital logic by a microcontroller and used a DCF77 receiver module instead of the original 50-Hz...
Continue Reading
ESP8266 based Coronavirus tracking project
This is an ESP8266 based coronavirus tracking project from "Volkan Unal" on github.com. The tracker can be configured to display the details of your own country. Instructions 1- Change your wifi information from WifiConnect.h file char ssid[32] = "yourssid"; char password[64] =...
Continue Reading
Temper: Sleek temperature sensor built on ESP8266
Meet Temper, a compact, low power temperature sensor based on ESP8266 and SHT30 with a large 13x7 pixel led display. It accesses WiFi periodically to display temperature and humidity data as well as battery percentage via the MQTT protocol. The device’s display uses three 74HC595 + 7...
Continue Reading
Network Clock using ESP8266 and OLED display
There are several situations where using an RTC could adversely affect your project by increasing cost, size, time accuracy or IO requirements. To prevent this, especially in ESP/WiFi-based or other clock-reliant projects, makers usually turn to obtain time information from NTP servers....
Continue Reading
DIY ISS Tracking Lamp
The International Space Station (ISS) is one of greatest feat of engineering achievements by mankind. It is a space station (habitable artificial satellite) in low Earth orbit. The ISS serves as a microgravity and space environment research laboratory in which crew members conduct...
Continue Reading
New and Improved Geiger Counter – Now With WiFi!
In one of our previous tutorials, we examined the development of a DIY-Geiger Counter showing the efforts of “Instructable” user Prabhat who combined the ESP8266 with a touch screen display to create a truly intuitive version of his Geiger Counter. He recently created an updated...
Continue Reading
Free Elektor Article: A 3-Dollar Tiny Wi-Fi Switch That Works
Out of curiosity I ordered a tiny ESP8266 relay switch board from aliexpress.com, for next to nothing. Blissfully unaware, then, of the struggle ahead to make the thing work as advertised. I survived and conquered — here’s the story. By Somnath Bera @ elektormagazine.com The little...
Continue Reading
ANAVI Gas Detector – An ESP8266-powered air quality monitor
ANAVI Gas Detector is an ESP8266-powered, open source, Wi-Fi dev board for monitoring air quality and detecting dangerous gases. ANAVI Gas Detector is an ESP8266-powered, open source, Wi-Fi dev board for monitoring air quality and detecting dangerous gases. It supports popular analog...
Continue Reading