Search found 1125 matches

by stefan.erni
Tue Jul 28, 2026 1:36 pm
Forum: Feature Requests
Topic: TCP Socket Component for Flowcode, Embedded and PC-App
Replies: 1
Views: 10

TCP Socket Component for Flowcode, Embedded and PC-App

Hello everyone,

I would like to propose a new Flowcode component: TCP Sockets (Client and Server), Embedded and PC-App (Web-App?)

With the increasing use of Wi-Fi-enabled microcontrollers such as the ESP32, many projects require reliable communication between embedded devices and PCs over a local ...
by stefan.erni
Tue Jul 28, 2026 9:57 am
Forum: Feature Requests
Topic: App Developer - Text Array / Values Table
Replies: 10
Views: 13570

Re: App Developer - Text Array / Values Table

Hi Steve

Ok It's working nice if I set Word Wrap set to "No" :)
Perhaps, when it comes to text, it would also be possible to have a "Get Text" macro similar to a "Set Text" macro?

And RTF test —it's works really well!

But it is a bit time-consuming.

2026-07-28_10-47-05.PNG

I've found a ...
by stefan.erni
Mon Jul 27, 2026 2:08 pm
Forum: Feature Requests
Topic: App Developer - Text Array / Values Table
Replies: 10
Views: 13570

Re: App Developer - Text Array / Values Table

Hi Steve

Maybe we could start by improving the text component.
The text component in addition to word wrap, set to small size and some space it create a nice colum

If the text component had "/r/n" for a new line it would be much easier.

And if the value could be copied with a single mouse click ...
by stefan.erni
Tue Jul 21, 2026 2:19 pm
Forum: Feature Requests
Topic: App Developer - Text Array / Values Table
Replies: 10
Views: 13570

Re: App Developer - Text Array / Values Table

Hi Jay_dee, Hi Steve

Is there already a table for PC Developer?
by stefan.erni
Thu Jul 16, 2026 5:06 pm
Forum: Projects - Embedded
Topic: Anyone using Mikroe Click boards on this forum?
Replies: 2
Views: 537

Re: Anyone using Mikroe Click boards on this forum?

Hi Andreas

Yes, I've used a few of them, and they've worked very well—
display, motor control, etc.
But also the CPU boards like Flip and Click.
CPU boards from other manufacturers that work with a ClickBoard also work well with Flowcode.
by stefan.erni
Thu Jul 16, 2026 4:45 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 19
Views: 3992

Re: ESP32S3 SD-card init problem

Hi Ben

I just pasted the C code as-is, but I think that was a mistake on my part. No error, but no improvement either.
2026-07-16_17-33-10.PNG

I tried the component for the SC/SDHC with SPI, and it works nice to creat a file and save a string.
But for my board, I need SPI1 for the display, SPI2 ...
by stefan.erni
Thu Jul 16, 2026 8:44 am
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 19
Views: 3992

Re: ESP32S3 SD-card init problem

Hi Ben

The card doesn't work yet on the other two boards. Both have the S3-mini1.
The SparkFun board already has the card built in. Are there any differences between the ESP32-S3_DevKitC and ESP32-S3_MINI regarding the SD card?
2026-07-16_09-31-20.PNG
2026-07-16_09-31-20.PNG (1.1 MiB) Viewed 439 times
by stefan.erni
Wed Jul 15, 2026 7:59 am
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 19
Views: 3992

Re: ESP32S3 SD-card init problem

Hi Ben

on my board is:
IMG_6641.jpeg

No I did not use or change RAM / PSRAM

And yes ! It's working now.
I changed my touchprogram and add the sd-card with a single init the card.
I creat a file Test.txt and save the string "Hallo" to the file
CapTouchTFT_ONE_touch_rec_macro_.fcfx
2026-07-15 ...
by stefan.erni
Mon Jul 13, 2026 3:18 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 19
Views: 3992

Re: ESP32S3 SD-card init problem

Hi Ben

I got the touchscreen working. It's very easy to use. It's simple to start and stop a recording using the large touch fields.
unfortunately...
I'm still having problems with the SD card—it won't initialize.
CapTouchTFT_ONE_touch_rec_macro_.fcfx
(41.17 KiB) Downloaded 21 times
2026-07-13_16-15-45.PNG
2026-07-13_16-15-45.PNG (213.98 KiB) Viewed 561 times
by stefan.erni
Thu Jul 09, 2026 4:20 pm
Forum: Projects - Embedded
Topic: ESP32 with TFT Display 16bit Parallel, I2C Grove Sensor, I2C Touch Control
Replies: 7
Views: 1007

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

Hi Charles, Hi Martin, Hi Ben

I tested the display manager and touchscreen.
It works very easily and conveniently.
2026-07-09_17-01-31.PNG
set the scene:
2026-07-09_17-18-09.PNG
It's just that I'm having a little trouble reading the touchscreen with the macro called.
Suddenly it stopped reading ...