Giter Site home page Giter Site logo

wbphelps / akafugu_nixie_clock Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akafugu/akafugu_nixie_clock

0.0 2.0 0.0 190 KB

Firmware for the Akafugu Nixie clock

Home Page: http://akafugu.jp/posts/products/nixie/

Arduino 27.03% C++ 62.15% Objective-C 3.63% C 7.18%

akafugu_nixie_clock's Introduction

The Akafugu Nixie Clock

Firmware for The Akafugu Nixie Clock.

The Akafugu Nixie Clock is a fun to build stylish clock kit that uses old-fashioned neon Nixie tubes.

See the product page for more information.

Compiling

There are two revisions of The Akafugu Nixie Clock available. Version 1 and version 2.

Before compiling, you must set the type of clock you have by editing global.h

Look in the beginning of the file:

// define the type of board we are compiling for // The Akafugu Nixie Clock (http://www.akafugu.jp/posts/products/nixie/) //#define BOARD_STANDARD // Diet Nixie board (http://www.akafugu.jp/posts/products/diet_nixie/) //#define BOARD_DIET // The Akafugu Nixie Clock mk2 (http://www.akafugu.jp/posts/products/nixie/) //#define BOARD_MK2

Uncomment the #define line containing the board you are compiling for.

Programming

To reprogram the device, remove the display board and insert an FTDI adapter into the header on the left hand side of the control board (marked GNC, CTS, VCC, TXO, RXI, DTR). You will need to remove the enclosure to access the header. To use the header without removing the Display board, you will need to attach jumper cables or an angled female header with long legs first.

The microcontroller comes with a built-in bootloader for 8MHz internal clock.

If you are using the Akafugu Arduino package, you can select "Akafugu Nixie Clock", otherwise, open your hardware/arduino/boards.txt file (found inside the directory where you installed Arduino, or on OS X by selecting "Show Package Contents".

Add the following to the end of boards.txt

##############################################################

nixieclock.name=Akafugu Nixie Clock

nixieclock.upload.protocol=arduino nixieclock.upload.maximum_size=30720 nixieclock.upload.speed=57600

nixieclock.bootloader.low_fuses=0xe2 nixieclock.bootloader.high_fuses=0xD8 nixieclock.bootloader.extended_fuses=0x05 nixieclock.bootloader.path=atmega nixieclock.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex nixieclock.bootloader.unlock_bits=0x3F nixieclock.bootloader.lock_bits=0x0F

nixieclock.build.mcu=atmega328p nixieclock.build.f_cpu=8000000L nixieclock.build.core=arduino nixieclock.build.variant=standard

Now select "Akafugu Nixie Clock" in the Boards menu.

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.