FC11 ESP32-S3 BLE error

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
stefan.erni
Valued Contributor
Posts: 1118
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 213 times
Been thanked: 230 times

Flowcode v11 FC11 ESP32-S3 BLE error

Post by stefan.erni »

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
(21.22 KiB) Downloaded 5 times
2025-11-21_17-02-13.PNG
2025-11-21_17-02-13.PNG (291.64 KiB) Viewed 26 times
In file included from C:\ProgramData\MatrixTSL\FlowcodeV11\CAL\includes.c:1964,
from C:\C#_sourcecode\_#FC11\Atom_S3_Display\Atom_S3_Display_BLE.h:297,
from C:/Users/Kfs-Forschung/Desktop/esp-idf-2/mtxesp32_s3_sdkconfig/main/esp-project.c:20:
C:\ProgramData\MatrixTSL\FlowcodeV11\CAL\ESP\ESP_CAL_BLE_SPP_Server.c:16:10: fatal error: esp_gap_ble_api.h: No such file or directory
16 | #include "esp_gap_ble_api.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
ninja failed with exit code 1

Post Reply