Content for ESP-01

Simplest ESP8266 Local Time Internet Clock With OLED

“I was looking for a straightforward clock to use with a 128x64 OLED I got from Adafruit but found that a lot of the implementations were too cumbersome, involved a ton of code, weren’t clear on what NTP servers …

Machine to Machine Talk Using ESP8266

“Machine to Machine talk is a subpart of IoT(Internet Of Things) in which a machine gives a command or signal to another machine for doing some task.And in this article, I’ll be teaching you how you can …

Enable DeepSleep on an ESP8266-01

“We all know how versatile the ESP8266-01 is. By “we”, of course I mean the 6 people that are still reading this after seeing the title! Sure, it does have its limitations: only 2 GPIOs; no analog GPIO; inability …

Solar power meter

“Solar power meter measures the voltage, current and power of my 40W solar panel. On the PCB are two electrolytic capacitors, connectors, 3.3V stabilizer, ESP-01, voltage and current sensor INA219. OLED display is screwed to the box. The …

How to Flash ESP-01 Firmware to the Improved SDK v2.0.0

“The success of the ESP8266 from Espressif Systems is undeniable. It is a powerful microcontroller with built-in Wi-Fi capabilities and is readily adaptable to a multitude of uses in the rapidly growing IoT (Internet of Things). One of the few …

ScyCo - A Semantic Cypress (Analog) Coprocessor for IoT

“This project shows a complete solution of an IoT application using Cypress Analog coprocessor, as its suggested name by his creators this project places the Cypress IC as a Host processor companion silicon capable of interfacing with the analog world …

Testing a Custom IoT Framework by Controlling an LED: RIOT (RealTime Internet of Things)

“RIOT (Realtime Internet of Things) is a free software package (non-commercial) I created that makes using the ESP8266 with microcontrollers very simple. The ESP8266 module is a very brilliant and underestimated Wi-Fi module that can turn any serial port (be …

World’s Smallest IoT Project

“IoT has been trending since long in the field of electronics and communications. Many projects, products are daily made under IoT. Even I made several projects under this topic. But this is the limit of how the IoT project can …

Internet of kitchen lighting, with OSC

“This project was completed in June 2015. Wow, is it 2017 already? In this post, I’d like to say that I wrote a useful little bit of software and built up a crappy hack to demonstrate it but, secretly …

Weather Station With Arduino/Genuino , ESP8266, BMP180, DHT22 and Thingspeak

“It’s a bit of years that “game” with Arduino / Genuino and, when I saw what he could do a ESP8266, I wanted to build a small weather station. This is the evolution of my Weather Clock.”