Search found 1331 matches

by medelec35
Sun Jan 10, 2021 4:36 pm
Forum: Bug Reports
Topic: Arduino UNO ADC
Replies: 8
Views: 4549

Arduino UNO ADC

Changing VREF voltage not making any difference on the results.
The tooltip information is conflicting to the available options:
Arduino UNO ADC.png
Arduino UNO ADC.png (14.93 KiB) Viewed 4549 times
by medelec35
Sat Jan 09, 2021 8:47 pm
Forum: App Developer
Topic: Electrical Test - Component Tester
Replies: 16
Views: 10393

Re: Electrical Test - Component Tester

Hi Ben, What a brilliant project! Thank you for posting progress so far. I will be following progress with a great deal of interest. I'm curently not overly happy with the results. With a series resistor of 1K and a test resistor of 100R I am reading 116R. If anyone would like to aid in the project...
by medelec35
Sat Jan 09, 2021 8:40 pm
Forum: App Developer
Topic: Electrical Test - Component Tester
Replies: 16
Views: 10393

Re: Electrical Test - Component Tester

Hi Ben, What a brilliant project! Thank you for posting progress so far. I will be following progress with a great deal of interest. I'm curently not overly happy with the results. With a series resistor of 1K and a test resistor of 100R I am reading 116R. If anyone would like to aid in the project ...
by medelec35
Sun Jan 03, 2021 12:36 am
Forum: General
Topic: Float to String, not working! SOLVED!
Replies: 3
Views: 2713

Re: Float to String, not working! SOLVED!

You're welcome & thank you for the update.
jgu1 wrote:
Sat Jan 02, 2021 7:26 am
ok this is new to me: (Hum, 2) I always edit this When I create new String vaiable, but this is easyer. Learn some new today.
I'm glad I have shown you something new, Shame it's not in the Wiki.
I will request it to be added.
by medelec35
Sat Jan 02, 2021 1:07 am
Forum: General
Topic: Float to String, not working! SOLVED!
Replies: 3
Views: 2713

Re: Float to String, not working!

Hi Jorgen, Thank you & happy new year to you as well. Your issue is you have used the ToString$ function which is Integer to String. As it is typecasting to an integer, no decimal points will be expected, so it's left out. What you need to use instead is use FloatToString$ If you want to round the s...
by medelec35
Tue Dec 29, 2020 8:44 pm
Forum: Bug Reports
Topic: Customised Icons
Replies: 1
Views: 1702

Customised Icons

All command icons have the same circle for an icon:
Customize1.png
Customize1.png (6.34 KiB) Viewed 1702 times
Customize2.png
Customize2.png (8.83 KiB) Viewed 1702 times
by medelec35
Tue Dec 29, 2020 9:55 am
Forum: General
Topic: ESP32 Compile issue on Flowcode 9
Replies: 10
Views: 6730

Re: ESP32 Compile issue on Flowcode 9

To me, It looks like the same programming port issue in which myself and LeighM posted a link to. Has everything been installed correctly so board drivers are installed correctly? Look at the device manager with the board unplugged. Mine looks like this: Board Not Connected.png Plug the ESP32 board ...
by medelec35
Sun Dec 27, 2020 7:44 pm
Forum: General
Topic: ESP32 Compile issue on Flowcode 9
Replies: 10
Views: 6730

Re: ESP32 Compile issue on Flowcode 9

but I can compile to target device Did you mean Can't compile to target device? If that is the case, within the code display option on the forums ,can you post all the compiler output meaasges text please? If different to the original Error: Invalid value for '-b' / '--baud': flash is not a valid i...
by medelec35
Sun Dec 27, 2020 1:03 pm
Forum: General
Topic: ESP32 Compile issue on Flowcode 9
Replies: 10
Views: 6730

Re: ESP32 Compile issue on Flowcode 9

You will need to have the board plugged-in to your PC before running Flowcode.
Have you followed the step-by-step instructions found here?
The PDF file is very detailed.
by medelec35
Sun Dec 27, 2020 9:59 am
Forum: General
Topic: ESP32 Compile issue on Flowcode 9
Replies: 10
Views: 6730

Re: ESP32 Compile issue on Flowcode 9

Hi,
There is a bug to do with the com port setting.
Take a look at this post.