Skip to content

Latest commit

 

History

History
100 lines (62 loc) · 3.88 KB

README.md

File metadata and controls

100 lines (62 loc) · 3.88 KB

ESP32 EVSE

J1772 EVSE firmware for ESP32 based devices.

Build with ESP-IDF GitHub version License GitHub Sponsors Web installer

Key features

  • Hardware abstraction for device design
  • Responsive web-interface
  • OTA update
  • Integrated energy meter
  • REST API
  • WebDAV
  • Modbus (RS485, TCP)
  • Lua scripting
  • Nextion HMI
  • Scheduler

Web installer

Easy initial installation of esp32-evse firmware can be performed using your browser (currently Google Chrome or Microsoft Edge).

Web installer

Device definition method

One firmware to rule them all. Not really :-) one per device platform (ESP32, ESP32-S2...).

There is no need to compile the firmware for your EVSE design. Source code ist not hardcoded to GPIOs or other hardware design features. All code is written in ESP-IDF without additional mapping layer like Arduino.

All configuration is written outside firmware in configuration file named board.cfg on dedicated partition. For example, on following scheme is minimal EVSE circuit with ESP32 devkit.

Minimal circuit

For this circuit there is config file board.yaml, for more information's see YAML schema.

deviceName: ESP32 minimal EVSE

buttonGpio: 0

pilot:
  gpio: 33
  adcChannel: 7
  levels: [2410, 2104, 1797, 1491, 265]

acRelayGpio: 32

Web interface

Fully responsive web interface is accessible local network IP address on port 80.

Dashboard page

Dashboard

Settings page

Settings

Mobile dashboard page

Dashboard mobile

Hardware

ESP32DevkitC EVSE

Dev board with basic functionality, single phase energy meter, RS485. One side pcb, for DIY makers easy to make at home conditions ;-)

EasyEDA project

ESP32DevkitC

ESP32-S2 EVSE DIY ALPHA

ESP32-S2 based EVSE with advanced functionality, three phase energy meter, RS485, UART, 1WIRE, RCM, socket lock.

EasyEDA project

ESP32-S2-DA

Quick demonstration video

Quick demonstration video

Donations

ESP32 EVSE firmware is free, but costs money to develop harware and time to develop software. This gift to the developer would demonstrate your appreciation of this software & hardware and help its future development.

GitHub Sponsors