Search found 2131 matches

by BenR
Thu Apr 23, 2026 4:44 pm
Forum: General
Topic: Modbus TCP read error
Replies: 3
Views: 531

Re: Modbus TCP read error

Here is the property I mean, If you don't have this maybe check the help -> library updates to see if there is a new version of the component.
Screenshot 2026-04-23 164335.png
Screenshot 2026-04-23 164335.png (53.58 KiB) Viewed 46 times
by BenR
Thu Apr 23, 2026 4:40 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 2
Views: 41

Re: ESP32S3 SD-card init problem

Hi Stefan, What type of card are you using? Not every card supports the 4-bit mode, maybe try the 1-bit mode and see if that works. We are using the 4-bit mode on an ESP32S3 in house and it is working very well but we have to be careful about which cards we use. All SDHC or SDXC cards are suppost to...
by BenR
Wed Apr 22, 2026 5:16 pm
Forum: General
Topic: Professional License chip packs question and continual running costs outlay
Replies: 11
Views: 291

Re: Professional License chip packs question and continual running costs outlay

My linux box is running an offline AI model and it is absolutley certain beyond a shadow of doubt that MatrixTSL is a truetype font. It even has a made up github URL for me to go and visit it for where the font should be living :lol: Certainly a lot of promise with AI but at the moment you cannot tr...
by BenR
Tue Apr 21, 2026 9:57 pm
Forum: General
Topic: FREERtos on FlowCode Library for RPi Pico
Replies: 3
Views: 440

Re: FREERtos on FlowCode Library for RPi Pico

Yes that should be enough to do it :D
by BenR
Tue Apr 21, 2026 8:24 pm
Forum: General
Topic: FREERtos on FlowCode Library for RPi Pico
Replies: 3
Views: 440

Re: FREERtos on FlowCode Library for RPi Pico

Hello, This has been done before in Flowcode but it's a bit of a hack to make it work. At the moment on the ESP32 and the Pico I beleive there is an RTOS in the background handling things like BT and WIFI but the Flowcode program runs in a single core/task. We have made it where single macros can be...
by BenR
Tue Apr 21, 2026 8:17 pm
Forum: General
Topic: Modbus TCP read error
Replies: 3
Views: 531

Re: Modbus TCP read error

Hello, Sorry for the delay in getting back to you. The NetworkComms1::Listen component macro call in main is not required. I'll see if I can replicate the problem with the server socket being closed as this shouldn't be happening. You could try changing the Modbus TCP component property "Open a...
by BenR
Tue Apr 21, 2026 8:08 pm
Forum: General
Topic: Professional License chip packs question and continual running costs outlay
Replies: 11
Views: 291

Re: Professional License chip packs question and continual running costs outlay

Hello, Thanks for reaching out and asking certainly a good question and good to know what you are buying. "Access to wider chip packs for diverse development needs." This statement seems to be incorrect so we will investigate and get this resolved. The best thing to look at for what the pr...
by BenR
Tue Apr 21, 2026 4:19 pm
Forum: General
Topic: RPI Pico Servo-control
Replies: 3
Views: 216

Re: RPI Pico Servo-control

Hello,

Sorry it looks like the servo component isn't supported on Pico at the moment.

I'll try and dig in as soon as I can and see if I can implement it.
by BenR
Tue Apr 21, 2026 4:17 pm
Forum: Bug Reports
Topic: String comparison esp32
Replies: 7
Views: 320

Re: String comparison esp32

Aha good spot thanks, not sure how that one slipped through :D

Should be fully resolved now.
by BenR
Tue Apr 21, 2026 9:29 am
Forum: Projects - Embedded
Topic: nextion display flowcode 10
Replies: 4
Views: 184

Re: nextion display flowcode 10

Hi I looked at your program and it looks like you're not making use of the returned value.

I think the example in the wiki is useful and should be the same way you are trying to achieve.