Components that already worck with ESP32

For general Flowcode discussion that does not belong in the other sections.
MJU20
Posts: 281
http://meble-kuchenne.info.pl
Joined: Tue Dec 08, 2020 5:11 pm
Has thanked: 81 times
Been thanked: 58 times

Components that already worck with ESP32

Post 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?

BenR
Matrix Staff
Posts: 1888
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 485 times
Been thanked: 662 times

Re: Components that already worck with ESP32

Post 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.

jgu1
Posts: 685
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 571 times
Been thanked: 147 times

Re: Components that already worck with ESP32

Post by jgu1 »

Hi Ben!

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

Jorgen

BenR
Matrix Staff
Posts: 1888
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 485 times
Been thanked: 662 times

Re: Components that already worck with ESP32

Post 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.

jgu1
Posts: 685
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 571 times
Been thanked: 147 times

Re: Components that already worck with ESP32

Post by jgu1 »

Well ok Ben. I will give it a go this evening, thank´s for info.

Jorgen

BenR
Matrix Staff
Posts: 1888
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 485 times
Been thanked: 662 times

Re: Components that already worck with ESP32

Post 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 6762 times

stefan.erni
Valued Contributor
Posts: 854
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 169 times
Been thanked: 197 times

Re: Components that already worck with ESP32

Post 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

BenR
Matrix Staff
Posts: 1888
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 485 times
Been thanked: 662 times

Re: Components that already worck with ESP32

Post 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.

stefan.erni
Valued Contributor
Posts: 854
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 169 times
Been thanked: 197 times

Re: Components that already worck with ESP32

Post by stefan.erni »

Hi Ben

No simulation working with 255.

But the command refresh from ws2812 is missing.

regards

Stefan

stefan.erni
Valued Contributor
Posts: 854
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 169 times
Been thanked: 197 times

Re: Components that already worck with ESP32

Post 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

Post Reply