Search found 1734 matches

by BenR
Tue Jan 05, 2021 11:39 am
Forum: General
Topic: Components that already worck with ESP32
Replies: 10
Views: 6212

Re: Components that already worck with ESP32

I wonder if the bug reported here is what is causing the ILI9341 display component to fail?

viewtopic.php?p=511#p511

Fingers crossed with the fix I've just pushed it will work correctly now.
by BenR
Tue Jan 05, 2021 11:37 am
Forum: Bug Reports
Topic: Wrong delay when use "delay ms" ESP32
Replies: 42
Views: 20694

Re: Wrong delay when use "delay ms" ESP32

Aha thanks I've now made a change via the update system that hopefully will help.

Let us know how you get on.
by BenR
Tue Jan 05, 2021 11:23 am
Forum: Bug Reports
Topic: Wrong delay when use "delay ms" ESP32
Replies: 42
Views: 20694

Re: Wrong delay when use "delay ms" ESP32

Hello,

Many thanks for reporting this. Are millisecond delays of 10ms and over ok?

I'll see if there is an easy way for us to fix this in the code.
by BenR
Mon Jan 04, 2021 7:48 pm
Forum: General
Topic: ESP32 WROOM 32 WiFi signal strength - Flowcode V9
Replies: 2
Views: 2197

Re: ESP32 WROOM 32 WiFi signal strength - Flowcode V9

Hopefully should be all fixed for you now via a component update.
by BenR
Mon Jan 04, 2021 4:13 pm
Forum: General
Topic: Installation problem Toolchain ESP32
Replies: 1
Views: 1602

Re: Installation problem Toolchain ESP32

Hello, Are you using the python and git from the installer or supplied by yourself. We have had reports that using your own Python can cause issues if certain commands are not supported. We have also had a report that the toolchain download from our site had issues but direct from Espressif was ok. ...
by BenR
Mon Jan 04, 2021 4:10 pm
Forum: General
Topic: Pullup and Pulldown Resistor GPIO ESP32
Replies: 2
Views: 2187

Re: Pullup and Pulldown Resistor GPIO ESP32

Hello, You can try this, replacing 0 with the GPIO number you want to add the pull up or pull down to. Pull Up gpio_set_pull_mode(0, GPIO_PULLUP_ONLY); Pull Down gpio_set_pull_mode(0, GPIO_PULLDOWN_ONLY); Pull Up and Down gpio_set_pull_mode(0, GPIO_PULLUP_PULLDOWN); Turn off again gpio_set_pull_mode...
by BenR
Mon Jan 04, 2021 4:06 pm
Forum: General
Topic: DSP FIR filter component coefficients
Replies: 38
Views: 18951

Re: DSP FIR filter component coefficients

Hello,

Great info there thanks that's much appreciated.

I'll have a play and see what I can do to. Maybe something like a comma seperated text field?

Relying on external files is a good idea but can potentially get messy, especially if things need to change on the fly.

Hmmm :D
by BenR
Mon Jan 04, 2021 2:16 pm
Forum: Feature Requests
Topic: PCF8591T ON FLOWCODE 9
Replies: 1
Views: 2113

Re: PCF8591T ON FLOWCODE 9

Thanks, I'm on it for you.
by BenR
Mon Jan 04, 2021 11:30 am
Forum: General
Topic: DSP FIR filter component coefficients
Replies: 38
Views: 18951

Re: DSP FIR filter component coefficients

Hello,

It's mainly down to how many we code in to the properties window. I can certainly add more. How many would you like to see?

Do you need the co-efficients to be editable reather then fixed via properties?
by BenR
Mon Jan 04, 2021 11:15 am
Forum: General
Topic: Forum Upload wont accept FCSX files
Replies: 2
Views: 1916

Re: Forum Upload wont accept FCSX files

Hello,

Thanks for letting us know. I think it's on the list to fix but I'll check for you :D