Monthly Archives: August 2009

WCRS at Con-version25

No Gravatar

Dave, don and Micro-tank

A science fiction festival,  a robotic society… lets put them together and there we go.

And so we did last Saturday, by offering a demonstration for the public of Con-Version25.  We put our robots in motion, explaining-  how they behave, what is their duty, how they are built.

To promote the Robot Games 2010,  we had a mini sumo wrestling fight and  Micro-tanks mine sweeper driving around in the crowd . We Also had a member’s new creation, a mini replica of Johny 5, from the movie Short Circuit.

We also introduced our new RS Media, from WowWee. He is a humanoid type of robot, with walking capablities and other features like multi media and customizable routines.

It was a very good experience  and we are looking forward to Con-version26

RS Media humanoid type robot

RS Media humanoid type robot.

Mini sumo on the wrestling ring

Mini sumo on the wrestling ring

Mini sumos  escaping from the ring to meet people

Mini sumos escaping from the ring to meet people

Arduino IDE 0017 Released!

No Gravatar

Download it For Windows, Mac OS X, and Linux 32Bit.

Arduino Software Release Notes

0017 - 2009.07.25

[documentation / examples]
* Many new and revised examples from Tom Igoe.

[core / libraries]
* Updated LiquidCrystal library by Limor Fried.  See reference for details.
* Updated Firmata library to version 2.1 (rev. 25).
* Replaced the Servo library with one (MegaServo) by Michael Margolis.
  Supports up to 12 servos on most Arduino boards and 48 on the Mega.
* Improving the accuracy of the baud rate calculations for serial
  communication (fixing double-speed problems on 8 MHz Arduino boards).
  Thanks to gabebear.

[environment]
* Synchronized with the Processing 1.0.3 code base (rev. 5503), bringing
  many improvements (listed below).
* New icons and about image by Thomas Glaser (envis precisely).
* Support for multiple sketch windows.
* The serial monitor now has its own window.
* Comment / Uncomment menu item (in Edit) and keyboard shortcut.
* Increase and Decrease Indent menu items (in Edit) and keyboard shortcuts.
* Support for third-party libraries in the SKETCHBOOK/libraries folder.
* Libraries are now compiled with the sketch, eliminating the delay when
  switching boards and the need to delete .o files when changing library
  source code.
* Arduino now comes as an app file (in a dmg) on the Mac.
* Adding the Arduino Nano w/ ATmega328 to the Tools > Board menu.