Search found 1979 matches

by BenR
Fri Nov 28, 2025 6:35 pm
Forum: Bug Reports
Topic: ESP32 and I2C CAL component Problem/Observation
Replies: 4
Views: 59

Re: ESP32 and I2C CAL component Problem/Observation

Hi Dirk,

I2c only works in transaction mode for esp32 hardware channels. Same for arm. I'll have a look at your program and see if I can transfer it to transaction mode for you.
by BenR
Thu Nov 27, 2025 2:48 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 10
Views: 338

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: 186

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: 186

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: 338

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: 18
Views: 362

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: 338

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: 338

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: 342

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: 338

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.