Skip to main content

Questions tagged [analogreference]

1 vote
3 answers
217 views

edit So then, AREF can only output a voltage when used by the ADC, but not when used by the AC. That is what I sense all your answers are pointing at, yet none has it black on white. My questions ...
kellogs's user avatar
  • 136
0 votes
1 answer
163 views

I want to measure current using a Arduino Uno and use a very low resistance of 0.1Ohm or lower for the shunt resistor to measure the current(to reduce power waste and heat generation), as a result ...
TeD van Loon's user avatar
1 vote
1 answer
609 views

I want to read my lithium battery voltage. I WANT TO CREATE A FUNCTION TO READ MY 3.7~4.2V,1200mAH BATTERY VOLTAGE THROUGH A MICROCONTROLLER (ARDUINO OR ATTINY44). THEN I WANT TO CALL THE CREATED ...
electro_nooobbbb's user avatar
2 votes
1 answer
821 views

The ATmega328P data sheet in table 29-11 on page 324 notes that the internal 1.1V reference (VBG) may vary between 1.0V and 1.2V. In this answer this is called "not stable or accurate". ...
Harald's user avatar
  • 133
1 vote
1 answer
457 views

Is there a way to change arduino analog reference to EXTERNAL IN PYTHON using pyfirmata or any other library ? Necessary Links : https://www.arduino.cc/reference/en/language/functions/analog-io/...
Shahan hasan's user avatar
2 votes
1 answer
1k views

float get_volt() { rawVolt = analogRead(voltageSensor); vOUT = (rawVolt * 4.6) / 1024.0; vIN = vOUT / (R2/(R1+R2)); //if(vIN>12.0){vIN=12;} //if(vIN<11.12){vIN=11.12;} //return (vIN -...
Aditya Singh's user avatar
1 vote
1 answer
431 views

I'm doing a really simple project with an Arduino Nano and found a problem. The circuit is a simple temperature sensor and a tension read from an analog pin everything showed on a Nokia 5110 LCD. When ...
Roberto Aureli's user avatar
0 votes
1 answer
1k views

I need some help because I did not understand the configuration analogReference(INTERNAL). I would measure the intensity of a Laser beam passing through a filter. This is the circuit I would implement,...
Paolo Monza's user avatar
-2 votes
1 answer
2k views

I find difficulties to measure correctly the voltage at the AREF pin. I would measure voltages ‭with a resolution not exceeding 1 mV . nda voltage divider In one of my trials, I was using a 9V ...
Paolo Monza's user avatar
4 votes
3 answers
1k views

I am trying to display the battery voltage as it is being used to power the Arduino. I have tried powering the Arduino through the USB and the battery voltage is read accurately when compared to the ...
acho's user avatar
  • 43
0 votes
2 answers
2k views

I'm using an analog input on a NANO board to measure the midpoint between two photo resistive (Cadmium) cells, with the two outside ends tied to GND and a source voltage. Basically a simple voltage ...
Randy's user avatar
  • 407
1 vote
1 answer
587 views

For context: I'm working on a project where I need to use sensors to figure out the current state of the environment. This process is done using an Arduino UNO and a RPi. The easiest way that I found ...
coelhudo's user avatar
  • 113
2 votes
1 answer
2k views

I need to monitor a battery plugged to an ATmega running on standalone mode. I use the "ATmega on a breadboard (8 MHz internal clock)" bootloader. More info here When the ATmega is powered with 5V ...
feuille osier's user avatar
3 votes
4 answers
17k views

I'm using arduino for the first time and don't really understand what am I suppose to plug to the ADC refernce PIN... or if I even have to use it while plugging analog sensor to the arduino, thanks!
user avatar
-1 votes
1 answer
184 views

I am using the MATLAB support package for Arduino. However, I need to configure the ADC reference to external. MATLAB documentation doesn't really explain how to do this? Is there any way I can use ...
Dr Krishnakumar Gopalakrishnan's user avatar

15 30 50 per page