Monitoring system for electric vehicles (log various sensors, such as consumed power, solar production, speed, slope, apparent wind, etc.)
Go to file
Youen Toupin 3d9aee6d0a rewired components to other ESP32 pins
- fixes issue with ADC2 that can't be used at the same time as wifi
- needs only three 1x4 connectors for the ESP32 module
- all ESP32 unused pins are easily available on the PCB for future extensions
- however, non-default pins are now used for I2C (and if needed in the future, SPI will use non-default pins as well)
2022-03-19 11:55:44 +01:00
components added components documentation 2022-02-06 22:47:04 +01:00
ESP32 added ADC calibration code 2022-03-18 23:50:02 +01:00
schema rewired components to other ESP32 pins 2022-03-19 11:55:44 +01:00
WebApp added ADC calibration code 2022-03-18 23:50:02 +01:00
.gitignore Integrated HTTP server (hello world page) 2022-03-12 12:42:05 +01:00
LICENSE Initial commit 2022-02-04 20:44:42 +00:00
README.md Initial commit 2022-02-04 20:44:42 +00:00

vehicle-monitor

Monitoring system for electric vehicles (log various sensors, such as consumed power, solar production, speed, slope, apparent wind, etc.)