Search found 1996 matches

by BenR
Mon Dec 15, 2025 2:35 pm
Forum: Projects - Embedded
Topic: Flowcode 11 PWM
Replies: 5
Views: 138

Re: Flowcode 11 PWM

As a sanity check I've just checked the settings in the Flowcode chip definition file and it all matches up with the datasheet. So I can't see why it's appearing backwards for you. As Steve suggests it could be the programmer being odd?
by BenR
Mon Dec 15, 2025 2:24 pm
Forum: Tips & Tricks
Topic: Getting program to run from boot (Raspberry Pi)
Replies: 4
Views: 127

Re: Getting program to run from boot (Raspberry Pi)

Many thanks for raising this, I've updated the info on that wiki page now.
by BenR
Mon Dec 15, 2025 2:15 pm
Forum: Projects - Embedded
Topic: Flowcode11 failed to intialise WiFi
Replies: 4
Views: 132

Re: Flowcode11 failed to intialise WiFi

If you're compiling an ESP32 project for a board with ESP32 then that should be fine. If however you're compiling an ESP32 project for a board with for example an ESP32S3 then that probably won't be fine. How are you powering the board? could be that the wifi is trying to come online and then not ha...
by BenR
Mon Dec 15, 2025 2:02 pm
Forum: General
Topic: Display manager!
Replies: 5
Views: 125

Re: Display manager!

The problem is caused by the XPT2046 component pin properties. If you change $GPIO5 to $PortA.5 by clicking on the pin property and ticking the Use chip references check box then hopefully that should resolve the issue. The $GPIO5 will work when it's used as a generic I/O pin but not currently when ...
by BenR
Mon Dec 15, 2025 1:54 pm
Forum: General
Topic: Display manager!
Replies: 5
Views: 125

Re: Display manager!

Hi Jorgen,

Investigating for you now. The msg.txt file seems to be truncated so trying to replicate for myself.
by BenR
Thu Dec 11, 2025 3:14 pm
Forum: User Components
Topic: Component LCD_ST7789V and PIC18F26k22
Replies: 7
Views: 314

Re: Component LCD_ST7789V and PIC18F26k22

Hello,

Please can you attach your project file that's doing this and I'll look into it for you.
by BenR
Thu Dec 11, 2025 2:20 pm
Forum: User Components
Topic: Component: EEPROM (DS28E07)
Replies: 1
Views: 90

Re: Component: EEPROM (DS28E07)

Hello,

It looks like the data address is currently 16-bit and therefore theoretically devices with up to 64KB of memory should work fine with the component.

Of course if you get one of the larger components and you're having problems with it then let us know and we will investigate further.
by BenR
Thu Dec 11, 2025 2:16 pm
Forum: Projects - Embedded
Topic: Flowcode11 failed to intialise WiFi
Replies: 4
Views: 132

Re: Flowcode11 failed to intialise WiFi

Hi Jophn,

PLease can you attach your program and we will investigate what might be causing this.
by BenR
Thu Dec 11, 2025 2:15 pm
Forum: Feature Requests
Topic: Edge detection input and debounced input components
Replies: 1
Views: 113

Re: Edge detection input and debounced input components

Hi Bob,

The switch components already have a debounce feature in the properties where you can set the amount of debounce time. You can then read the input state and compare to the previous input state, if they differ then you know you have just seen an edge.

Does this help?
by BenR
Tue Dec 09, 2025 9:31 pm
Forum: User Components
Topic: Component LCD_ST7789V and PIC18F26k22
Replies: 7
Views: 314

Re: Component LCD_ST7789V and PIC18F26k22

Hello,

Many thanks for letting us know, Looks like at some point we renamed A0 Pin to DC Pin and this has caused the compile error.

All fixed now in v10 and v11 via the library updates..