Saturday 20 October 2018

arduino - Transimpedance AMP, Active HPF, phototransistor



So this is the part where I would like the phototransistor (TEMT6000X01) to be able to clearly capture an LED with a frequency flashing on and off at 1kHz. So what I have here is a transimpedance amplifier (AD823) with Rf at 100k because the typical collector light current for high illumination is 50uA V = 50uA * 100k giving 5V. Would the capacitor be okay for this?


Second I have a high pass filter allowing frequencies from around 995Hz upwards. Does it seem correct?


Thirdly, since the maximum output from the TIA is 5V, is it necessary to have a non inverting amplifier (AD823) to amplify the signal?


Once passed the peak detector, the output will be connected to the Arduino.


What are your thoughts?


Datasheet for TEMT6000X01: https://docs-emea.rs-online.com/webdocs/112b/0900766b8112bb21.pdf


Datasheet for AD823: https://www.analog.com/media/en/technical-documentation/data-sheets/AD823.pdf


enter image description here




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...