DehneEVSE Open source EV Charging Station - Firmware
Arduino firmware (for Arduino Nano 33 IoT) for my DehneEVSE EV Charging Station.
Features:
- Over-the-air (OTA) firmware updates
- Control Pilot (CP) handling:
- drive signal as requested by server
- notify server as soon as a change in voltage is detected
- measure and report Proximity Pilot (PP) to server
- measure and report real-time charging load (voltage & current) for all three phases
Dependencies:
- WiFiNINA
- ArduinoOTA - for writing the firmware to flash
- CRC32
- javos65/WDTZero