May 17, 2024, 09:14:54 PM

Recent posts

#1
ESP32 / Re: ESP-POE having problems wi...
Last post by LubOlimex - Today at 04:12:36 PM
If the hardware is perfect then it is probably some issue with the software maybe timings or delays or network throughput, hard to say without details, maybe if some customer has experience with this can help further, but we haven't used neither of those software tools.

My advice is to also post in the communities around ArtNet and WLED, they seem pretty active. I believe they would know more. ESP32-POE is basically ESP32-WROVER + LAN8710A (specifics are that it uses power pin GPIO12 and gets clock from GPIO17) any general info about ESP32 and Ethernet in those communities should apply.

Also maybe try different ArtNet implementations like: https://github.com/hpwit/artnetesp32v2 or https://github.com/hideakitai/ArtNet
#2
ESP32 / Re: ESP-POE having problems wi...
Last post by djpeterlewis - Today at 02:40:02 PM
Quote from: LubOlimex on Today at 01:08:09 PMAlso this seems like quite often encountered problem for WLED users. Did you check for other users of WLED that reported similar problem like:

https://www.reddit.com/r/WLED/comments/1985svh/wled_esp32_colors_flashing/

https://www.reddit.com/r/WLED/comments/r5jiux/wled_esp32_ws2811_flicker/

https://wled.discourse.group/t/led-strips-flickering-esp32/7756

https://www.reddit.com/r/WLED/comments/16qnuqq/why_there_is_flickering/

https://www.reddit.com/r/WLED/comments/sr6f0h/led_strip_flashing_at_random/

https://www.reddit.com/r/WLED/comments/10ib6hf/random_flickering_issues_with_ws2811/

https://www.reddit.com/r/WLED/comments/139vddw/flickering_and_pulsing_issues_with_ws2812_leds/

https://wled.discourse.group/t/random-flickering/1569

https://wled.discourse.group/t/help-diagnosing-flickering/4046

All of these are either related to a ground or ground loop or a Level shifter not been in circuit.

They are also connecting the board to the LED and using the internal patterns of WLED.
No one of them is doing it through ARTNET Ethernet.

My board connected to my Pixels are working perfectly using internal patterns as they are and no flicker or flash. It only has a problem with Artnet through Ethernet. I have narrowed it down to that.

This is why I wanted to compare the same data path to something similar so the the same code is used by another board to determine if it was the Code or the board. I think my logic on this is good.

Again, there is NO problem from the board to the Pixels when working on the internal patterns or ARTNET through the Wifi Connection. I have run this for 8 hours with not one flicker/flash

If it was the FASTLED lib used by WLED , then it would appear in both internal or Wifi ARTNET modes. The fact it only occurs when using |Ethernet and ARTNET or E1.31 (Also tried that).


#3
ESP32 / Re: ESP-POE having problems wi...
Last post by djpeterlewis - Today at 02:30:29 PM
Quote from: LubOlimex on Today at 01:37:57 PM
QuoteThis is the similar board that we used the same code ver 14.3 to test with. Granted it does not have POE.
https://quinled.info/quinled-dig-octa-brainboard-32-8l/

This board has 5V on the data lines and incorporates many level shifters. It is specifically designed to operate 5V LED strips.

This is not the case with ESP32-POE. I guess your LEDs are 5V while ESP32-POE is 3.3V. You said you used level shifter, but did you use it on the GPIO line?

Yes I put the level shifter between the GPIO and the LED
#4
ESP32 / Re: Serial Monitor with ESP32-...
Last post by LubOlimex - Today at 02:23:37 PM
It is completely fine to use the generic one.
#5
ESP32 / Re: Serial Monitor with ESP32-...
Last post by dwd - Today at 02:06:09 PM
It is working now. Swapping to "ESP32S2 dev module" is what was needed. Very strange. Are there likely to be any other problems with using this generic board rather than the specific board?
#6
ESP32 / Re: ESP-POE having problems wi...
Last post by LubOlimex - Today at 01:37:57 PM
QuoteThis is the similar board that we used the same code ver 14.3 to test with. Granted it does not have POE.
https://quinled.info/quinled-dig-octa-brainboard-32-8l/

This board has 5V on the data lines and incorporates many level shifters. It is specifically designed to operate 5V LED strips.

This is not the case with ESP32-POE. I guess your LEDs are 5V while ESP32-POE is 3.3V. You said you used level shifter, but did you use it on the GPIO line?
#7
ESP32 / Re: ESP-POE having problems wi...
Last post by LubOlimex - Today at 01:32:53 PM
I think it is some influence between grounds or ground loops. It seems to me it is power related.

How do you power the ESP32-POE? Is it powered from the same source as the LED strip? If not - did you measure if there is voltage difference between the two grounds? Can you give me a diagram or sketch or schematic on how the hardware connection and power supplies and grounds are connected?
#8
ESP32 / Re: Serial Monitor with ESP32-...
Last post by LubOlimex - Today at 01:26:39 PM
There should be COM port after the reset, that is the whole point of USB CDC on boot. I see it listed as COM after reset. If settings are set as I've set them here, then probably something didn't update properly.

Try restarting the Arduino IDE. Maybe try another USB port and also try using the generic board entry instead of the Olimex one, it is called "ESP32S2 dev module". Then set like this:

https://imgur.com/a/rENjRPc
#10
ESP32 / Re: ESP-POE having problems wi...
Last post by LubOlimex - Today at 01:03:39 PM
> I did a test with another supplier of a board using WLED as well using the same settings

Which other board exactly did you use and where did you connect the LED on it?