Giter Club home page Giter Club logo

ijduino's Introduction

IJduino

  • 8X8 LED grid Max7219
  • Mini Breadboard
  • Atmega328
  • Button

http://ijhack.nl/project/ijduino

https://pad.ijhack.nl/p/ijduino

https://github.com/IJHack/ijduino/blob/master/documentation/ijduino.pdf?raw=true

Installing

Just copy the "hardware" and "libraries" folders into your "Arduino" sketches folder.

On most Linux and BSD this will be in your home folder.

cp -r hardware ~/Arduino/
cp -r libraries ~/Arduino/

On Mac OS X it's in the "Documents" folder.

cp -r hardware ~/Documents/Arduino/
cp -r libraries ~/Documents/Arduino/

On Windows you can find the "Arduino" folder inside your "My Documents" folder.

USB-ASP Programmer

On Linux you probably need to add a udev rule to get this working. Place the following at /etc/udev/rules.d/99-usbasp.rules

SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", GROUP="users", MODE="0666"

Then run udevadm trigger to reload the udev rules.

Creating Animations

http://ijhack.nl/page/led-matrix-generator

ijduino's People

Contributors

annejan avatar realitygaps avatar fransfaase avatar damnlie avatar

Watchers

James Cloos avatar  avatar  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.