Formatting

Michael Ingraham 2019-04-25 09:02:05 -04:00
parent 08650f8429
commit 5ecee07dc7
1 changed files with 15 additions and 17 deletions

@ -50,33 +50,34 @@ Work on Fritz Box Fon und WLAN 7112
That's it
## Wi-Fi Issues, Arduino Core Versions and Expressif SDK
## Wi-Fi Issues, Arduino Core Versions and Espressif SDK
* For anyone having Wi-Fi problems, please try:
Erase all flash using esptool.py or esptool.exe and flash again by wire (as explained [here](#esptool-usage)) using the latest precompiled bins from http://thehackbox.org/tasmota/.
Erase all flash using esptool.py or esptool.exe and flash again by wire (as explained [here](#esptool-usage)) using the latest precompiled bins from http://thehackbox.org/tasmota/.
This approach has solved most of the issues. Sometimes this is due to a bad flashing, a bad OTA or invalid data that remains in the flash where the SDK memory is.
This approach has solved most of the issues. Sometimes this is due to a bad flashing, a bad OTA, or invalid data that remains in the flash where the SDK memory is.
* For anyone having mqtt disconnections, please try:
* For anyone having MQTT disconnections, please try:
Erase all flash using esptool.py or esptool.exe and flash again by wire (as explained [here](#esptool-usage)) using the latest precompiled bins with core v2.5.0 from http://thehackbox.org/tasmota/020500/.
Erase all flash using esptool.py or esptool.exe and flash again by wire (as explained [here](#esptool-usage)) using the latest precompiled bins with core v2.5.0 from http://thehackbox.org/tasmota/020500/.
* For anyone having mqtt disconnections with core v2.5.0, please try in the console:
* For anyone having MQTT disconnections with core v2.5.0, please try in the console:
`Sleep 0`
`Sleep 0`
* If any of the previous solutions don't work in your network please use latest Tasmota version with core v2.3.0:
http://thehackbox.org/tasmota/release/020300/
- Master: http://thehackbox.org/tasmota/release/020300/
- Development: http://thehackbox.org/tasmota/020300/
* If stills have issues, you should look into your Wi-Fi network:
* If you still have issues, you should look into your Wi-Fi network:
Check the Wi-Fi channels availability and noise with an android app like Wi-Fi ANALYZER, and disable Auto Channel in your Wi-Fi router and select any Wi-Fi channel that is not very congested in your area.
Disable Wi-Fi Repeaters and Mesh Networks.
Check Wi-Fi signal in your device.
- Check the Wi-Fi channel availability and noise with an Android app like Wi-Fi Analyzer. Disable Auto Channel in your Wi-Fi router and select any Wi-Fi channel that is not very congested in your area.
- Disable Wi-Fi Repeaters and Mesh Networks.
- Check Wi-Fi signal in your device.
The same Mesh may be stable in one area and lead to unwanted Tasmota reconnects in other areas, presumably when the signals of access points overlap with similar strength. If disabling Mesh Networks is not an option, then keeping the network busy, e.g. by issuing a Ping from another host every 20 seconds has helped to avoid the reconnects.
The same Mesh may be stable in one area and lead to unwanted Tasmota reconnects in other areas, presumably when the signals of access points overlap with similar strength. If disabling Mesh Networks is not an option, then keeping the network busy, e.g. by issuing a Ping from another host every 20 seconds has helped to avoid the reconnects.
### Arduino Core differences
@ -132,10 +133,7 @@ Example: Core-/SDK-Version: **2_3_0**/1.5.3(aec24ac9)
- If the Wi-Fi router has auto channel, it is not very reliable how it is managed the channel change by this core. Use Fixed Channels in the router instead.
### How To Change Core in Atom&PlatformIO:
### How To Change Core in Atom & PlatformIO
Locate the platformio.ini file in the project directory of TASMOTA and delete the ; in front of the core you want and add ; to the rest of core options
```