Search found 2114 matches

by BenR
Wed Apr 01, 2026 5:12 pm
Forum: Projects - Embedded
Topic: PIC18F24J11 PWM not working (simulation working)
Replies: 4
Views: 224

Re: PIC18F24J11 PWM not working (simulation working)

Hello,

Sorry for the delay, I see the issue, bear with and I'll get it resolved for you.

Edit, hopefully resolved for you now via the library updates. You now need to assign the PWM remap pin via the component properties and hopefully it should then work correctly.
by BenR
Wed Apr 01, 2026 10:10 am
Forum: Bug Reports
Topic: Pi Pico Compile Error
Replies: 4
Views: 172

Re: Pi Pico Compile Error

Hopefully resolved for you now, thanks for letting us know.
by BenR
Tue Mar 31, 2026 12:34 pm
Forum: Projects - Embedded
Topic: VL53L0X1 Showing only High Repeated Number
Replies: 4
Views: 193

Re: VL53L0X1 Showing only High Repeated Number

Hi Pierre,

Ok thanks for letting us know I'll see if I can replicate the long range issue here and see if I can get it fixed for you.
by BenR
Mon Mar 30, 2026 1:31 pm
Forum: Projects - Embedded
Topic: VL53L0X1 Showing only High Repeated Number
Replies: 4
Views: 193

Re: VL53L0X1 Showing only High Repeated Number

Hello Pierre,

The ATTINY is running at 8MHz, half the speed of the Uno. Is it possible to try changing the crystal and boostig this to 16MHz to see if that makes a difference
by BenR
Mon Mar 30, 2026 1:24 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 6
Views: 501

Re: Flowcode 11 Graphical Display Manager Demonstration

Hi Jorgen,

I'm going to make another video for you tomorrow which I hope will help.
by BenR
Fri Mar 27, 2026 10:05 am
Forum: Projects - Embedded
Topic: flickering STM32 touch screen
Replies: 6
Views: 886

Re: flickering STM32 touch screen

I've had a dig and can't seem to put my hands on it. Can you create a simple video showing the problem and that might help us to understand and identify where the problem lies. Trying Flowcode v11 would also be useful as lots has changed since v8 and we likely wouldn't be able to roll out a fix for ...
by BenR
Fri Mar 27, 2026 9:59 am
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 6
Views: 501

Re: Flowcode 11 Graphical Display Manager Demonstration

Hello Jorgen, The button handler macro changes scene as required and then in the main loop you need to check which scene is active and then process the code specific for that scene. e.g. on the voltage scene you would sample the voltage and display. On the current scene you would sample the current ...
by BenR
Thu Mar 26, 2026 4:35 pm
Forum: General
Topic: ADS1115 An0 not simulate - Resolved
Replies: 3
Views: 286

Re: ADS1115 An0 not simulate

Hello,

Many thanks for reporting. This should be resolved for you now via the library updates.
by BenR
Thu Mar 26, 2026 10:52 am
Forum: General
Topic: Fiber comms
Replies: 1
Views: 227

Re: Fiber comms

Hello,

It looks like it should be fairly straightforward and just work with the serial UART component. If you give it a go then let us know how you're getting on.
by BenR
Tue Mar 24, 2026 4:56 pm
Forum: General
Topic: Compare strings!
Replies: 7
Views: 685

Re: Compare strings!

Hi Jorgen,

It's certainly possible to use this in a decision icon in v10.

Code: Select all

compare$(str1, str2, 1) == 0
However I don't think you can select/choose the function from a drop down list inside the decision icon.