Archive for the ‘Software’ 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 ...

SerialServer, Arduino addon

Sunday, October 26th, 2008

by Dan O'Sullivan SerialServer relays bytes back and forth from an internet socket connection to a hardware serial port. It is sort of like an ethernet to RS232 converter. This is especially useful for software like Flash which has an easy time making socket connections and a hard time making serial ...

POP-168 getting start on MacOS X Leopard 10.5.x , Arduino 0012

Friday, February 29th, 2008

From online guide "How to get Arduino running on MacOS X 10.3.9 or later" http://www.arduino.cc/en/Guide/MacOSX Test on MacOS X Leopard 10.5 (Intel), First, download Arduino software MacOS X package on http://arduino.cc/en/Main/Software , about 63.45MB unpack to Desktop and get in the folder "arduino-0012" because modern Mac machine no have generic Serial port built-in like PC, then ...

Getting start Arduino 0011 on Linux (Ubuntu 7.10 / 8.04 / 8.10)

Tuesday, February 26th, 2008

from original document on http://www.arduino.cc/playground/Linux/Xandros run Arduino on EeePC's Xandros Linux which use Debian online update apt-get command then Ubuntu 7.10 Gutsy Gibbon, 8.04 Hardy Heron, 8.10 Intrepid Ibex also work too.. Step by step on Installation via internet update service. (High speed connection recommended) 1.open Terminal (Console) 2.use pico change Debian repository,sudo pico ...

POP-Loader : Bootloader utility for POP-168

Tuesday, January 8th, 2008

POP-Loader : Bootloader utility for uploading user code (.hex) from other AVR tools such as AVR Studio into POP-168 (For Windows) Version 1.02 build 2008.01.08 Download here: http://www.avride.com/pop/store/POPLoaderSetup.exe Fix : correct flash section on download, File -> Save .hex Flash as file Download POP-168 Bootloader file: POP168BOOT.zip

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

Getting start Arduino on POP-168

Wednesday, October 10th, 2007

After download and install Arduino software on machine, configuration must be choose on the first times. Step by step guide Run "Arduino" program, Set microcontroller type, by menu : Tools -> Microcontroller (MCU) -> and select "atmega168". (since Release 0010, this sub menu was changed to "Board" select instead , set Board ...