Software for the Penguino AVR
Drivers
The Penguino AVR provides a USB interface for both programming and communicating with the onboard chip. Depending on your operating system, you may need a driver in order to let your computer know it can talk to the Penguino:
Windows: penguino-uart-win32.zip required for flipper and serial
Mac OS X: penguino-uart-mac.zip required just for serial
- Linux: You're done already! Linux should be smart enough to speak Penguino out of the box.
Advanced users might be interested in technical notes on the Penguino AVR drivers
Penguino Code Library
|
Icy Labs provides a simple C library for using the inbuilt functions of the Penguino AVR, such as UART (serial/RS232) and GPIO.
Currently freely available via subversion: svn co https://dev.icy.com.au/svn/penguino-lib/trunk/penguino-lib/
Compilation
Windows: WinAVR
Mac OS X: CrossPack (mirror at Icy Labs, faster)
- Linux, Debian-based (Ubuntu, etc.)
apt-get install: gcc-avr, avr-lib and binutils-avr
Flipper
|
Flipper is a tool used to upload compiled programs to the Penguino AVR. Please install the above drivers before using Flipper.
Windows: flipper-1.1.1-win32-installer.exe
Mac OS X: flipper-0.1.2.dmg
Linux: flipper_0.1.2_i386.deb
![icy [labs]](/moin_static171/common/wikilogo.png)

