Search found 1983 matches

by BenR
Wed Dec 03, 2025 9:56 am
Forum: Feature Requests
Topic: AD9834 DDS
Replies: 1
Views: 37

Re: AD9834 DDS

Hello,

Thanks for the suggestion, I'll take a look at them for you and see how easy they would be to add.
by BenR
Wed Dec 03, 2025 9:55 am
Forum: Feature Requests
Topic: FRAM COMPONENT
Replies: 7
Views: 205

Re: FRAM COMPONENT

I've bought a couple of modules too, they should hopefully land this side of christmas.
by BenR
Tue Dec 02, 2025 4:27 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 12
Views: 519

Re: FC11 ESP32-S3 BLE error

Ok thanks for letting us know I'll investigate this and see if I can replicate.
by BenR
Tue Dec 02, 2025 2:04 pm
Forum: General
Topic: ESP32-S3-WROOM-1U-N16 for WiFi
Replies: 1
Views: 92

Re: ESP32-S3-WROOM-1U-N16 for WiFi

Hello, The ESP32 and S3 devices are very nice to work with and there's not a lot you can do wrong with them. Personally I would look at the DevKit modules as these are very cheap and have everything on them to get you going. https://www.aliexpress.com/item/1005008750977454.html The module already in...
by BenR
Fri Nov 28, 2025 6:35 pm
Forum: Bug Reports
Topic: ESP32 and I2C CAL component Problem/Observation
Replies: 4
Views: 164

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: 12
Views: 519

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

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

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: 12
Views: 519

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: 20
Views: 584

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.