Tinkerforge / warp-charger

Mit WARP, Abkürzung für "Wall Attached Recharge Point", bietet Tinkerforge Open Source Ladelösungen für Elektrofahrzeuge.
https://www.tinkerforge.com/de/shop/warp.html
57 stars 9 forks source link

WARP Charger

You can find more information, technical details etc. about WARP Chargers at http://warp-charger.com.

This repository contains the source of this web site, all released firmwares, the manual and some additional information.

The main software of WARP Chargers is running on a ESP32. It can be found found at https://github.com/Tinkerforge/esp32-firmware

More information about the hardware can be found here:

ESP32 Ethernet Brick:

EVSE Bricklet:

Repository Content

documents/:

firmwares/:

hardware/:

label/:

manual/:

warp-charger.com/:

Firmwares

The firmwares folder contains all released firmwares as bin files. These can be flashed using the web interface or over USB using https://github.com/espressif/esptool/ at offset 0x1000. The folder also contains the ELF files with debug information.

Hardware

Parts of the hardware are designed with the open source EDA Suite KiCad (http://www.kicad.org). Before you are able to open the files, you have to install the Tinkerforge kicad-libraries (https://github.com/Tinkerforge/kicad-libraries). You can either clone them directly in hardware/ or clone them in a separate folder and symlink them into hardware/ (ln -s kicad_path/kicad-libraries project_path/hardware). After that you can open the .pro file in hardware/ with KiCad and from there view and modify the schematics and the PCB layout.