Search found 2135 matches

by BenR
Tue Apr 28, 2026 6:05 pm
Forum: Projects - Embedded
Topic: esp32-c6 Zigbee
Replies: 1
Views: 107

Re: esp32-c6 Zigbee

Hello,

I'll investigate it for you. Looks like the C6 and H2 are both valid targets for the Zigbee stack and would certainly be a nice one to have.
by BenR
Tue Apr 28, 2026 4:43 pm
Forum: Bug Reports
Topic: PIC16F18326 Interrupt error
Replies: 8
Views: 387

Re: PIC16F18326 Interrupt error

Port selection looks ok to me in v11.
PortSelectInt.jpg
PortSelectInt.jpg (57.36 KiB) Viewed 16 times
by BenR
Tue Apr 28, 2026 4:02 pm
Forum: Bug Reports
Topic: PIC16F18326 Interrupt error
Replies: 8
Views: 387

Re: PIC16F18326 Interrupt error

Hello, Regarding this. I'm not sure what mxtmp is used for here (read the values of PORTA and PORTC - but why?) You have to read the Port register to effectively rearm the interrupt. Otherwise it won't interrupt again assuming your not reading the port register somewhere else in your code. So we for...
by BenR
Thu Apr 23, 2026 9:09 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 4
Views: 354

Re: ESP32S3 SD-card init problem

The esp may have a different return value for the init. I may simply be ignoring it. Might be worth seeing if the other functions work ok and ill have a gander at the code to check the return values.
by BenR
Thu Apr 23, 2026 4:44 pm
Forum: General
Topic: Modbus TCP read error
Replies: 4
Views: 970

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 485 times
by BenR
Thu Apr 23, 2026 4:40 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 4
Views: 354

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

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

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

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: 4
Views: 970

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...