Thanks for the suggestion, but I didn't use any flux (I never use it). What you're probably seeing is remanants of solder resin.Get an old toothbrush and some flux remover (isopropyl alcohol) and remove the excess flux on the solder side.
Thanks for the suggestion, but I didn't use any flux (I never use it). What you're probably seeing is remanants of solder resin.Get an old toothbrush and some flux remover (isopropyl alcohol) and remove the excess flux on the solder side.
Thanks, but I don't think I'll be posting this at the instructable's website (call it AAC loyalty, if you willVery interesting project! you should look into doing a step by step instructable! ( www.instructables.com ), did you say this is only good for AC current measurement? could you briefly describe the operation of this circuits components?! it would be much appreciated, Thanks!
Fair enough, as for specific questions, so you have a 12VDC power supply, going through a voltage regulator to keep the voltage constant? and a voltage converter to range the voltage +-5v? some capacitors for filters? then the ferrite core with a built in hall effect sensor and a voltage sub-tractor op amp to make the offset -2.5v to +2.5v? then the output read off of a oscilloscope? would it be possible to have the output going to an arduino to an LCD to display the actual current measurement?.... sorry i don't know a whole lot, i have been given the thesis assignment to create a non-contact current measurement using a hall effect sensor... i am grateful i found your post as it gives me sort of a guide, thanks.Thanks, but I don't think I'll be posting this at the instructable's website (call it AAC loyalty, if you will). The circuit's description has already been given in post #1. If you have more specific questions in mind, then by all means ask away. And no, it doesn't only measure AC current, it can easily measure DC current too.
That is correct. You could power up the thing with anything in the range of 7V to 40V, which is the working range of a 7805 regulator.so you have a 12VDC power supply, going through a voltage regulator to keep the voltage constant?
That's what the ICL7660 does, among other things, it converts a +5V source to a -5V one. Although it cannot deliver a lot of current, it's more than enough to be used as a reference for the OpAmpa voltage converter to range the voltage +-5v?
C3, C4, C5, C6, C7 and C8 are decoupling capacitors. C1 and C2 are used as charge pump and charge reservoirs for the ICL7660 to generate its negative output.some capacitors for filters?
The sensor's datasheet is listed in post #2. It's the AMP 25 ammeter.pdfthen the ferrite core with a built in hall effect sensor
The sensor's output works in the range of between 0 to 5V, with it's null output set at 2.5V. That is, when no current is flowing through the sensor, its output is at 2.5V. That is why this circuit is needed, to subtract those 2.5V from the sensor's output so that 0V will be equal to 0 amps through the sensor. That makes it a lot easier and precise to read using an oscilloscope.a voltage sub-tractor op amp to make the offset -2.5v to +2.5v?
Yesthen the output read off of a oscilloscope?
Yes it would, but you would need to use an analog to digital converter for that. I'm not sure if an arduino already has and ADC input in it. But if it does, I'd recommend that you do not use this circuit, since its output works in the range of -2.5V to +2.5V. It would be simpler to use the output from the Amploc sensor directly instead.would it be possible to have the output going to an arduino to an LCD to display the actual current measurement?
According to the datasheets of both components you've mentioned, yes they would work just fine together.i understand what your saying, where the VCC is +- it has to be bipolar it needs to be split, i have a 120VAC to 24VDC wall adapter, and im trying to use it with the LEM 55-P ( http://www.lem.com/docs/products/la_55-p_e.pdf ) current transducer with a source voltage of +-12V or +-15V, would i be able to a NMK2412SC ( https://www.digikey.ca/products/en?keywords=NMK2412SC ) this DC to DC converter to convert the 24VDC to +-12VDC for use with the sensor?
If yes, this converter has two seperate outputs, one +12V one -12V, would these outputs be tied together going into the VCC of the LEM sensor? Thanks.
If you want to interface it directly to an arduino, then you have to use a sensor with an output voltage proportional to the current flowing through the wire. A good sensor for this purpose (considering a capacity of 100A) would be these found at the amploc website.ok great, i see now that there are specific pins for positive and negative inputs, i was thinking of a different type of sensor where there was vcc, gnd, and Vout pins; anyway i plan on just measuring average current.. the 0v pin, is that considered ground? or is there no ground on the lem 55-p? my goal is to measure the current traveling through the current carrying conductor, so shouldnt ratiometric current be more suited than ratiometric voltage? i did take note of the differences when picking my sensor.
i was planning on having the output be read off of an arduino LCD, any insight? thanks.
Arduino can do what you want, with the sensor that you've already bought, but it will require extra circuitry. First, for converting your sensor's output (which is in the form of current) to voltage of a certain range. Then that voltage would be interfaced to the AD536AJQ and from there to your Arduino.OK, i see; are there any ways to get current output interfaced to an arduino? the original sensor i was going to use was infact ratiometric voltage but it was of the open loop type and i had the lem55-p suggested to me, not looking to much further into it i ordered that part already, so voltage output would have been better for the arduino? then through software have that voltage converted into a current to display? damn. i wonder what the best way to display for the sensor i ordered.. hmm
i have oscilloscopes, multimeters etc. available for me to use but i thought the arduino and lcd added a nice touch