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.
46 questions
-3
votes
2
answers
62
views
What does VRx stand for in the KY-023? [closed]
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/...
0
votes
1
answer
114
views
ESP32 pressure sensor readings (RFP602)
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 ...
1
vote
3
answers
931
views
Confusing Pinouts on MH-ET ATTiny88
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 ...
4
votes
1
answer
80
views
Issues using mini microphone module off AliExpress
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, ...
0
votes
1
answer
188
views
Why is my analog output limited to 2.7V?
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, ...
-1
votes
1
answer
197
views
How to connect Draw wire encoder to Arduino Uno?
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 ...
1
vote
1
answer
188
views
Why use multiple filters output thousands value, use one or two filter can output normal value?
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 ...
1
vote
0
answers
1k
views
ESP32 WROOM32E w/ Arduino IDE 2axis joystick - how do I get a good reading?
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 ...
0
votes
1
answer
475
views
How to transmit DTMF signal to Arduino
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 ...
1
vote
2
answers
714
views
how to config the Arduino ADC'S input on A0 instead of use default?
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/
...
1
vote
0
answers
333
views
Proper wiring for a HiLetgo DAC to Arduino
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&...
1
vote
1
answer
402
views
send and recieve analog data from one arduino to another arduino via web/ethernet
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 ...
0
votes
1
answer
77
views
Stable amplitude of amplified signal
Is there any circuit with opamp where can be (by arduino) set constant output amplitude which doesn't depend on input signals amplitude?
3
votes
2
answers
925
views
Arduino measuring high-voltage electric fence
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 ...
1
vote
1
answer
3k
views
How to connect an lcd i2c using only pins A0 and A1 (SDA, SCL, GND, and VCC are given)
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/...
2
votes
1
answer
262
views
Analog input voltage rises when motor is working
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....
1
vote
4
answers
2k
views
Can I control LED brightness with potentiometer without any code, as well as reading the potentiometer value?
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 ...
1
vote
1
answer
243
views
Noise in Analog Read Serial from an instrumentation amplifier(ina122p)
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 ...
1
vote
3
answers
270
views
Continuous voltage on IO Pins while 5V is not Connected?
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 ...
0
votes
2
answers
1k
views
Boost an audio signal for analog read - Envelope Detector
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 ...
1
vote
1
answer
5k
views
DHT11 analog or digital?
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?
1
vote
0
answers
289
views
Can't figure out source of interference reading 10k POTs with 74HC4051
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 ...
1
vote
1
answer
396
views
How to Measure many voltages (Uno) - Analog extenders a good option?
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 ...