https://github.com/dalathegreat/BYD-Battery-Emulator-For-Gen24
Download the Arduino IDE:Â https://www.arduino.cc/en/software
When the Arduino IDE has been started; Click "File" in the upper left corner -> Preferences -> Additional Development >Board Manager URL -> Enter the URL in the input box https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
Go to "Boards Manager", and install the ESP32 package by Espressif Systems
The arduino settings should be set to "ESP32 Dev Module" with the following settings;
Flashing LILLYGO did not go well. Lowered baudrate a bit to 115..…
<aside> 💡 NOTE: On Mac, the following USB driver may need to be installed: https://github.com/WCHSoftGroup/ch34xser_macos
</aside>
ESP32 Dev Module settings:
USER_SETTINGS.h
file.USER_SECRETS.TEMPLATE.h
 file to USER_SECRETS.h
 and update connectivity settings inside this file.Verify
 and Upload
 to send the sketch to the board. NOTE: In some cases, the LilyGo must be powered through the main power connector instead of USB-C when performing the initial firmware upload. NOTE: On Mac, the following USB driver may need to be installed: https://github.com/WCHSoftGroup/ch34xser_macosNOTE: If you see garbled messages on the serial console, change the serial console to match the baud rate to the code, currently 115200.
Copy the software folder to the Arduino folder. Open the Software.ino file with Arduino IDE
Did settings in: