Skip to main content

Questions tagged [analogread]

A standard Arduino function for measuring the voltage on an analog pin via ADC.

0 votes
1 answer
98 views

I developed a quick custom PCB using the ATSAM3X8EA-AU as I wanted to use Arduino to program it as an Arduino DUE, I kept most of the schematic the same, however I used pin A14 pin 52 as an analog ...
Newbie Noob's user avatar
-1 votes
1 answer
79 views

I have a 90s car with pop-up headlights but I don't have the original headlight module. So I am trying to make one myself. The idea is simple 1- I have a Master switch that keeps headlights UP ...
afmek's user avatar
  • 3
0 votes
1 answer
176 views

I am using an ATTiny88 to measure temperature using a 470 ohm thermistor attached to port A3 on the Arduino. The thermistor is attached in series with an 1870 ohm resistor connected to Vcc. At room ...
Leslie Rhorer's user avatar
2 votes
0 answers
120 views

I need an alternative to analogRead() that doesn't block the processor. I've managed to find a lot of solutions for this for other boards, but not something that's compatible with nrf5240 like the one ...
Itay Pachelbel Jacob's user avatar
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
0 answers
293 views

I have an esp32 WROOM-32 connected to a MQ9 gas sensor to GPIO35. Both are powered separately. measuring the output from the sensor directly using a multi-meter shows a constant reading of 0.145 V but ...
Kabilaash RB's user avatar
0 votes
2 answers
146 views

I am not interested into the AnalogRead() part, but rather on how he converts 5 or 2 V into a number between 0 and 1023. How does it practically do it to convert the voltage level into a number or ...
DaveTechICX44's user avatar
3 votes
2 answers
402 views

I am trying to turn LEDs in an LED bridge based on the voltage reading from a power source. when the Voltage is zero nothing is ON and then the LEDs gradually turn ON as increase the voltage connected ...
Anwar Elhadad's user avatar
1 vote
1 answer
181 views

I'm writing a library that will interface with a control unit on a refrigerator compressor pump (QDZH35G). One of the features of the control unit is that it can detect what problems it's encountering ...
Justin's user avatar
  • 119
0 votes
2 answers
85 views

I wanted to write a library representing a sensor to later on have an array of sensors. I generated a file MoistureSensor.h: #ifndef MoistureSensor_h #define MoistureSensor_h #include <Arduino.h&...
Nico Sz's user avatar
4 votes
1 answer
80 views

I have been trying to get a mini microphone module with an inbuilt microphone module I got from AliExpress to my Arduino to confirm if it is working. It was a four pin microphone with pins labeled V, ...
Daniel Abayomi's user avatar
0 votes
1 answer
94 views

I started a project using the arduino uno and as a challenge I'm attempting to make it work with the esp32 but I've run into a roadblock. I may not describe it in proper terms, but I noticed that the ...
nsandler's user avatar
4 votes
1 answer
194 views

i have a project where i read two analogue inputs from two sensors and a pro Mini. I have some spikes in my readings that are present when i'm powering the system using a powerbank step-up module. ...
stelPet's user avatar
  • 41
1 vote
1 answer
683 views

#include <PWM.h> int led = 9; void setup() { InitTimersSafe(); Serial.begin(115200); Serial.println(); variable_freq(); pinMode(A0,INPUT); } void variable_freq() { while(true) { ...
curious_direwolf's user avatar
-2 votes
1 answer
326 views

After several tries, i was successful with reading stable battery voltage using internal voltage reference of 1.1v, now the issue i face is that i cannot read stable sensor voltage, could you please ...
electro_nooobbbb's user avatar

15 30 50 per page
1
2 3 4 5
24