Latest Posts
Stay in Touch
Don’t miss the new projects and tutorials! Subscribe to the weekly newsletter.
The CameraWebServer sample for the ESP32-CAM delivered with the ESP32 library is great for testing and discovering the functionality of the camera. The code is ...
The CameraWebServer sample for the ESP32-CAM was developed with the Arduino IDE. PlatformIO is much more fluid and efficient than the Arduino IDE. While ...
The LilyGoWatch library integrates the TFT_eSPI and LVGL libraries to build the display of the ESP32 application. The TFT_eSPI library is super simple and ...
The LilyGoWatch library includes a pre-configured version of Badmer's TFT_eSPI library which allows you to display text, basic geometric shapes (rectangle, ...
The HQ Camera for Raspberry Pi offers a resolution of 12.3MP as well as a C-mount adapter that allows the use of professional lenses dedicated to image ...
Flask is a framework that simplifies HTML interface development for Python projects. Flask makes it easy to manage interactions between Python code and user ...
A Timer is an internal interrupt that can trigger an alarm and an associated action at a specific time repeatedly. A Timer is considered an interrupt because ...
The ESP32 has 26 digital pins which can be used to trigger the execution of a function using an external interrupt. An interrupt is a process that is triggered ...
Domoticz now has a plugin management system developed in Python like most other Open Source home automation servers (Home Assistant, OpenHAB). Launched timidly ...
In the previous tutorial, we tested the free online broker cloudMQTT. The free offer is limited to 5 simultaneous connections. It is more than enough to drive ...
The Sonoff S26 WiFi smart plug is an upgraded version of the S20. More compact, it is especially certified CE and FCC which for me is essential for electrical ...
If you want to be able to access your Domoticz server outside your home in a secure way, it's best to install a Let's Encrypt certificate (or equivalent) ...
We will see how to integrate Xiaomi Aqara or Mijia accessories without needing the official gateway to a Domoticz server. In the previous post, we were able to ...
The Zigbee2mqtt project that allows you to build a home automation bridge using a Texas Instrument Zigbee CC2531 sniffer. It is a project equivalent to the ...
For this new project we will go a little further and make a case by 3D printing. We will stay on the 433MHz frequency by integrating a Superheterodyne KSA6 ...
Last week, we were able to test the 2.7-inch ePaper (eInk) screen from Chinese manufacturer Waveshare. We did not go very far in the presentation. I needed ...