Coder Social home page Coder Social logo

ringulator's Introduction

Ringulator

Arduino Coil and transformer tester and ring detector

Requirements

Libraries: Latest FreqCount dev version https://github.com/PaulStoffregen/FreqCount (required for v1.1 and later) Version downloadable through Arduino IDE is too old as of this writing

Display: Default is the 'Seed Grove-LCD RGB Backlight' since one was on hand, other LCD and 7seg LED displays can be substituted

MCU: Tested with Atmega 328 (Uno) @16MHz

Analog frontend: danyk wrote a short article and video with details, and provided some inspiration. http://danyk.cz

What version is right for me?

Development has taken 2 different paths based on different needs and availability of GPIOs. The v1.0 release is interrupt driven and can make use of any pin capable of triggering interrupts. This makes it more flexible, however at the cost of missing some pulses at higher frequencies. It is also at the mercy of other interrupts. This is generally not a huge problem most of the time.

The current development tree now uses the counter peripheral to offload the task of counting every single pulse. Counting frequencies up to about 6MHz without missing pulses is possible with this method. Unfortunately it comes at a price since only a single path exists to the external. Therefore it must use a specific pin that is MCU dependent. There is also an increase in program memory usage. Still I would recommend this over the other if the necessary resources are available. Additional pulses are detected in many cases, even at lower frequencies.

ringulator's People

Contributors

lightningstalker avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.