Our Work is Done Here 02FEB08

Posted by & filed under osx-avr.

I have been looking at AvrMacPack as a recommended platform. They have done a really nice job ob doing everything that I was trying to do and they also have paid attention to a lot of detail that I haven’t. Please look at this and tell me what you think. I am considering dropping OSX-AVR… Read more »

Day 1

Posted by & filed under Thing A Day 2008.

(Archive of http://www.thing-a-day2.com/2008/02/01/day-1-25/) Today we made 4 things, and broke 2 soldering irons. Thing 1a closet shelves. I recently moved out of my storage unit. While putting most of the boxes into my hall closet I realized that there was a ledge which would make it a no brainer to put in a shelve. So… Read more »

To Do List

Posted by & filed under Thing A Day 2008.

(Archive of http://www.thing-a-day2.com/2008/01/26/to-do-list/) For starters I thought i would sit down and see if I had more than 30 things on my to do list that I could do in a day or less. I got stuck fast. Most of the things on my to do list are multiple day projects. So I will list… Read more »

December 07 Release Contents

Posted by & filed under osx-avr.

Gcc toolchain. avr-binutils Version: binutils-2.18.tar.bz2 Source: ftp://ftp.dkuug.dk/pub/gnu/ftp/gnu/binutils/ Patches: all ports patches avr-gcc Version: gcc-4.2.2.tar.bz2 Source: ftp://ftp.dkuug.dk/pub/gnu/ftp/gnu/gcc/gcc-4.2.2/ Patches: all ports patches avr-gdb Version: gdb-6.5.tar.bz2 Source: ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles Patches: all ports patches avrlib Version: avr-libc-1.4.7.tar.bz2 Source: http://download.savannah.gnu.org/releases/avr-libc/ Patches: N/A avrdude Version: avrdude-5.5.tar.gz Source: http://download.savannah.gnu.org/releases/avrdude/ Patches: N/A simulavr Version: simulavr-0.1.2.2.tar.gz Source: ftp://ftp2.freebsd.org/pub/FreeBSD/distfiles/ Patches: all ports patches avarice Version: avarice-2.7.tar.bz2… Read more »

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

NDA Rolls (Apple Verses its Developers)

Posted by & filed under Avr Development.

I have spent more of last week wondering why X-Code wasnt signing my code and loading it onto the phone than successfully The introduction of the Iphone and the apple SDK for it seems to have created massive confusion and hurt for the two communities most effected by it. [Moderator] Re: Controlling Preferences on iPhone… Read more »

Notes on Ports to Packages

Posted by & filed under osx-avr.

Ports, The bsd community maintains a huge collection of reviewed and stable sources for open source software. The ports collection contains a framework of Makefiles and descriptions containing enough information to build the port from source. Using the ports collection on a bsd box is as simple as changing to the port’s working directory and… Read more »