Archive for the ‘Hardware’ Category

Arduino-0018 Release annoucement (Win32 / MacOSX / Linux)

Monday, February 1st, 2010

0018 - 2010.01.29 [core / libraries] * Added tone() and noTone() functions for frequency generation. * Added Serial.end() command. * Added precision parameter for printing of floats / doubles. * Incorporated latest version of Firmata. * Fixed bug w/ disabling use of the RW pin in the LiquidCrystal library. * No longer disabling interrupts in delayMicroseconds(). * Fixed ...

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 ...