-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Power supply via POE not stable #49
Comments
This is very odd. I'll be following out of curiosity. I developed an ESP32 based system and I used Olimex ESP32-POE as one of the hardware references so I studied the circuit a lot. As far as I could see the PoE power supply is pretty standard, nothing weird in it. I haven't studied a lot the isolated version tho. Also, I'm curious as for why someone would connect PoE and use WiFi. Since you already have an Ethernet cable connected, why not use it also for data? Is it only an analog 24/48V power connection? Or do you need two different IP addresses? Cheers. |
You're right, it doesn't really make sense to have WiFi running on the POE, and I would have to check if they actually did run the system on WiFi (which, in my project, makes sense because it sets up an AP so you can configure it through via WiFi). |
Most likely the reason for this issue is the same as @DanKoloff explained here. |
I'm maintaining a hardware project (https://www.bsb-lan.de) where probably half of the installations run on an Olimex (either EVB or POE). About a dozen users using the Olimex ESP32-POE have now reported back to me that when they use WiFi on the Olimex, the system becomes unstable which shows in disconnects or slow WiFi connections.
The matter immediately changes when powering the Olimex via a stable USB power supply (a laptop's USB for example) and the issues are gone. Also, the matter does not seem to be noticeable if an Ethernet connection instead of WiFi is used.
I have also created an issue in the Olimex EVB section, feel free to close one of them if that is better for your workflow.
For the time being, we will add a recommendation to only power the Olimex via a reliable USB power supply, but since POE powering is often a specific demand by our users, I wanted to let you know about this problem, so that hopefully you can fix it in the next hardware revision.
The text was updated successfully, but these errors were encountered: