wizpic
Advanced Member level 3
I'm looking at making a wireless resistance meter like my fluke233, But the trouble with the Fluke 233 meter the range is very short and intermittent dropping in/out.
I've made a wireless meter using an ESP32 using the esp-now protocol that can measure up to +/-100V DC only(that's all I need) and the range is very good.
But I now have the need to measure resistance wireless but need protection in case you accidentally use it in ohms range on a live circuit (upto +/-85V) like I can with the fluke meter without causing damage to it. It's an aid to find shorts in wiring looms where I measure the resistance between ground and the positive side of the cable which should read open circuit but in some places you move the loom and then this is where is could be damaged then sound bleeper and readings show on a remote display(like the fluke meters) if the wires short or any resistance between them if it's not a short but drawing extra current and help trace the issue.
I've looked at the UT61E,fluke27,10 and 79 and some other schematics but can't get my head around how the range switch works and where the signals go or pick out the bits just for ohms part.
Not sure but I've looked at the Wheatstone Bridge circuit ?
But not sure what's the best way or how to go about it ?
I've seen plenty of ESP32/Arduino circuits and that but they use the 3.3V/5V to feed the resistor then measure the voltage across the other one but this would blow if there was any voltage on the line and can only measure positive voltage.
I've made a wireless meter using an ESP32 using the esp-now protocol that can measure up to +/-100V DC only(that's all I need) and the range is very good.
But I now have the need to measure resistance wireless but need protection in case you accidentally use it in ohms range on a live circuit (upto +/-85V) like I can with the fluke meter without causing damage to it. It's an aid to find shorts in wiring looms where I measure the resistance between ground and the positive side of the cable which should read open circuit but in some places you move the loom and then this is where is could be damaged then sound bleeper and readings show on a remote display(like the fluke meters) if the wires short or any resistance between them if it's not a short but drawing extra current and help trace the issue.
I've looked at the UT61E,fluke27,10 and 79 and some other schematics but can't get my head around how the range switch works and where the signals go or pick out the bits just for ohms part.
Not sure but I've looked at the Wheatstone Bridge circuit ?
But not sure what's the best way or how to go about it ?
I've seen plenty of ESP32/Arduino circuits and that but they use the 3.3V/5V to feed the resistor then measure the voltage across the other one but this would blow if there was any voltage on the line and can only measure positive voltage.