I am requesting to ... Can i use AD8362 device as the Emf detector ... If can we ... how to connect this board to ardunio uno ?
AD8362
Production
The AD8362 is a true rms-responding power detector that has a 65 dB measurement range. It is intended for use in a variety of high frequency communication...
Datasheet
AD8362 on Analog.com
I am requesting to ... Can i use AD8362 device as the Emf detector ... If can we ... how to connect this board to ardunio uno ?
It's a while since I've dealt with Electromotive Force (EMV). What I can say is that the AD8362 responds to the differential voltage that is presented at its input which has a nominal input resistance of 200 ohms (we usually put a 1-to-4 balun in front of the device to make the net input resistance 50 ohms). So that is what the AD8362 presents at is input. Whether that allows measurement of EMF, I'm not sure. Regarding interface to the Arduino, this should be possible. I believe that Arduino has an on-board 10-Bit ADC with an input range of 0 to 5V. The AD8362 output can drive this directly.
thank you so much your replay ... i have another doubts like..
( slope, intercept voltage, and dBm intercept ) Are these consistent with the AD8362 datasheet and typical operation?
Is the slope of 50 mV/dB a standard or average value for the AD8352 over the frequency range?
Does an intercept voltage of 0.0 V correspond to −60 dBm input power make sense, or should I expect a different value based on the datasheet?
How critical is it to adjust these constants for accuracy, and can I rely on these default values for basic EMF detection without a lab calibration setup?
Any guidance, corrections, or pointers to calibration recommendations would be great to me ...
Any guidance, corrections, or pointers to calibration recommendations would be great to me? We generally recommend two point calibration, that is apply a low level (say -30dBm) and a high level (+5dBm) and measure the two output voltages. With these four points you can back calculate the slope and intercept of that particular device at that particular frequency (i.e. Vout = Slope x (Pin - Intercept) where slope is in mV/dB and intercept is in dBm).
Once you have an equation for the behavior you can rewrite the equation as Pin = Vout/Slope + Intercept to figure out your intput level. If you are trying to calculate EMF in volts the equations need to be rewritten slightly. It might be simplest to calculate the EMV in dBV and then convert this back to V.
By the way, is there a reason you are looking at such an old part? While AD8362 is in full production, there are better newer alternatives.
Thank you for your patience in replying to all my questions, It has helped me a lot ,
My goal is to build a high-frequency EMF (electromagnetic field) detector. During my research, I found that the AD8362 TruPwr detector is often recommended as a suitable option, so I chose to use it. After ordering the board, I connected it to an Arduino, but it's not working as I expected.
I come from an AI/ML background and I'm very new to analog electronics, so this has been a bit challenging for me.
If there's a better approach or method for building an EMF radiation detector, It would help me a lot.
I assume that you are connecting the AD8362 voltage output to the input of ADC on the Arduino. If this is not working, take a step back and measure the output voltage from AD8362 using a voltmeter to see if it is operating correctly. You could also feed a dc voltage into the Arduino's ADC to see if it is configured properly. Whether AD8362 is suitable for detection of Electromagnetic Radiation will depend on the frequency or the radiation and the range over which it varies. Different RF detectors have different frequency ranges and detection ranges. So I would start there.