Search found 2079 matches

by medelec35
Sun Jan 25, 2026 10:31 pm
Forum: Projects - Embedded
Topic: Compiler Error - ESP M5Stack Dial
Replies: 7
Views: 215

Re: Compiler Error - ESP M5Stack Dial

Hello. first make sure all your components are up-to-date by running full database component updates. Then make the change Leigh stated, then browse to this location using file explorer , it's hidden by default so just paste the link into your address bar. %ProgramData%\MatrixTSL\FlowcodeV11\Compone...
by medelec35
Sun Jan 25, 2026 1:24 am
Forum: Projects - Embedded
Topic: Compiler Error - ESP M5Stack Dial
Replies: 7
Views: 215

Re: Compiler Error - ESP M5Stack Dial

Hello.
If you upload your latest fcfx project file, I will see if I can resolve the errors for you.
by medelec35
Wed Jan 21, 2026 11:05 am
Forum: App Developer
Topic: Scrolling line chart
Replies: 16
Views: 1620

Re: Scrolling line chart

Hi Bob, Some food for thought, Rather than updating chart every 4 or 8 seconds, what about setting an hysteresis value and only update chart with the change if outside those values? You can then have more details on the x axis of the chart. Rather then seconds, the date and time perhaps? Sill sample...
by medelec35
Mon Jan 19, 2026 9:43 am
Forum: Feature Requests
Topic: Buzzer component
Replies: 2
Views: 244

Re: Buzzer component

Hello. That is not how the Buzzer component is intended to work. The Buzzer component is a single fixed frequency component only sets an output to high or low, depending the buzzer is on or off. With actual hardware to make it buzz, a fixed DC supply e.g. 9v is used to enable buzzer. For a buzzer of...
by medelec35
Sat Jan 17, 2026 3:48 pm
Forum: App Developer
Topic: Information on App developer projects
Replies: 12
Views: 1335

Re: Information on App developer projects

RGV250 wrote:
Sat Jan 17, 2026 1:41 pm
I am now in a quandry whether to try to migrate the ESP code to the Pi or the Pi code to the ESP.
Personally I would favour ESP32 over RPI.
Pi is big and overkill and does not have analogue functions.
by medelec35
Sat Jan 17, 2026 1:37 pm
Forum: App Developer
Topic: Scrolling line chart
Replies: 16
Views: 1620

Re: Scrolling line chart

Hi Iain.
Historic chart is within PC developer, which the environmental monitor demo uses.
by medelec35
Fri Jan 16, 2026 4:51 pm
Forum: General
Topic: ESP toolchain installation
Replies: 3
Views: 280

Re: ESP toolchain installation

Hi Bob.
I remember when I last reinstalled windows, I also had to install CP210X drivers, depending on thee ESP32 device used.
by medelec35
Thu Jan 15, 2026 2:28 pm
Forum: App Developer
Topic: Information on App developer projects
Replies: 12
Views: 1335

Re: Information on App developer projects

Hi Bob. I have recently developed a web app that has a line chart and updates the data every 10 seconds. The web developer can log. Data Logging2.png I used a TTGO ESP32 which connects to my WiFi. Connected to the ESP32 is a DS18B20 used for sending the temperature data. It not only displays the tem...
by medelec35
Tue Jan 13, 2026 3:56 pm
Forum: Bug Reports
Topic: GLCD_RPI component bug
Replies: 4
Views: 307

Re: GLCD_RPI component bug

Have you updated your full component database then reloaded your project?
I'm asking as your project also compiles OK for me with FC10
by medelec35
Mon Jan 12, 2026 12:32 pm
Forum: Bug Reports
Topic: problem with pico compiler
Replies: 2
Views: 249

Re: problem with pico compiler

In addition to Bens post.
within the the instructions, there are points when to need to change the default un-ticked Add path to environmental to ticked.
Did you do that for ARM GCC Compiler, Cmake and Python?

I'm asking as the instructions don't show installing to downloads, but you have.