Update README.md

This commit is contained in:
rzeldent
2022-09-15 11:01:37 +02:00
committed by GitHub
parent 4440cae714
commit dbea1c947e

View File

@@ -155,11 +155,19 @@ This link can be opened with for example [VLC](https://www.videolan.org/vlc/).
:warning: **Please be aware that there is no password present on the stream!** :warning: **Please be aware that there is no password present on the stream!**
## Issues / Nice to know ## Issues / Nice to know
- Sometimes after configuration a reboot is required. If the error screen is shown that it is unable to make a connection, first try to reboot the device, - Sometimes after configuration a reboot is required.
- When booting, the device waits 30 seconds for a connection (configurable). You can make a connection to the SSID and log in using the crdentials below, If the error screen is shown that it is unable to make a connection, first try to reboot the device,
- When connected, go to the ip of the device and, when prompted for the credentials, enter 'admin' and the AP password. This field is **required** before saving the credentials, - When booting, the device waits 30 seconds for a connection (configurable).
- When the password is lost, a fix is to completely erase the ESP32 using the ```pio run -t erase``` command. This will reset the device including configuration. However, reflashing of the firmware is required. You can make a connection to the SSID and log in using the crdentials below,
- When finished configuring for the first time and the access point is entered, disconnect from the wireless network provided by the device. This should reset the device and connect to the access point. Resetting is also a good alternative... - When connected, go to the ip of the device and, when prompted for the credentials, enter 'admin' and the AP password.
This is a **required** field before saving the credentials,
- When the password is lost, a fix is to completely erase the ESP32 using the ```pio run -t erase``` command.
This will reset the device including configuration.
If using the esptool, you can do this using ```esptool.py --chip esp32 --port /dev/ttyUSB0 erase_flash```.
However, after erasing, reflashing of the firmware is required.
- When finished configuring for the first time and the access point is entered, disconnect from the wireless network provided by the device.
This should reset the device and connect to the access point.
Resetting is also a good alternative...
### Power ### Power
Make sure the power is 5 volts and stable, although the ESP32 is a 3.3V module, this voltage is created on the board. Make sure the power is 5 volts and stable, although the ESP32 is a 3.3V module, this voltage is created on the board.