Search found 1511 matches

by chipfryer27
Sun Aug 24, 2025 12:15 pm
Forum: Bug Reports
Topic: Pi HDMI component colours are not right
Replies: 9
Views: 112

Re: Pi HDMI component colours are not right

Hi Bob No access to hardware to check (travelling just now) but could it be an issue with R/G/B positions? It appears above that Blue is correct so maybe Red and Green are mixed up giving you G/R/B instead...??? Maybe try 200/0/0 for Green and 0/255/0 for Red (using values from above) to check? Rega...
by chipfryer27
Thu Aug 21, 2025 3:46 am
Forum: General
Topic: Simple switch statement
Replies: 2
Views: 298

Re: Simple switch statement

Hi A great feature of Flowcode is Debug which allows you to simulate your project, and in that tab "Step Into" is particularly helpful as it allows you to move through your chart a step at a time, whilst displaying variable values. Using that, you will see the following. 1) Your chart step...
by chipfryer27
Tue Aug 19, 2025 4:06 pm
Forum: General
Topic: ADS1115 I2c Read trouble
Replies: 2
Views: 385

Re: ADS1115 I2c Read trouble

Hi

Further to above if the input signal goes slightly negative, when using the FC command SampleSglVolts, FC returns 8.xx volts which suggests 2's compliment in use in reading, but a possible bug in converting?

Regads
by chipfryer27
Tue Aug 19, 2025 2:21 pm
Forum: General
Topic: ADS1115 I2c Read trouble
Replies: 2
Views: 385

Re: ADS1115 I2c Read trouble

Hi This may or may not relate to you. Today I had need to use external ADCs and having some ADS1115 modules to hand thought to use them. I only need three channels so I thought it would be a good use. Connected up using the FC component and tested. The ADS1115 module has four inputs labelled A0 - A3...
by chipfryer27
Mon Aug 18, 2025 3:59 pm
Forum: Projects - Embedded
Topic: UART Output is limiting to 20 Characters
Replies: 6
Views: 590

Re: UART Output is limiting to 20 Characters

Hi

I frequently send strings many tens of characters long (usually somewhere between 80 - 120) out over the UART. However I always create my string in small chunks as mentioned above, adding one string at a time.

Regards
by chipfryer27
Mon Aug 18, 2025 2:44 pm
Forum: Projects - Embedded
Topic: UART Output is limiting to 20 Characters
Replies: 6
Views: 590

Re: UART Output is limiting to 20 Characters

Hi I'm not sure if this is still the case, but previously FC had an issue in concatenating strings if you tried to do multiple concatentations at once Test$ = "" Test$ = Test$ + "abc" Test$ = Test$ + "123" Would give you Test$ = "abc123" However if you tried T...
by chipfryer27
Mon Aug 18, 2025 2:35 pm
Forum: Projects - Embedded
Topic: Is it possible to customise the duty cycle setting in this demo?
Replies: 6
Views: 4271

Re: Is it possible to customise the duty cycle setting in this demo?

Hi Martin

Thanks.

My chart was based on the previous example and was only to enable the PWM, no need to vary Duty. I just wanted an output. It used same pins but I couldn't get anything on scope.

I'll try again based on your reply above and let you know how I get on.

Regards
by chipfryer27
Fri Aug 15, 2025 1:01 pm
Forum: Projects - Embedded
Topic: Is it possible to customise the duty cycle setting in this demo?
Replies: 6
Views: 4271

Re: Is it possible to customise the duty cycle setting in this demo?

Hi

Has anything happened with the ESP Lolin-Lite or PWM?

Not geting anything on a scope when I use components / properties in above post by Martin, but it does simulate.

Regards
by chipfryer27
Fri Aug 15, 2025 12:09 pm
Forum: General
Topic: Not happy looking for examples
Replies: 26
Views: 4345

Re: Not happy looking for examples

Hi Bob

Mine are mainly 3B too and like you have lastest OS installed.

Very helpful posts.

Regards
by chipfryer27
Sat Aug 09, 2025 3:03 pm
Forum: Feature Requests
Topic: Suggestions for new microcontroller support
Replies: 81
Views: 278474

Re: Suggestions for new microcontroller support

Still hoping for Pico W, well it would be Pico 2 W now :)

Regards