Sergio Alvarez from Colombia did a great job on his blog. A lot of useful example to build and use Pinguino: - a step by step description to build Pinguino on a test board, - What is sometime troobleshoothing with windows, - How to use an I2C ultrasonic range finder ( this one could be integrated in the pinguino tutorial with sergio acknoledgement )
I wrote this simple example to help users to associate Processing and Pinguino. Communication is managed by Stephane Cousot Library and USB link. Stephane example program is loaded in the Pinguino with the IDE. A led is connected on PIN 0 of Pinguino.
// How to blink a led on PIN 0 with processing // Jean-pierre Mandon 2010
import hypermedia.pinguino.*; // import library
Pinguino board; // pinguino object
void setup() {
size( 380, 180 ); // size the window application board = new Pinguino( this ); // connect to Pinguino board
EI9GQ pusblished a paper in the the november 2009 and march 2010 issue of RADCOM, The Radio Society of Great Britain Members’ magazine. I’m pleased to know that Pinguino is used in ham radio. A long time ago, i was F6HOJ !!
Raul Zanardo from Brazil wrote a shell script to install Pinguino on Linux. This script was used on Ubuntu 9.10. It download Pinguino on the website, create a folder, copy rules files and create a Microchip group. So you can use pinguino as is with good rules for the USB device.
Joan Espinoza started a great project to develop Pinguino in Venezuela. This is the link to the Website.
Joan presented his project during the DevCamp event in february 2010.
His goal is to develop and promote Pinguino project for electronics, programmers and students in Venezuela. This community offer help to incorporate a multi-support language for the Pinguino IDE.
Thanks Joan and all Venezuelan users, this is yet another initiative to expand use of Pinguino and make it simpler for everyone.