Search found 1978 matches

by BenR
Thu Nov 27, 2025 2:48 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 281

Re: FC11 ESP32-S3 BLE error

Hello, Glad it's now working for you. I've added the embedded client component now too and that also seems to be working well so that's good progress. If you need to send/receive arrays of INTs then one way to do it now would be to use arrays of bytes and simply assign the low/high byte of each INT ...
by BenR
Wed Nov 26, 2025 4:46 pm
Forum: Bug Reports
Topic: ESP32 WLAN init and BT init Problem
Replies: 7
Views: 140

Re: ESP32 WLAN init and BT init Problem

Ooh that's also good to know thanks Martin.
by BenR
Wed Nov 26, 2025 1:41 pm
Forum: Bug Reports
Topic: ESP32 WLAN init and BT init Problem
Replies: 7
Views: 140

Re: ESP32 WLAN init and BT init Problem

Hello, This is something I've personally come across and I ended up having to manually edit a file in the compiler. Here's the error I was getting: ESP32 Image length 1352272 doesn't fit in partition length Edit this file in a text editor. C:\FC_ESP\frameworks\esp-idf-v5.3.1\components\partition_tab...
by BenR
Wed Nov 26, 2025 1:25 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 281

Re: FC11 ESP32-S3 BLE error

Hello, Good question. I think a component for web developer should be fairly easy as I've already got this working. I'll have to have a think about PC developer and what we can do there. My plan is to expose the two GATT service UUIDs in the components and then it should be easy to say have a server...
by BenR
Wed Nov 26, 2025 11:11 am
Forum: General
Topic: BLACKPILL STM32F411 RTC
Replies: 9
Views: 184

Re: BLACKPILL STM32F411 RTC

Hello,

Thanks for your question.

I've checked and it looks like the internal RTC should be supported already for that device.

Let us know if you have any problems.
by BenR
Tue Nov 25, 2025 9:46 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 281

Re: FC11 ESP32-S3 BLE error

Client is being a bit more elusive to get the scanning and connecting done well.

There's progress but it's not going to be ready today by the looks of it.
by BenR
Tue Nov 25, 2025 7:28 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 281

Re: FC11 ESP32-S3 BLE error

Hello, Right the ESP32 BT BLE Server is now fully functional and live on the library updates. Let me know if you have a go with it. I've done fairly thorough testing and for me it's very responsive and working great. Note if I try and pair a device directly in Windows or on my Phone it fails. But if...
by BenR
Mon Nov 24, 2025 11:06 pm
Forum: General
Topic: Starm 042 not compile1
Replies: 9
Views: 302

Re: Starm 042 not compile1

Hello,

Hopefully resolved for you now.
by BenR
Mon Nov 24, 2025 4:02 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 281

Re: FC11 ESP32-S3 BLE error

Aha sorry I'll get on this tomorrow and see if I can fix it for you.

I think it's a still work in progress component but I have the raw C code working so shouldn't take me long to finish off the server/client components.
by BenR
Mon Nov 24, 2025 4:00 pm
Forum: General
Topic: dsPIC33 Sample ADC synchronous with PWM
Replies: 1
Views: 147

Re: dsPIC33 Sample ADC synchronous with PWM

Hello,

No I'm afraid we don't support that out the box in Flowcode. It should be possible to setup the PWM and ADC and then add in a C code block to add the extra register configuration you require.

Shout if you have any issues and we will do our best to help.