Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.11 KB

File metadata and controls

38 lines (28 loc) · 1.11 KB

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

Create a folder "ijduino" in the "variants" folder of the Arduino IDE and copy the file "pins_arduino.h" from the "hardware" folder there.

Add the text from the "boards.txt" file in the "hardware" folder to the "boards.txt" file in the Arduino IDE.

sudo mkdir /usr/share/arduino/hardware/arduino/variants/ijduino
sudo cp hardware/pins_arduino.h /usr/share/arduino/hardware/arduino/variants/ijduino/
sudo cat hardware/boards.txt >> /usr/share/arduino/hardware/arduino/boards.txt

USB-ASP Programmer

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/en/page/led-matrix-generator