http://www.dorkbotpdx.org/workshop/arduino/cult_induction_rev8
Posts By: feurig
98-all-your-atmel-belong-to-us
Foobarred is Normal Recently I started using my linux laptop as my primary avr-usb development environment. When I upgraded the laptop to the current Ubuntu-LTS release (10.4 aka Lucid lynx) a bunch of stuff was broken including all of the wonderful udev rules provided by my linux savvy friends at dorkbotpdx. I mean jeesh even… Read more »
There’s trunk and then there’s whatever-ax-was-using
feurig: ax have you gotten anything to work with deans post feburary lufa? [1:29pm] ax: post feb. hmm, i’d have to look into my project files to remember which version i was usting [1:29pm] ax: just a sec [1:29pm] feurig: I was pulling my hair out with the may release and then I went back… Read more »
Why I hate DarwinPorts/MacPorts.
Because they aren’t bsd ports. They force you to carry redundant dependencies. They do not allow you to fetch and compile the source files in a transparent way. They do not give you clean access to the patches they use to make things work. They haven’t had a current version of avr-gcc in over 4… Read more »
Avr C programming references (linux-osx biased)
http://en.wikipedia.org/wiki/The_Unix_Programming_Environment http://en.wikipedia.org/wiki/The_C_Programming_Language_(book) http://www.nongnu.org/avr-libc/user-manual/index.html http://www.avrfreaks.net/wiki/index.php/Documentation:AVR_GCC http://tom-itx.dyndns.org:81/~webpage/how_to/atmega168/mega168_howto_main_index.php
Focused workshop: Artbots 30 May 10 — PNCA ($35)
In this workshop we will be taking our dorkboards and using them to create a simple machine that draws. The focus will be on hands on problem solving. What you will get. A servo and a geared motor with paper feed. A motor driver board. Misc parts. What to bring: A dorkboard, teensy or other… Read more »
Making Pigs Fly — Object Space, Spokane 07-11 June 2010 ($105)
An introduction to physical computing for artists and musicians. What: This workshop is an opportunity for 15 to 25 people to spend a week working on the fundamentals of integrating micro-controllers into the arts. At the end of the week participants should be able to build and program their own Arduino compatible micro-controller system and… Read more »
Windward Notes.
Mantras, Modularization. Simplicity. Stepwise refinement. Tools DS1306 Best code example is at .http://www.nearfuturelaboratory.com/2006/12/14/arduino-and-ds1306-real-time-clock/ only problem with sample code is that it only works in the full sp mode and the diagram on the page shows the other mode. (need a32khz crystal) To Do: Exchange for Tuesday Give walt 32khz crystals proto boards Bare lcd (maybe… Read more »
Running Paul Stoffregons’s teensy_serial arduino core on DFU based chips.
With a lot of my projects I have done my prototyping with Paul Stoffregon’s Teensy series of boards before moving them onto their own codebases. On those occasions where the “prototype was all I needed” I would compile the code using the teensyduino and then manually load the .hex file onto the target. As I… Read more »
TestBox
The testbox is an LCD/Dorkboard based arduino clone with two buttons and a pair of potentiometers. The switches, power and 4 io pins are made avaliable via screw terminals on the ouside of the testbox. #include /*————————————————————– pulse generator for test box Depending on the setting of left dial send send pulses out on digital… Read more »