https://github.com/ijhack/ijduino
IJduino
https://github.com/ijhack/ijduino
Last synced: about 1 year ago
JSON representation
IJduino
- Host: GitHub
- URL: https://github.com/ijhack/ijduino
- Owner: IJHack
- License: gpl-3.0
- Created: 2014-09-12T00:15:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T08:58:33.000Z (over 9 years ago)
- Last Synced: 2025-04-10T21:54:09.105Z (about 1 year ago)
- Language: C++
- Size: 15.6 MB
- Stars: 15
- Watchers: 15
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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