Metaln00b / ESP8266-CurrentDiag

ESP8266 (Wemos D1 mini) based Small Current Diagnostic Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266-CurrentDiag

ESP8266 (Wemos D1 mini) based Small Current Diagnostic Tool

Measure the current of the electro-hydraulic pressure regulator of a KE-Jetronic

Additionally the lambda value can be measured via the analog input if the gauge has a 5v output. For this, a 180k Ohm resistor must be connected in series before the A0.

I am using the AFR Wideband Kit from DepoRacing with an OLED 52772WBOLED

Web GUI

Lastly, I added a UDP connection, which transmits the values at a higher update rate, compared to the WebGui. For this I use a RaspberryPi Pico W with an Adafruit library for CircuitPython 8.0.3. The ESP8266 is the server and the Pico W is the client.

Pico W UDP Front

Pico W UDP Back

About

ESP8266 (Wemos D1 mini) based Small Current Diagnostic Tool


Languages

Language:Python 40.8%Language:JavaScript 27.1%Language:C++ 18.8%Language:CSS 8.4%Language:HTML 4.9%