GithubHelp home page GithubHelp logo

m4k3r-org / tinylcd_i2c Goto Github PK

View Code? Open in Web Editor NEW

This project forked from boxtec/tinylcd_i2c

0.0 0.0 0.0 236 KB

Firmware for LCD I2C backpack based on ATtiny84

Arduino 34.66% C++ 15.17% Objective-C 4.44% C 45.73%

tinylcd_i2c's Introduction

tinyLCD_I2C

Description:

tinyLCD_I2C is a Firmware for LCD I2C backpack based on ATtiny84 with an Arduino library as drop-in replacment for the LiquidCrystal library.

Instructions

Please make sure to use the TinyWireS library from this repo with the ATtiny implementation from http://code.google.com/p/arduino-tiny/

Also you should make the following change in ./hardware/tiny/cores/tiny/wiring.c to improve performance of the TinyWireS library:

{
  sei();
  // copy these to local variables so they can be stored in registers
  // (volatile variables must be read from memory on every access)

Basically add the line

  sei();

to the ISR(MILLISTIMER_OVF_vect) function so that it looks like above excerpt.

See http://forum.boxtec.ch/index.php/topic,2225.msg2845.html#msg2845 for a discussion on this issue.

Boards / PCBs

The boards directory contains a Fritzing THT design on which current development is based and an Eagle 6.x SMD design which is currently in production for first prototypes.

BOM

THT-Board:

  • 220nF Cer Cap
  • 100k(R4), 4.7k(R2), 150R(R3)
  • ATtiny84A-PU
  • 14 Pin DIP socket (optional)
  • Header female (16pins)
  • 2x3 Pin Header male

SMD-Board:

  • 220nF Cer Cap
  • 100k, 1k, 150R
  • ATtiny84-SU (SOIC)
  • Header female (16pins)
  • 2x3 Pin Header male

Forum / contact

Issues around the tinyLCD_I2C board and firmware can be discussed here:

Credits

Credits go to ..

.. brohogan for bringing the TinyWireS library to life in the first place.

.. pylon for fixing all the timing issue and race conditions in above library and enhancing the tinyLCD_I2C greatly (i.e. by adding SPI)

.. MathiasW for adding a SMD design with reduced size

tinylcd_i2c's People

Contributors

boxtec avatar gastonlagaffe2013 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.