Converting AC Signals to DC for PIC

  • Thread starter Thread starter onceinalifetim
  • Start date Start date
  • Tags Tags
    Ac Dc Signals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
onceinalifetim
Messages
38
Reaction score
0
Hello

I know what is AC signal and DC signals purpose.. but may I know how to convent AC signals to DC signals to feed into the PIC??

Help pls
 
Engineering news on Phys.org
hi there

tell us more about what you are trying to do...
for example ( but not limited to) the source of the AC signal

cheers
Dave
 
hello

thanks for the reply..

I am currently working on a autoguilded vechile project,
i am doing the inductive sensor at the min...
three parts to handle. sensor, motor and control system..

help pls
 
The overall project is like this

A vehicle will follow a track which consists of a continuous loop of wire carrying a current of ~140mA (RMS) at a frequency of 10kHz
The vehicle consists 3 parts, 2 Inductive sensors, motor driving and steering and control unit pic.

The inductive sensor consists 2 parts, the sensor and rectifier
 
with a PIC that has an ADC you can just amplify the coil outputs and then sample AC (dc offset of course) with the ADC.

The amplifier should at least include a simple 10KHz filter unless you want to try an IIR in the PIC. (and an antialias filter)

If the PIC is not fast enough for the above, you can follow the amp with a precision rectifier and then send DC to the PIC.

So, amplifier with 10KHz filter, precision rectifier, ADC to the PIC.

You can build 2 amp/filter/rectifier circuits or you can switch the input to 1 if your sample rate requirements are low enough. For example, 100 times a second would give you 10ms for the circuit to settle. (1000 cycles of 10Khz).