Search found 1018 matches

by stefan.erni
Fri Nov 28, 2025 12:38 pm
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 17
Views: 5483

Re: ESP32 UART-USB Brige How to use

Hi Martin

Do you have any idea how I can set TINYUSB_ENABLED=y and the other settings
in the menu so that it works with Flowcode?
by stefan.erni
Thu Nov 27, 2025 4:40 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 350

Re: FC11 ESP32-S3 BLE error

Hi Ben First the good news. BLE is also working with the ESP32-Pico I tested the client. It searches for devices and finds them, but it does not display any names. If I simply select a device number to connect, for example no. 2, and that is the server (Flowcode), then I can receive and display the ...
by stefan.erni
Thu Nov 27, 2025 11:25 am
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 350

Re: FC11 ESP32-S3 BLE error

Hi Ben I tested it for Android and iPhone, and I can receive the string with an App. My wish is to be able to send an integer array and receive it in the App developer, just like with UART or classic Bluetooth. My test with a string was working nice. ESP32 send: 2025-11-27_12-06-02.PNG received App ...
by stefan.erni
Wed Nov 26, 2025 1:55 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 350

Re: FC11 ESP32-S3 BLE error

Hi Ben

A component for web developers would be great.
For my project, the data will have to go to the cloud in the future, via Android or Windows devices.
Web developers are also ideal for testing.
But it's also practical for app developers to receive data from the ESP32-S3.
by stefan.erni
Wed Nov 26, 2025 12:50 pm
Forum: Bug Reports
Topic: ESP32 WLAN init and BT init Problem
Replies: 7
Views: 221

Re: ESP32 WLAN init and BT init Problem

Hi Dirk something else for power.... If you like to save power you can also reduce the speed from the clock in the menue config or with a c-command to 160Mhz or 80Mhz and you can let the esp32 sleep for a while or sleep until you wake the esp32 up with a pin pull down https://flowcode.co.uk/forums/v...
by stefan.erni
Wed Nov 26, 2025 10:39 am
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 350

Re: FC11 ESP32-S3 BLE error

Hi Ben
I installed the Multi comm terminal on another computer,
and there I can receive the sent string from ESP32-S3 and BLE.
Have you also planned a component for the app developer?
by stefan.erni
Wed Nov 26, 2025 8:30 am
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 350

Re: FC11 ESP32-S3 BLE error

Hi Ben It's compiling now. Perfect! On the Notebook and a phone It' found the FC11 BLE SPP On Computer and IPhone It was not found. I installed a APP on the Computer but id did not found I will test it some more. config: 2025-11-26_08-42-02.PNG 2025-11-26_08-43-31.PNG Multi Comm Terminal 2025-11-26_...
by stefan.erni
Mon Nov 24, 2025 9:10 am
Forum: General
Topic: Kalman Filter Example
Replies: 2
Views: 180

Re: Kalman Filter Example

Hi George

Here is an example of my filter. You should do this with every value.
2025-11-24_10-06-32.PNG
2025-11-24_10-06-32.PNG (156.26 KiB) Viewed 169 times
by stefan.erni
Fri Nov 21, 2025 4:05 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 350

FC11 ESP32-S3 BLE error

Hi to All I'm using an M5 Stack Atom S3 with display. This works very well with FC11. Now I want to use BLE, but I get an error message as soon as I initialize the BLE component. Atom_S3_Display_BLE.fcfx 2025-11-21_17-02-13.PNG In file included from C:\ProgramData\MatrixTSL\FlowcodeV11\CAL\includes....
by stefan.erni
Thu Nov 20, 2025 9:20 am
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 17
Views: 5483

Re: ESP32 UART-USB Brige How to use

Hi Martin that's quite something I had to enter commands via the console, then I could start the menu and TinyUSB appeared in the menu for the first time. (I have no idea how to do that in FC11.) This TinyUSB is for ESP32-S3 and not for all Classic ESP32 All ESP32 chips can send UART data, but: Clas...