Search found 2139 matches

by BenR
Wed Apr 29, 2026 1:47 pm
Forum: General
Topic: Stepper Motor with a A4988
Replies: 3
Views: 515

Re: Stepper Motor with a A4988

Hello,

Timer interrupt or timed event is good for things like a stepper motor where you want to step at a fixed or variiable rate without blocking the main program.
by BenR
Tue Apr 28, 2026 10:00 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 16
Views: 3488

Re: Flowcode 11 Graphical Display Manager Demonstration

Hi Jorgen,

I've updated my first post on this topic with a second video,

hopefully which is helpful in overcoming the problem you're having.
by BenR
Tue Apr 28, 2026 8:52 pm
Forum: Projects - Embedded
Topic: esp32-c6 Zigbee
Replies: 2
Views: 349

Re: esp32-c6 Zigbee

Right this should be available via the library updates now. Please note I haven't done much testing on it and so there are likely to be bugs. It seems to compile but for now that's where I've left it. I do have some C6 dev boards kicking around somewhere so I'll have a go at making some examples ASA...
by BenR
Tue Apr 28, 2026 8:22 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 16
Views: 3488

Re: Flowcode 11 Graphical Display Manager Demonstration

I'll see if I can do it tonight for you. Currently on a roll with ESP32 Zigbee but as soon as that's complete I'll get on it.
by BenR
Tue Apr 28, 2026 6:05 pm
Forum: Projects - Embedded
Topic: esp32-c6 Zigbee
Replies: 2
Views: 349

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.

Edit: I've spent some time on this now and have made big progress. I hope to have something to release soon.
by BenR
Tue Apr 28, 2026 4:43 pm
Forum: Bug Reports
Topic: PIC16F18326 Interrupt error
Replies: 9
Views: 788

Re: PIC16F18326 Interrupt error

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

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

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

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

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