Archive for the ‘Software’ Category
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 ...
Posted in Hardware, Software | No Comments »
Wednesday, June 29th, 2011
POP-Loader : Bootloader utility for uploading user code (.hex) from other AVR tools such as AVR Studio into POP-168 / POP-MCU (For Windows)
Version 1.20 build 2011.07.01
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
Posted in Software | No Comments »
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 ...
Posted in Application, Hardware, Software | No Comments »
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 ...
Posted in Software | No Comments »
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 ...
Posted in Knowledge Base, Software | No Comments »
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 ...
Posted in Knowledge Base, Software | No Comments »
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..
Posted in Application, Hardware, Software | No Comments »
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 ...
Posted in Software | No Comments »