Search the Community
Showing results for tags 'ad5'.
-
Hello I bought one PmodAD5, and tried to change its output data rate. I know sample rate can be changed by mode register value;However, how can i make changes to highest value(4.8kHz) of mode register in code. Thanks.
-
Hello I am using the Pmod AD5 to convert my analog signals from light sensor to be able to feed it into the fpga. Any one has an idea of how can i proceed? I tried by testing the AD5 by inputting an analog input but i cannot get to the digital output...any help would be highly appreciated..Thanks
- 54 replies
-
The Pmod AD5 looks like a good A/D module for my application, but, is there any way to allow it to work with a 0-10V input if only using 1 channel? If using 1 channel, would a simple voltage divider on the input (to step own the voltage) work (what would the max allowed signal source impedance for this to work? Assume a sample rate of 100 Hz or 1 KHz)? If not, any suggestions?
-
Hello! Recently I bought a PMOD AD5 board to hook it up with my Arduino DUE in order to measure AC Voltage. In terms of libraries, I tried two - the official AD7193 library and the AD Converter one, from GitHub. The AD Converter one seems like it's based on the official DSP library from your wiki, but adapted to Arduino. With that one, I had a few problems, so I went with the other one. For starters, I have my signal connected to AIN3 and GND connected to AIN4 (both on J2). The SPI is properly connected to my DUE, settings are SPI_MODE3 and SPI_CLOCK_DIV32 (