Comments on: Voltmeter and Ammeter using PIC Microcontroller https://electrosome.com/voltmeter-ammeter-pic/ You Inspire.....We Create..... Sun, 22 Mar 2020 06:15:01 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Ligo George https://electrosome.com/voltmeter-ammeter-pic/#comments/9562 Sun, 22 Mar 2020 06:15:01 +0000 https://electrosome.com/?p=1696#comment-9562 In reply to reza.

Above section just converting integer to corresponding character.

]]>
By: reza https://electrosome.com/voltmeter-ammeter-pic/#comments/9561 Sat, 21 Mar 2020 18:44:09 +0000 https://electrosome.com/?p=1696#comment-9561 {
switch(a)
{
case 0:
return ‘0’;
case 1:
return ‘1’;
case 2:
return ‘2’;
case 3:
return ‘3’;
case 4:
return ‘4’;
case 5:
return ‘5’;
case 6:
return ‘6’;
case 7:
return ‘7’;
case 8:
return ‘8’;
case 9:
return ‘9’;
default:
return ‘.’;
}
sir would you kindly clear me why above code is necessary for the project

]]>
By: Shubham Sahu https://electrosome.com/voltmeter-ammeter-pic/#comments/7016 Tue, 13 Mar 2018 12:34:32 +0000 https://electrosome.com/?p=1696#comment-7016 Its always showing 0 volt and 0 amp
Plz help
what changes i have to do in it

]]>
By: Nishit Sehgal https://electrosome.com/voltmeter-ammeter-pic/#comments/6822 Sat, 15 Jul 2017 07:27:00 +0000 https://electrosome.com/?p=1696#comment-6822 Hi, i am using same circuit but amps is zero only, how i can increase or decrease amps,
voltage is correctly showing 30V dc,
i have also applied dc ammeter , it is also showing 0.00 value,
proteous scren shot attached, kindly see. https://uploads.disquscdn.com/images/137bbd5811ab6acba1b5830fd5e47e90f07656c18befc36106e473662d4c2086.jpg

]]>
By: Nishit Sehgal https://electrosome.com/voltmeter-ammeter-pic/#comments/6821 Sat, 15 Jul 2017 07:11:00 +0000 https://electrosome.com/?p=1696#comment-6821 In reply to Hüseyin Bakışlı.

Hi, i am using same circuit but amps is zero only, how i can increase or decrease amps,
voltage is correctly showing 30V dc,
i have also applied dc ammeter , it is also showing 0.00 value,

]]>
By: Ruta S https://electrosome.com/voltmeter-ammeter-pic/#comments/6787 Mon, 29 May 2017 09:08:00 +0000 https://electrosome.com/?p=1696#comment-6787 Hi Ligo sir,
I am currently working with the wireless mobile charging. Will this idea work for changing Current and Voltages, and why did you used a 5 v battery for the Vpp input…???

]]>
By: Raafatinho Ten https://electrosome.com/voltmeter-ammeter-pic/#comments/6757 Thu, 20 Apr 2017 05:39:00 +0000 https://electrosome.com/?p=1696#comment-6757 For example 10.5 volt detection

]]>
By: Raafatinho Ten https://electrosome.com/voltmeter-ammeter-pic/#comments/6756 Thu, 20 Apr 2017 05:38:00 +0000 https://electrosome.com/?p=1696#comment-6756 Dear sir,could you please support me to know how select specific voltage to take a particular action thank you

]]>
By: tulioseveriano https://electrosome.com/voltmeter-ammeter-pic/#comments/6718 Mon, 27 Mar 2017 22:55:00 +0000 https://electrosome.com/?p=1696#comment-6718 Hello, Can you tell me a store where I find the resistor R4 0,47? What is the link to datasheet?

]]>
By: Btissam Joujane https://electrosome.com/voltmeter-ammeter-pic/#comments/6683 Sun, 05 Mar 2017 14:36:00 +0000 https://electrosome.com/?p=1696#comment-6683 how can i run it plz ? how to do a simple simulation of this project , i’m new to this ! SOS

]]>