Arduino 0018 liberada para download
A nova versão 0018 da IDE do Arduino foi liberada no dia 29/01/2010.
As novidades no release notes são:
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 bug w/ micros() returning incorrect values from within an interrupt.
* Fixed bug that broke use of analog inputs 8-15 on the Mega.
[environment]
* Synchronized with the Processing 1.0.9 code base, bringing various fixes,
including to a bug causing saving to fail when closing the last sketch.
* Added support for third-party hardware in the SKETCHBOOK/hardware folder,
mirroring the current structure of the hardware folder in Arduino.
* Added Ctrl-Shift-M / Command-Shift-M shortcut for serial monitor.
* Hold down shift when pressing the Verify / Compile or Upload toolbar
buttons to generate verbose output (including command lines).
* Moving build (on upload) from the applet/ sub-folder of the sketch
to a temporary directory (fixing problems with uploading examples from
within the Mac OS X disk image or a Linux application directory).
* Fixed bug the prevented the inclusion of .cpp and .h (or .c and .h) files
of the same name in a sketch.
* Improved the Mac OS X disk image (.dmg): added a shortcut to the
Applications folder, a background image with arrow, and new FTDI drivers.
Links:
Para download do Arduino 0018 clique no link correspondente ao seu sistema operacional:
Windows
Mac OS X
Linux (32bit)
Release notes original em http://arduino.cc/en/Main/ReleaseNotes



13. February 2010 at 6:56 pm :
Olá Je, sou uma iniciante no Arduino e seu blog ajuda muito!
Gostaria de te pedir uma ajuda ou indicações para o seguinte projeto:
quero controlar o arduino remotamente. via uma pagina da web, que funcionaria como uma especie de switch “on” / “of”. Comprei o ehernet shield, mas as coisas ainda estão difíceis……
obrigada,
Juliana
14. February 2010 at 1:30 pm :
Juliana,
Se a sua placa for a ethernet shield “oficial” ou um clone dela, baseada no chip da WIZNET, w5100, voce poderá usar os links abaixo para tirar duvidas e seguir os exemplos :
Conhecimento geral sobre este shield:
http://arduino.cc/en/Main/ArduinoEthernetShield
http://arduino.cc/en/Guide/ArduinoEthernetShield
Referencia para os comandos de software:
http://arduino.cc/en/Reference/Ethernet
Exemplo de servidor ethernet:
http://arduino.cc/en/Reference/ServerConstructor
E por ultimo o exemplo de um servidor web basico com o Arduino:
http://arduino.cc/en/Tutorial/WebServer
Divirta-se !!