Questions tagged [analog-digital-converter]

Anything related to analog-to-digital converters (ADCs). ADCs are hardware devices that convert analog signals to digital signals.

Anything related to analog-to-digital converters (ADCs). ADCs are hardware devices that convert analog signals to digital signals.

These devices are extensively used to interface digital equipment (such a computer or a microcontroller) with the external world, since they allow, when coupled with suitable transducers and signal-conditioning hardware, to convert any continuous physical quantity to a number representing its value.

See the Wikipedia article on ADCs

59 questions
0
votes
1 answer

VCO with Software Issues

I have a VCO with an AD5791 and LPC1768. I am able to read and write to the DAC register of the AD5791 but unable to modify the output frequency or voltage. When the AD5791 is directly connected to a power supply, I can modify the frequency as…
0
votes
1 answer

How to reverse audio wave using processing

Is there a way to analyize the audio recorded by the application and reverse its wave? for example in Analog Audio the wave of sound is like a sinwave either 0,1,-1. I want to reverse that so that 1 will be -1 and the -1 be 1. How to do that using…
Mohamed A
  • 71
  • 1
  • 4
0
votes
2 answers

Multiple analog to digital converters on Arduino using SPI bit banging

I am using a Nano Arduino (ATMega 328) to communicate to two 12-bit MCP3208 ADC chips based on this code. I have another device (LED driver TLC5940) tied to the pins that are suggested on this page but since I am using bit banging, it should not…
scottlittle
  • 18,866
  • 8
  • 51
  • 70
0
votes
4 answers

how to fix oscillations of analog input read by STM32F107

I have to read the input value from an external source that is a balance using the processor STM32F107. This balance is external to the board that contains the processor and communicates with it via PA4. Here is my first attempt to read the input…
0
votes
1 answer

Python for Keithley

I hooked up the Keithley 2701 DMM, installed the software and set the IPs right. I can access and control the instrument via the internet explorer webpage and the Keithley communicator. When I try to use python, it detects the instrument i.e.…
0
votes
2 answers

Bad data received from Arduino serial while reading from analog port

Maybe this is just a nonsense, but it's driving me crazy. I'm trying to read one analog port in Arduino and send the value through the serial port to JavaScript using node. When I show the data in the Arduino console, everything works fine, but when…
0
votes
1 answer

Transforming analog keypresses to digital

In python I want to simulate a joystick that when used, to give values between -63 and +63 let's say. When the value it's positive, I want to press the "w" key and "s" key when negative. I am not having problems receiving the values, but to…
Serban Razvan
  • 4,250
  • 3
  • 21
  • 22
-1
votes
1 answer

Is it possible to read in data from multiple pins of a microcontroller at the same time?

I am using a PIC24 microcontroller and have multiple inputs. Via these I would like to obtain analog voltage data as fast as possible. I have 8 different data arriving to the microcontroller and I am a bit confused how to solve the problem. My first…
lazarea
  • 1,129
  • 14
  • 43
-1
votes
1 answer

Arduino Leonardo and Funduino Mega, frequency on analog read

I write a simple Arduino software where I read some information on analog pins. I compile this software on an Arduino Leonardo and on a Funduino Mega. Anyway, the Arduino obtains a better sampling frequency. Did you think that I can improve the…
youngz
  • 179
  • 2
  • 16
-1
votes
2 answers

Convert to 6bit

I am trying to tidy up this function which converts a 10bit value to 6 bit. I also need to be able to define the bit length of the input for when I use a higher resolution ADC: BYTE ioGetADC (void) { BYTE r; ConvertADC(); …
-1
votes
2 answers

Compare Serial read data and analog read value

I am going to send a input to Arduino through serial communication. That variable should be stored in a variable. That data which I send through serial communication should be compared to an analog input value and if both becomes equal, then some…
-2
votes
1 answer

Getting a/d converter example program to work in a C++ windows program

I got the following example code for a C windows programm from the developer of my analog to digital converter and want to make it run as a windows c++ project in Visual Studio 2016. As a beginner in C++, windows API and this universal library for…
-4
votes
1 answer

Audio encryption with analog conversion

I have recently started using python and I have no special knowledge of cryptography. What I want to do: I want to transmit digital encoded data (speech/wav) trough an analog signal, record this analog signal and decode it after that. A little like…
-4
votes
1 answer

analog to digital cplus plus programming

I'm working on a coding a analog to digital device that include the api and drive to interface with the device. My question is where can i go online find more source of information to help me understand what to do with the bits in the buffer.
I AM
  • 53
  • 1
  • 5
1 2 3
4