M4GNV5 / DocGreenESA5000-Dashboard

e-Scooter protocol reversing, custom dashboard and tuning chip for the Doc Green scooters sold by e.g. Lidl
GNU General Public License v3.0
29 stars 7 forks source link

Schematics, wiring diagram or better documentation #2

Closed karlitos closed 4 years ago

karlitos commented 4 years ago

Hello Jakob, incredible work you did here 👍 I would love to build this display for me and maybe also to contribute and participate on the development. Would you be so kind and improve your documentation, so it includes detailed schematics or wiring diagram and also part listing (arduino board type, LCD module ... )

M4GNV5 commented 4 years ago

Hey,

The most important wiring is the bus wiring, which i took from m365_dashboard. Additionally i added latching buttons allowing to disable the bus connection and flash the arduino. and a big button power on/off, light and eco mode.

I guess i can create a schematic, but on the long run we plan to develop a PCB replacement which can be freely programmed. you might want to join the ESA5k hacking group on telegram: https://t.me/ESA_5000_Hacking

karlitos commented 4 years ago

Many thanks four your reply. I will first start with ordering some oled display and and aduino mini board. I found some 0.91 inch 128x32 OLED on Amazon with SSD1306 driver - looks similar to yours. Would be great to know how to connect it to the ESA board.

M4GNV5 commented 4 years ago

Hey,

i added a simple circuit to the readme created using https://www.circuit-diagram.org/. I hope that explains how to connect the controller & inputs to the arduino.