Arduino 10, uisp and the rest of us.

Posted by & filed under Dorkbot.

I was looking at the new arduino and the api and noticing a few things that should have been implemented a long time in the new board. Not the least of which is the reset being hooked up to the fdti chip so that you dont have to intervene to download your code. There are still a few things that I am missing. Not the least of which is the necessity of using a serial boot loader. If the boot loader uses the stk500 then you would be best off with a cheep clone like one of these.

  • http://www.serasidis.gr/circuits/avr_isp/avr_isp.htm

1.75 arduino board….

Posted by & filed under Dorkbot.

This just went into a second rev so the initial boards are going for super cheep. I plan to buy some on monday.

http://www.nkcelectronics.com/arduino-runtime-board-pcb-.html

genz, the next thing in arduino.

Posted by & filed under Dorkbot.

I have been working on stripping the arduino down to something that should cost about $6 by pulling the power and the serial off of the board.
The pic above is a dip version. If I went to olimex I could probably get the board cost to about 6 bucks for the board. So I thought about smt and eliminating the headers (which cost about a buck all told) This is where I am heading but it is not quite done.

The missing 3 lines of code

Posted by & filed under Dorkbot.

void setup(void)
{
...
TCCR1A = 0×00; // sets timer control bits to PWM Phase and Frequency Correct mode
TCCR1B = 0×12; // sets timer control bits to Prescaler N = 8
ICR1 = 0×07d0; // Upper Timer Limit = 2000 (in hex) equals 2ms
}

//after which you can analogWrite to pins 9 and 10

Sour Grapes.

Posted by & filed under Dorkbot.

Amazing link.

windcatcher http://www.answers.com/topic/windcatcher via alexis turner

Not sure how to comment.
(still Not entirely sold on the delic.i.urwierdness.)

Enough Takillme.

Posted by & filed under Dorkbot.

Feeling those doubles today.

Links from conversations:

open JTAG: http://openocd.berlios.de/web/

LED BALL: http://ledeffects.net/pages/?id=16

HArd DRive Speakers: http://www.afrotechmods.com/cheap/hdspeakers/hdspeakers.htm
, http://home.insightbb.com/~stephenwmoore/Speakers/Hard_Drive_Speaker.htm

Pdxbot.07 recap and my 3 day drawing arm.

Posted by & filed under Dorkbot.

There is something perverse about creating an event and then winning it.
It seems as thought Thomas, Jason, and I along with a few other dorks put in more hours in meetings, creating art and preparing for pdxbot.07 than pretty much any of our personal projects let alone anything that we could have brought to it.