Search found 1357 matches

by medelec35
Fri Jan 22, 2021 1:24 pm
Forum: App Developer
Topic: Electrical Test - Component Tester
Replies: 16
Views: 10635

Re: Electrical Test - Component Tester

I have been having a play with the App developer and really enjoying it. In this version, I have changed the way how the resistances are calculated. Also an extra resistor has been added, so it can more accurately calculate higher values resistors. ADC is read with highest value series resistor, and...
by medelec35
Wed Jan 20, 2021 9:00 pm
Forum: Feature Requests
Topic: Print Formatted Number
Replies: 5
Views: 3726

Re: Print Formatted Number

Hi Ben,
Thank you.
BenR wrote:
Wed Jan 20, 2021 10:00 am
While I'm at it what about a print float function with number of floating points param?
That is a great idea!
p.erasmus wrote:
Wed Jan 20, 2021 10:04 am
This is always useful never mind the application LCD,gLCD even in Serial coms :D
I fully agree with that.
by medelec35
Mon Jan 18, 2021 12:59 pm
Forum: Feature Requests
Topic: Print Formatted Number
Replies: 5
Views: 3726

Print Formatted Number

Could PrintFormattedNumber be added to all displays and not just LCD?
Then gLCD can display Long and Ulong numbers, rather than restricting to signed Ints e.t.c.
by medelec35
Sun Jan 17, 2021 2:14 pm
Forum: App Developer
Topic: Electrical Test - Component Tester
Replies: 16
Views: 10635

Re: Electrical Test - Component Tester

I found some interesting reading, if not already read document.
by medelec35
Tue Jan 12, 2021 4:56 pm
Forum: Bug Reports
Topic: Arduino UNO ADC
Replies: 8
Views: 4626

Re: Arduino UNO ADC

Hi Ben,
Thanks for your reply.
I was interested in using AREF the same way as pic uses Vref+ pin.
So ADC = 1023 or 255 (depending on Int or Byte )when voltage on the ADC pin = VREF voltage.
Will the tool tip be amended for ATmega devices?
by medelec35
Mon Jan 11, 2021 10:59 pm
Forum: Bug Reports
Topic: Arduino UNO ADC
Replies: 8
Views: 4626

Re: Arduino UNO ADC

Using conversion of FOSC/128 There are two issues causing confusion. The tool tip has acronyms of VDD and Vref+, but the selection is AREF, AVCC and Internal 1.1V So they don't match. I would have thought AREF is suing using external AREF pin to set reference level and AVCC will be using internal VD...
by medelec35
Sun Jan 10, 2021 4:36 pm
Forum: Bug Reports
Topic: Arduino UNO ADC
Replies: 8
Views: 4626

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 4626 times
by medelec35
Sat Jan 09, 2021 8:47 pm
Forum: App Developer
Topic: Electrical Test - Component Tester
Replies: 16
Views: 10635

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

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

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.