technoblogy / continuity-tester

A simple continuity tester, based on an ATtiny85 and a piezo buzzer.
17 stars 1 forks source link

false beep/stuck beep #2

Open jschoch opened 4 years ago

jschoch commented 4 years ago

Thanks for sharing this!!!

I am running this with a 10 Ohm resistor and have tried larger. The beep gets stuck on randomly after the probe is removed from contact. Have you seen this before? i'm using ATTinyCore and the arduio IDE. Should I try to debounce it?

technoblogy commented 4 years ago

My circuit doesn't have a 10Ω resistor - I'm not sure where you mean. Debouncing isn't relevant, and I've never found the beep getting stuck on in my prototypes.

jschoch commented 4 years ago

I wanted to have 10Ohm as the reference so test for continuity < 10Ohm. Now that I've looked at your diagram again it seems it relies on the internal pullup for the reference network?

technoblogy commented 4 years ago

I can't really advise on whether modifications to my circuit will work. Read the original article - it explains the design.