Giter VIP home page Giter VIP logo

nixielib's Introduction

= Nixie Library for Arduino =

With this library you can easy develop software for Nixie Clock and create interesting sound and visual effects. The library contains all required modules to communicate with different peripherals hardware (RTC, sensors, tube drivers). The library was tested on Attiny85, Attiny45, Atmega168 and Atmega328p controllers. Nixie Library includes faster digitalWrite, analogRead functions implementations (nixiePinLow, nixiePinHigh, nixieAnalogRead) for Atmega328p controllers. The library uses millis() and micros() functions. So, if you change TIMER0 settings, this will affect NixieLib behavior. If you have questions, please contact via email.

Now the library contains full-cycle example of Nixie clock with schematics, layout, full source code. Refer to https://github.com/lexus2k/NixieLib/tree/master/examples/nixie_clock_in14_v1 Image of Nixie Clock

The library supports the following devices:

  • DS3231, DS3232 RTC chips
  • Piezo buzzer audio output
  • Analog buttons
  • Nixie Tubes (any: IN-14, IN-12, etc. )
  • GL 5528 lightsensor (most popular light sensor on Arduino platforms)
  • K155ID1 nixie drivers
  • Mono-LEDs
  • RGB-LEDs (both PWM controlled and Software controlled)
  • LM35DZ temperature sensor

The library supports the following features:

  • Switching between states (state-machine tasks)
  • Sending and processing events
    • System events: timers
    • User defined events
  • Fast analog read functions (optimized for Atmega328p)
  • Fast digital write functions (optimized for Atmega328p)

For more information about this library please visit https://github.com/lexus2k/nixielib. If you found any problem, please report to Issues section.

== License ==

Copyright (C) 2016-2017 Alexey Dynda

This file is part of Nixie Library.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

nixielib's People

Contributors

lexus2k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

yinxx

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.