First of all.. forgive me for my stupid question .. well I'm just a beginner and I want to create a wire continuity tester.. but the problem that I dunno, if the high thickness of the wire to be tested, can damage my board because of the high voltage..
Sorry .. my question wasn't clear enough...Well.. I want to check the continuity of 5 wires simultaneously.. so I'm wondering about the feasibility of this operation .. there are any limitations or constraints should I consider? can an Arduino board handle this?
Someone who doesn't know what voltage and current are is going to do what with circuits?
Put the wires on 5 pins of the same port, ground the other ends and use INPUT_PULLUP to test continuity and use the in-chip resistors. All 5 can be read in 1 cycle and checked in the next.
I suspect that the OP may be a visitor from AVR Freaks just having a bit of fun.
GoForSmoke:
Someone who doesn't know what voltage and current are is going to do what with circuits?
Put the wires on 5 pins of the same port, ground the other ends and use INPUT_PULLUP to test continuity and use the in-chip resistors. All 5 can be read in 1 cycle and checked in the next.
I suspect that the OP may be a visitor from AVR Freaks just having a bit of fun.
sorry about that.. I'm just a beginner .. n my basics are not strong enough due to the lack of practice.. so I decided to start this project to learn.. but I realized that I should revise my basics first before starting. that's it!