Artificial intelligence based systems have become established in our everyday lives. Just think of speech or image recognition. Most of the systems rely on either powerful processors or a direct connection to the cloud for doing the calculations there. With the increasing power of modern processors, the AI systems are coming closer to the end user – which is usually called edge computing. Here, this edge computing is put into a practically oriented example, where an AI network is implemented on an ESP32 device so: AI on the edge.
This project allows you to digitize your analog water, gas, power and other meters using cheap and easily available hardware.
All you need is an ESP32 board with a supported camera and something of a practical hand.
- Tensorflow Lite (TFlite) integration – including easy-to-use wrapper
- Inline image processing (feature detection, alignment, ROI extraction)
- Small and cheap device (3 x 4.5 x 2 cm³, < 10 EUR)
- Integrated camera and illumination
- Web interface for administration and control
- OTA interface for updating directly via the web interface
- Full integration into Homeassistant
- Support for Influx DB 1
- MQTT
- REST API
The device takes a photo of your meter at a defined interval. It then extracts the Regions of Interest (ROIs) from the image and runs them through artificial intelligence. As a result, you get the digitized value of your meter.
There are several options for what to do with that value. Either send it to an MQTT broker, write it to an InfluxDb or simply provide access to it via a REST API.
There is growing documentation which provides you with a lot of information. Head there to get a start, set it up and configure it.
There are also articles in the German Heise magazine "make:" about the setup and technical background (behind a paywall): DIY - Setup
For further background information, head to Neural Networks, Training Neural Networks and Programming on the ESP32.
The latest available version can be found on the Releases page.
Initially you will have to flash the ESP32 via a USB connection. Later updates are possible directly over the air (OTA).
There are different ways to flash your ESP32:
- Web Installer and Console (Browser-based tool to flash the ESP32 and extract the log over USB)
- Flash Tool from Espressif
- ESPtool (command-line tool)
See the documentation for more information.
The SD card must be flashed separately, see the documentation for details.
A 3D-printable housing can be found here:
- https://www.thingiverse.com/thing:4573481 (Water Meter)
- https://www.thingiverse.com/thing:5028229 (Power Meter)
- https://www.thingiverse.com/thing:5224101 (Gas Meter)
- https://www.thingiverse.com/thing:4571627 (ESP32-cam housing only)
See Build Instructions.
If you would like to support the developer with a cup of coffee, you can do that via PayPal.
If you have any technical problems, you can create an Issue.
In other cases you can contact the developer via email:
See Changelog.
- Logfile downloader and combiner (Thx to reserve85)
- Files see '/tools/logfile-tool', how-to see documentation
There are some ideas and feature requests which are not currently being pursued – mainly due to capacity reasons on the part of the developer. They are collected here: FeatureRequest.md.