A weblog focused on interesting circuits, ideas, schematics and other information about microelectronics and microcontrollers.
E-books
Disclaimer
Because I have not tested all electronic circuits mentioned on this pages, I cannot attest to their accuracy; therefore, I do not provide a warranty of any kind and cannot be held responsible in any manner.
Pinguino - a PIC-based Arduino
Everyone knows an Arduino... For the PIC-lovers, there is an alternative, based on Microchip stuff: A Pinguino.
Pinguino is an Arduino-like board based on a PIC 18F2550 Microcontroller with an integrated IDE easy to use on Linux, Windows and MacOSX.
Compatible with the breadboards, Pinguino is the perfect solution for simple rapid prototyping, or learning the basics on microelectronics.
The IDE is built in Python language. It has a pre-processor, which converts the Arduino-specific instructions into the C code.
Read more: Pinguino@Hackinglabs