mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
Merge branch 'main' into feature/mqtt_library_replacement
This commit is contained in:
commit
0444b4b185
23 changed files with 660 additions and 97 deletions
|
@ -39,6 +39,11 @@ Here's how to connect the high voltage lines
|
|||
For more examples showing wiring, see each battery types own Wiki page. For instance the [Nissan LEAF page](https://github.com/dalathegreat/Battery-Emulator/wiki/Battery:-Nissan-LEAF---e%E2%80%90NV200)
|
||||
|
||||
## How to compile the software 💻
|
||||
|
||||
Start by watching this [quickstart guide](https://www.youtube.com/watch?v=hcl2GdHc0Y0)
|
||||
|
||||
[](https://www.youtube.com/watch?v=hcl2GdHc0Y0)
|
||||
|
||||
1. Download the Arduino IDE: https://www.arduino.cc/en/software
|
||||
2. Open the Arduino IDE.
|
||||
3. Click `File` menu -> `Preferences` -> `Additional Development` -> `Additional Board Manager URLs` -> Enter the URL in the input box: `https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json` and click OK.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue