Search found 2113 matches

by medelec35
Fri Jan 16, 2026 4:51 pm
Forum: General
Topic: ESP toolchain installation
Replies: 3
Views: 2546

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: 7194

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: 2940

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: 1984

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.
by medelec35
Fri Jan 09, 2026 10:20 pm
Forum: General
Topic: Reading a 12.62 Volt battery with a voltage divider on an UNO
Replies: 9
Views: 4606

Re: Reading a 12.62 Volt battery with a voltage divider on an UNO

Hi Bill. Within Components ribbon, make sure Show Components on the far left is set for 2D & 3D. Then click on the magnifier next to Show Components and enter map. The Map Function can also be found within Components > Math > Calculation. I don't ever want to forget Halle Berry in a catsuit Oooh...
by medelec35
Fri Jan 09, 2026 7:39 pm
Forum: General
Topic: PIC18F15Q41
Replies: 39
Views: 49410

Re: PIC18F15Q41

Hi Dirk.
I don't work for Matrix anymore.
it will be Ben or Steve dealing with with any issues.
Also VC members including myself will help out when we can in our own spare time.
by medelec35
Fri Jan 09, 2026 7:34 pm
Forum: General
Topic: Reading a 12.62 Volt battery with a voltage divider on an UNO
Replies: 9
Views: 4606

Re: Reading a 12.62 Volt battery with a voltage divider on an UNO

Hi The map component is very easy to use and I think medel35 first created it years ago before it became a component. Regards Wow chipfryer27 , you have a good memory as that was a long time ago. Yes, I created the map component based on the Arduino version so people moving from Arduino IDE to Flow...
by medelec35
Mon Jan 05, 2026 6:49 pm
Forum: General
Topic: 2.4",2.8",3.5" TFT LCD Question
Replies: 1
Views: 1287

Re: 2.4",2.8",3.5" TFT LCD Question

Hi.
There are no photos attached and your question is very vague.
We will need much more info than you are currently supplying
by medelec35
Mon Jan 05, 2026 4:14 pm
Forum: General
Topic: PWM ADVICE PLEASE
Replies: 11
Views: 5776

Re: PWM ADVICE PLEASE

That's great, I'm glad you have now got it all sussed out. but now realise the period is critical when choosing duty Yes, that it why I showed the period as part of the duty calculations. If the period is change then the Duty value must be updated to give the same %. Thanks for the help and giving m...
by medelec35
Sun Jan 04, 2026 8:24 pm
Forum: General
Topic: PWM ADVICE PLEASE
Replies: 11
Views: 5776

Re: PWM ADVICE PLEASE

512 is wrong, which is your main issue. I'm assuming you just thought because you are using 10bit PWM then 50% of 1023 You only need to pay attention to Period Overflow as explained in my previous post. If you look at the image below: 10bit PWM.png You can see the Period Overflow is 124. In the calc...