mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Update README.md
additional setup steps for the latest codebase.
This commit is contained in:
parent
f35fb53f7f
commit
b219136845
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -59,20 +59,22 @@ NOTE: In some cases, the LilyGo must be powered through the main power connector
|
|||
when performing the initial firmware upload.
|
||||
NOTE: On Mac, the following USB driver may need to be installed: https://github.com/WCHSoftGroup/ch34xser_macos
|
||||
|
||||
NOTE: If you see garbled messages on the serial console, change the serial console to match the baud rate to the code, currently 115200.
|
||||
|
||||
This video explains all the above mentioned steps:
|
||||
<https://youtu.be/_mH2AjnAjDk>
|
||||
|
||||
|
||||
### Linux Development Environment Setup
|
||||
In addition to the steps above, ESP32 requires a dependency for a Python module, pyserial install using the cli.
|
||||
|
||||
In addition to the steps above, ESP32 requires a dependency for a Python module, pyserial install using the cli.\
|
||||
```python3 -m pip install pyserial```
|
||||
|
||||
If you're using Ubuntu , use apt to manage the dependencies of arduino:
|
||||
|
||||
Arduino install: ```sudo apt install arduino```\
|
||||
If you're using Ubuntu , use apt to manage the dependencies of arduino:\
|
||||
pyserial install: ```sudo apt install python3-serial```
|
||||
|
||||
Arduino AppImage must be set as executable after downloading to run correctly\
|
||||
example: ```chmod 775 arduino-ide_2.3.3_Linux_64bit.AppImage```
|
||||
|
||||
## Dependencies 📖
|
||||
This code uses the following excellent libraries:
|
||||
- [adafruit/Adafruit_NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel) LGPL-3.0 license
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue