what ready pcb board i need for trigger detection device or low high voltage detection

Thread Starter

a Rob

Joined May 14, 2017
151
1: witch pcb boards on ebay i can find to detect low voltage current then trigger something, same with high voltage , this is for test purpose so will love to know and play with it.

2: what pcb boards i need to do some as if ch1 output signal detected then do something , if ch2 signal is detected then do something else..


like if or else statement in code what pcb boards does that
 

Reloadron

Joined Jan 15, 2015
7,887
Voltage Comparator Information And Circuits look at the various comparators. Spark Fun among other vendors at one time did market ready to go boards.
Another option is the use of a uC (micro controller) such as one of the Arduino or similar family. Learn how to apply Hysteresis to either a comparator or uC based system. Your best bet would be to start learning how to program a uC because it offers plenty of I/O (Input/Output) and you write decision making code. Start learning Analog to Digital decision making, that would be the IF, Else, Or you mention and a host of others.

Ron
 
Top