From fa1e6546913fd81d5b680da0a51bf080af95b473 Mon Sep 17 00:00:00 2001 From: Nic Limper Date: Tue, 12 Dec 2023 11:45:36 +0100 Subject: [PATCH] Updated Troubleshooting Access Points (markdown) --- hardware/Troubleshooting-Access-Points.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hardware/Troubleshooting-Access-Points.md b/hardware/Troubleshooting-Access-Points.md index 6a08505..5ba8cd9 100644 --- a/hardware/Troubleshooting-Access-Points.md +++ b/hardware/Troubleshooting-Access-Points.md @@ -2,6 +2,10 @@ When you make your own Access Point consisting of an ESP32 or ESP32-S2, and a epaper tag, some things can go wrong. This page lists the most common errors. +## Package loss/time out errors at the WiFi connection + +Disable 'BSS Transition' on a Unify WiFi Access Point, because enabling seems to cause this. The WiFi stack of the esp32 is very simple, so sophisticated WiFi protocol enhancements might confuse it. + ## Wiring errors Pay very good attention on the correct wiring. If you use the pins as predefined in platformio.ini, you will be able to do OTA updates, which saves you a lot of time.