Page 1 of 2

Components that already worck with ESP32

Posted: Fri Jan 01, 2021 5:24 pm
by MJU20
Happy new year to all!

What components do work with the ESP32 chippack?
Now and in the future?

My idea is that most components will work with this chip?

Re: Components that already worck with ESP32

Posted: Sat Jan 02, 2021 11:28 pm
by BenR
Hello

Most components should work out of the box except components that require tight high speed timings for example the ws2812 led, dht11 and 22 and 1 wire communications. We are working on adding support for these and hopefully they will be available soon.

Re: Components that already worck with ESP32

Posted: Sun Jan 03, 2021 6:19 pm
by jgu1
Hi Ben!

And please the Ili9341 too, doesn´t work. ;)

Jorgen

Re: Components that already worck with ESP32

Posted: Tue Jan 05, 2021 11:39 am
by BenR
I wonder if the bug reported here is what is causing the ILI9341 display component to fail?

viewtopic.php?p=511#p511

Fingers crossed with the fix I've just pushed it will work correctly now.

Re: Components that already worck with ESP32

Posted: Tue Jan 05, 2021 4:01 pm
by jgu1
Well ok Ben. I will give it a go this evening, thank´s for info.

Jorgen

Re: Components that already worck with ESP32

Posted: Thu Feb 25, 2021 11:53 am
by BenR
Hello,

The WS2811 component should now work with ESP32. Hopefully other similar timing critical issues will be ironed out soon.
ESP_WS2812.jpg
ESP_WS2812.jpg (8.86 KiB) Viewed 6763 times

Re: Components that already worck with ESP32

Posted: Thu Feb 25, 2021 1:27 pm
by stefan.erni
Hi Ben

Thank you for solving the problem from the ws2811 and ESP32

I use the ws2812 and it's working in the hardware very nice.
FC9_M5STACK Modul Atom Matrix.fcfx
(10.29 KiB) Downloaded 311 times

https://m5stack.com/products/atom-matri ... opment-kit

In the simulation it's not working.

regards

Stefan

Re: Components that already worck with ESP32

Posted: Thu Feb 25, 2021 2:05 pm
by BenR
Excellent thanks Stefan,

I think the sim is working but there is a problem colour value 20 works well on the LEDs but on the monitor it's hard to distinguish from black. If you increase the colour intensity then hopefully you will be able to see the sim functioning.

Let me know.

Re: Components that already worck with ESP32

Posted: Thu Feb 25, 2021 3:05 pm
by stefan.erni
Hi Ben

No simulation working with 255.

But the command refresh from ws2812 is missing.

regards

Stefan

Re: Components that already worck with ESP32

Posted: Fri Feb 26, 2021 8:29 am
by stefan.erni
Hi Ben

After the update today it's Perfect!

Every thing is working nice with WS2812 LED. Also in the simulation.

regards

Stefan