Search found 1090 matches

by stefan.erni
Fri May 08, 2026 3:19 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 24
Views: 5480

Re: Flowcode 11 Graphical Display Manager Demonstration

Hi Ben Yes it's an ESP32S3. With the display manager, this reduction of field is very easy. I get good results when I optimize it. I've noticed that the pixel queue can't be larger than 240 with the display manager, otherwise, it crashes in the hardware. Set to 241 is crashing... Without the display...
by stefan.erni
Fri May 08, 2026 11:07 am
Forum: Projects - Embedded
Topic: ESP32 with TFT Display 16bit Parallel, I2C Grove Sensor, I2C Touch Control
Replies: 6
Views: 430

Re: ESP32 with TFT Display 16bit Parallel, I2C Grove Sensor, I2C Touch Control

Hi Charles, Hi Martin, Hi Ben

I got a board too.
I'll try using the display manager and the SD card.
That could be very useful.
by stefan.erni
Fri May 08, 2026 11:06 am
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 24
Views: 5480

Re: Flowcode 11 Graphical Display Manager Demonstration

Hi Ben

OK, that was already set to “Yes.” I didn't notice that.
The only difference for me is the prescale.

Do I need to increase the pixel queue?
or what can I do?
by stefan.erni
Thu May 07, 2026 5:20 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 24
Views: 5480

Re: Flowcode 11 Graphical Display Manager Demonstration

Hi Ben, Hi Jorgen I've integrated the display manager into my program. It's easy to do. I've tested the scenes in the simulation and on the display, and they work both very well. In the scenes, you can see the grid, which is practical. Simulation has no Bluetooth adress and project file name. The di...
by stefan.erni
Mon May 04, 2026 11:57 am
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 5
Views: 1446

Re: ESP32S3 SD-card init problem

Hi Ben

It looks like the ESP32S3 has a lot of advantages.

For example, data sampling works directly in the interrupt macro,
and resetting the watchdog timer no longer requires a wait time of a few milliseconds.

Unfortunately, the SD card isn't working yet.
by stefan.erni
Tue Apr 28, 2026 10:14 am
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 24
Views: 5480

Re: Flowcode 11 Graphical Display Manager Demonstration

Hi Jorgen

Thank you,
I found the setting. It's the fonts you can create on the display.
So I added some new fonts

Once everything is working, I can post my program

Fonts on Display:
SNAG-0082.PNG
SNAG-0082.PNG (108.71 KiB) Viewed 999 times
Are the fonts on the manager:
2026-04-28_11-07-35.PNG
2026-04-28_11-07-35.PNG (50.66 KiB) Viewed 999 times
by stefan.erni
Mon Apr 27, 2026 2:30 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 24
Views: 5480

Re: Flowcode 11 Graphical Display Manager Demonstration

Hi Ben, Hi Jorgen I'm using the display manager (without a touchscreen). It works very well. I had the opposite problem from Jorgen: the values on the display were updating too frequently. So I set it to update the display only after 50 samples, and only for the values that have changed. I have one ...
by stefan.erni
Mon Apr 27, 2026 8:49 am
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 5
Views: 1446

Re: ESP32S3 SD-card init problem

Hi Ben

I tried to ignore the return value and create a file, but it didn't work.
by stefan.erni
Thu Apr 23, 2026 4:59 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 5
Views: 1446

Re: ESP32S3 SD-card init problem

Hi Ben Glad to hear it's working for you. I always use the same type of SD card—a 32GB SanDisk—for the 4-bit version. It worked fine with the PIC32 and ESP32 WROOM. I tried a different board—this time from SparkFun—and the card initialization caused problems there as well. I checked the pins and the...
by stefan.erni
Thu Apr 23, 2026 3:10 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 5
Views: 1446

ESP32S3 SD-card init problem

Hi Ben

I'm trying to initialize an SD card on a ESP32S3, but I keep getting a 255 return (no card) instead of 0 (card ok).
Is there something else I need to configure to make this work with the S3? With the ESP32 wroom32 This worked very well.
2026-04-23_16-01-33.PNG
2026-04-23_16-01-33.PNG (28.17 KiB) Viewed 1446 times
2026-04-23_16-09-08.PNG
2026-04-23_16-09-08.PNG (117.21 KiB) Viewed 1446 times