Advanced
In this third tutorial dedicated to creating a web interface for DIY projects based on ESP8266, we will learn how to recover the time from a Network Time ...
The Raspberry Pi Zero W (the new version incorporating WiFi) is equipped with two USB ports in micro-USB format as well as a mini HDMI ...
The WiFiManager library allows you to easily manage the Wi-Fi connection in your ESP8266 projects. The WiFi connection is very well ...
Connected objects developed using the MySensors library are very well supported by Home Assistant. In this tutorial, we will see how to ...
The Xiaomi Smart Home kit is very well supported by the Open Source Home Assistant home automation server. This very economical kit ...
Armbian version 5.27 introduces a configuration tool called armbian-config. This is almost the equivalent of raspi-config on Raspbian. ...
In this tutorial we will learn how to cable and display text, images and small animations on a monochrome 0.96 '' SSD1306 monochrome OLED with an ...
Home Assistant is a home automation server fully developed in the Python language, so it is possible to install it on an Orange Pi. For ...
The Homie library has become very popular for the rapid development of ESP8266-based connected objects that communicate through MQTT ...
PlatformIO IDE is a development environment that can replace the traditional Arduino IDE. PlatformIO supports more than 400 development ...
For this new project, I propose to recycle a remote-controlled car by replacing the radio receiver by an ESP8266. The engines will be ...
In the previous tutorial, we discovered the Johnny-Five framework that allows to create connected objects (and more) based on Arduino, ...