Skip to main content

Questions tagged [analog]

Electronic devices with a continuously variable signal. The term "analogue" describes the proportional relationship between a signal and a voltage or current that represents the signal.

Filter by
Sorted by
Tagged with
-3 votes
2 answers
62 views

The x and y axis pins on the KY-023 are labeled VRx and VRy, but I'm curious as to what they stand for, as I couldn't find any official statements about it. I assumed it was "Variable Resistor X/...
Flamethrower's user avatar
0 votes
1 answer
114 views

I have two RFP602 sensors that I use. One connected to GPIO2, the other to GPIO4, each connected to a 1Mohm resistance. The sensor connected to GPIO2 reads the data how I want it, I have to press a ...
Toderita Teodor's user avatar
1 vote
3 answers
931 views

I am a little bewildered about the analog pins on the Arduino ATTiny88. First of all, am I correct in thinking the functions analogRead() and analogWrite() can use either the string A0 - A7 or a ...
LesRhorer's user avatar
  • 115
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
188 views

I have an MKR WIFI1000 (v2.0 [Arduino:XYZ]) with a "real" analog output pin (DAC0/A0/PIN15). According to the documentation, this is a 10 bit DAC, so I assume I can write analogWrite(15, ...
Bart Friederichs's user avatar
-1 votes
1 answer
197 views

Hello Stack Community, I am new to Arduino, and I am trying to figure out how to connect a draw wire encoder to Arduino and collect data from it. I have attached a link of the product that I currently ...
Shiv's user avatar
  • 3
1 vote
1 answer
188 views

Problem If the loop runs only one simulated pin and uses a filter, it will output normally (analog 1600~2200, filter 0~500), but creating an array to store multiple filtered simulated pin values will ...
C.SH.K's user avatar
  • 45
1 vote
0 answers
1k views

How do I get the full range of motion from an analog joystick and the ESP32 WROOM32E using the Arduino IDE with esp-idf installed? Using a 2 axis analog joystick, the 5v/3.3v pin, ground pin and the ...
localmartian's user avatar
0 votes
1 answer
475 views

I'm trying to read an incoming DTMF signal through the A0 input pin. I want to do this programmatically and not with the MT8870 module. This library (https://github.com/Adrianotiger/phoneDTMF) is ...
user3080392's user avatar
1 vote
2 answers
714 views

I am try to build this AC-DC meter, the code original used default A3 as input, how can change the input on A0? the link: https://simple-circuit.com/arduino-autoranging-ac-dc-voltmeter-with-trms/ ...
oldbin's user avatar
  • 11
1 vote
0 answers
333 views

I have been having trouble finding any recourses for a DAC chip that I bought. It is the HiLetgo PCM5102 DCA. https://www.amazon.com/gp/product/B07Q9K5MT8/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&...
Jacob's user avatar
  • 111
1 vote
1 answer
402 views

i am able to send audio signal through mic and send it via arduino and receive it on speaker. i need two things 1.) The voice i am hearing on speaker has on speaker has lots of noise with it. i need ...
sanket jain's user avatar
0 votes
1 answer
77 views

Is there any circuit with opamp where can be (by arduino) set constant output amplitude which doesn't depend on input signals amplitude?
FoksaK's user avatar
  • 65
3 votes
2 answers
925 views

I would like to know if someone has experience with measuring high voltages using an Arduino. I know you can use resistors to lower the voltage, however. I want to be able to measure the pulses of an ...
TeD van Loon's user avatar
1 vote
1 answer
3k views

I want to know how to connect an lcd i2c, with an led 8x8 matrix at the same time. The problem is, all the analog in pins are used, except A0 and A1. Using this tutorial: https://www.makerguides.com/...
Dheirya Tyagi's user avatar
2 votes
1 answer
262 views

I'm making automatic water plant system. I'm using: Arduino Uno 3.3-6V water pump -https://www.amazon.com/Vipe-Micro-Submersible-Motor-Water/dp/B01N0X3CW4 Capacitive soil moisture sensor - https://www....
marejosef's user avatar
1 vote
4 answers
2k views

I am just getting back into electronics and have started to play around with making my own button box. I am trying to control an LED's brightness using a potentiometer, while also reading the ...
HectorBart's user avatar
1 vote
1 answer
243 views

I am trying to read the values from a simple EMG circuit (with an INA122P) using the analogRead() and plotting in the plotter using an Arduino nano v3. I am powering the ina1222p from the 5v pin of ...
Plutonian Fairy's user avatar
1 vote
3 answers
270 views

i have a small project where i just sucessfully destroyed my frist of 5 Digisparks (Attiny85). In the Picture you see the Cirucit. I have 2 Liion cells connected in series to get high enough voltage ...
KidCe's user avatar
  • 11
0 votes
2 answers
1k views

I'm working on my first Arduino project and I have a sensitivity issue. I'm building a module to listen to an audio signal and to start the power source of my speaker with a relay. Everything seems ...
Alex Dupuis's user avatar
1 vote
1 answer
5k views

I saw some projects with DHT11, some connect it with analog pin, others connect with digital pin. Is there any difference / advantage connecting to the analog?
wesWWW's user avatar
  • 13
1 vote
0 answers
289 views

I realize this gets asked a lot, but I feel like I've applied the most common fixes without success. I have 10 10k potentiometers plugged in to an arduino via a custom shield. 2 are wired directly to ...
mrpeverill's user avatar
1 vote
1 answer
396 views

I am trying to make a battery capacity tester (3.7v li-ion 18650 battery) using arduino uno. If possible i'd like to test 20 or more batteries at the same time. I need to measure the voltage of each ...
Maarten -Monica for president's user avatar