Archive for the ‘Hardware’ Category

Arduino 1.0.3 Release..

Wednesday, December 26th, 2012

Arduino 1.0.3 Release Arduino 1.0.3 official release can be download here http://arduino.cc/en/Main/Software ARDUINO 1.0.3 - 2012.12.10 [hardware] * Added support for the Arduino Esplora [environment] * Signed application for MacOSX 10.8 [core] * Fixed power-up-starts-bootloader in Leonardo (and derivative) bootloaders. (Kristian Lauszus) (https://github.com/arduino/Arduino/pull/118) * Fixed digital_pin_to_timer_PGM array in Leonardo variant. * Published updated Wifi firmware * Updated source code for atmega8 bootloader [libraries] * Added 600 ...

SoftwareServo library remake for late 0015 Arduino

Wednesday, April 29th, 2009

(Update new "wiring.c" and "wiring.h" for Arduino 0015) Since Servo library published with Arduino 0012 package and seem to be problem to old Servo library code. Because new library which derive from ServoTimer on Playground and replace old "Servo" name. new "Servo" library using built-in Timer for automatic refresh signal pulse which ...

POP-168 wire connection

Tuesday, February 26th, 2008

(Click image for larger size) Only regulated +5V.DC supply and RS-232 conection to PC's serial port (COM) to work POP-168 Schematic diagram POP-168 Schematic diagram Rev.A 20080131 POP Interface board Schematic diagram Rev.B 20080226

Most recommended Arduino programming start guide

Sunday, October 14th, 2007

Arduino Programming Notebook (the original page from Freeduino.org) , Brian Evans has just published the Arduino Programming Notebook. You can get a printed copy for only $5.33, or download the PDF for free! Tod E. Kurt's Spooky Projects Serieshttp://todbot.com/blog/spookyarduino , Get more idea inside..

Turn your Stamp application to POP-168

Wednesday, October 10th, 2007

POP-168 is fitted on 24 pin form like BASIC Stamp I/O and Code downloading via RS-232. A little changed on power input, POP-168 didn't provide on-board voltage regulator. Only apply +5V.DC on pin21 directly and continue your exist application. here is example on Parallax's Professional Development Board (PDB) modification to work with ...