Sunday, May 31, 2009

Shadow Robotic Hand



No, the Shadow Robot Hand is not a futuristic martial arts stance, but is an actual robot hand that boasts a pretty dextrous disposition, enabling it to perform previously unimaginable feats (for a robot at least) such as picking up small coins from the floor and holding a tomato gently. This high level of dexterity is achieved by using compressed air in 36 of its 'muscles'. These air reservoirs are refilled by a foot pump. Currently, the Shadow Robot Hand's limitation depends on the creativity of the programmer who codes under GPL. No idea on how much it costs, but you can be sure it ain't gonna be cheap.


See more details at http://www.shadowrobot.com


Monday, May 25, 2009

SRV-1 Blackfin Mobile Surveillance Robot



Explore the dangerous terrain of your home or office with the SRV-1 Mobile Robot. This palm sized bot packs tank-like treads a 1000MIPS 500MHz Blackfin BF537 processor and a mini video camera. Using 802.11b/g wi-fi the SRV-1 interfaces wirelessly with a remote PC. The Java-based console software includes a built-in web server to monitor and control the SRV-1 via a web browser from anywhere in the world, as well as archive video feeds on demand or on a scheduled basis. Get programming with fully open-source software for robot and host computer.

Important Note
The SRV-1 Mobile Robot comes fully assembled and ready to use, but requires some technical knowledge of Java, networking and the command line to set-up the software. If you feel comfortable tinkering and have had experience configuring a basic web server you should be in fine shape. Read the 
SRV-1 Set-Up Instructions and you'll have a good idea if you've got what it takes.



Product Features

  • Mobile Robot is controlled via web browser with live video feed
  • Teleoperate mode to drive robot around via console software or remotely via web browser
  • Open Source design with full access to source code (GPL) and schematics
  • Robot is fully programmable for autonomous operation
  • Extensive software support through 3rd party applications
  • Host software has built-in web server and video archiving
  • Robot can run programs written in interpreted C and stored in onboard Flash
  • Wireless remote control or viewing up to 100m indoors and 1000m outdoors (line of sight)
  • Robot can be controlled from a terminal/console for easy testing
  • Linux 2.6 support as well as "bare metal" programming with GNU bfin-elf-gcc

Hardware

  • Processor: 1000mips 500MHz Analog Devices Blackfin BF537, 32MB SDRAM, 4MB Flash, JTAG
  • Camera: Omnivision OV9655 1.3 megapixel 160x128 to 1280x1024 resolution
  • Robot Radio: Lantronix Matchport 802.11b/g WiFi
  • Range: 100m indoors, 1000m line-of-site
  • Sensors: 2 laser pointers for ranging, support for up to 4 Maxbotics ultrasonic ranging modules and various I2C sensors
  • Drive: Tank-style treads with differential drive via four precision DC gearmotors (100:1 gear reduction)
  • Speed: 20cm - 40cm per second (approx 1 foot/sec or .5 mile/hour)
  • Chassis: Machined Aluminum
  • Dimensions: 120mm long x 100mm wide x 80mm tall (5" x 4" x 3")
  • Weight: 350gm (12oz)
  • Power: 7.2V 2AH Li-poly battery pack - 4+ hours per charge
  • Charger: 100-240VAC 50/60Hz (US plug)

Software

  • Robot Firmware: easily updated, written in C language under GPL Open Source, compiled with GNU bfin-elf-gcc and bfin-uclinux-gcc toolchains
  • Onboard User Programming: interpreter for "small C" language with special robot-specific commands are provided for running user programs from onboard Flash memory
  • Development Tools: GNU toolchains viahttp://blackfin.uclinux.org
  • Console Software: Java based application, runs on Windows, MAC, Linux. WebcamSat web server module built into console software, allows multiple simultaneous remote viewers via Internet
  • Robot Control Protocol: Published here. Easily used from other applications
  • Third-party Software Support:
    • RoboRealm -http://www.roborealm.com/help/Surveyor_SRV1.php - The SRV-1 can now be directly controlled from RoboRealm, a very popular Windows-based machine vision software package for robots. The RoboRealm extensions for SRV-1 allow creation of scripts that combine image processing on live video feeds from the robot, e.g. color filtering, blob detection/tracking, edge detection/outlining and feature extraction, with decision processing and robot motion control, making it easy to create behaviors such as object location and tracking, obstacle avoidance, motion detection, notification, etc, with a web interface, and control can be scripted from C/C++, Python, Java, C#, Lisp, Visual Basic, WScript and COM through the RoboRealm API.
    • Microsoft Robotics Studio -http://www.surveyor.com/MSRS.html - Drivers for the SRV-1 in Microsoft Robotics Studio are now available. MSRS is a Windows-based environment for academic, hobbyist and commercial developers to create robotics applications across a wide variety of hardware. Key features and benefits include: end-to-end robotics development platform, lightweight services-oriented runtime, and a scalable / extensible platform. 
    • Webots - http://www.cyberbotics.com - SRV-1 support is now included in Webots mobile robotics simulation software. Webots provides a rapid prototyping environment for modelling, programming and simulating mobile robots under Windows, Mac OS/X and Linux. The 3D modeling and physics are outstanding.


More detail at http://www.thinkgeek.com/geektoys/rc/8698/

Wednesday, May 20, 2009

Visual Studio 2010 Beta 1 - Test Drive



Finally we got VS 2010 Beta! I have just installed it and had a test drive of it. Look and feel is relay cool, seems more productive with lot of built-in functionality.

·         Aims to become a tool for everyone involved in Application Lifecycle Management (ALM) – from architects to developers, from project managers to testers. Not just for developers.

 

·         Unified Development and Database product editions.

Design & Architecture

·         Architecture Explorer – to discover and identify existing code assets and architecture in number of ways including graphs, stacked diagrams and dependency matrices.

 

·         Ability to create and share various types of diagrams like use case, activity and sequence diagrams.

 

·         Modeling tools that are tightly integrated with code and thus helps in keeping model and code in sync.

 

·         Architectural Validations - Ways to put constraints on code using models and doing validations at the time of check-ins and builds.

 

·         Architecture Layer Diagram – One of the most useful and simple tool getting introduced. It allows representing your application architecture in form of layers and showing dependencies between them. It also allows to map physical components like classes, namespaces etc. to map to these layers. After all mappings you can validate whether the code meets the expected mappings and constraints.

 

·         Microsoft joins OMG and UML gets introduced in Visual Studio 2010.

 

·         Support for UML 2.1.1 – 5 out of 13 diagrams – use case, component, activity, class and sequence diagrams.

 

·         Ability to keep all the UML diagrams in sync so that a change in one automatically reflects on others.

 

·         UML design tool is developed using DSL toolkit.

 

·         Will be interoperable with Visio 1.1 templates.

 

·         Supports Top to bottom design approach.

 

·         Supports Bottom to top design approach – reverse engineer. Filter based on namespaces, number of level deep.

 

·         Model Explorer – Similar to Solution Explorer, this allows you to explore all the models you have created which includes objects created as part of various UML diagrams – logical view.

 

·         Ability to create a Sequence Diagram from existing source, simply by right clicking in the VS code editor and selecting "Generate Sequence Diagram..."

 

·         Parallel Programming: To better utilize power of multi-processor and multi-core machines, .NET 4.0 will add support for parallel programming using PLINQ, Task Parallel Library and Coordination Data Structures. The debugger has been enhanced to identify concurrency issues. Two new features added are MultiStack and a Task List views. Introduction of concurrency analysis report for performance analysis of applications.

Quality/ Testing

·         Test Impact View - Identify and run only the tests impacted by a code.

 

·         Eliminating ‘no-repro’ bug  i.e. bugs that can’t be reproduced by providing tools for better collection of test data.

 

·         The Microsoft Test Runner Tool – a standalone tool that a tester uses to guide them through a series of steps to complete a test case. During the test run, this tool can take snapshot of test environment, application screenshots and even capture full video for assisting in reproducing bugs.

Source Code Management

·         Enhanced version control capabilities including gated check-in, branch visualization and build workflow.

 

·         Ability to perform constraints check on code during check-in based on Architecture Layer Diagram.

Project Management

·         Integration with Project Server for enterprise wide project management and new features for Agile project scheduling with Excel.

(from http://www.vikasgoyal.net)

http://channel9.msdn.com/shows/10-4/10-4-Episode-20-Downloading-and-Installing-Visual-Studio-2010-Beta-1/

Tuesday, May 19, 2009

Firefly Cellphone in Ireland (from O2)


The new Firefly wireless phone is designed for kids. It is easy to use. Just press a couple of buttons to place a call. There is no need to remember numbers or dial. The special phone book makes this possible. It can hold up to 22 pre-programmed numbers. Use parental control options to limit incoming and outgoing call to the numbers in the phone book.

With just 5 (front) keys, it brings mobiles back to what they were originally designed to do - keep you connected. Firefly phones also keep it fun with lights, sounds, colours and animations.

Most importantly, it has PIN-protected features so you can control who the user receives calls from and, who they speak to.

Firefly Fireworks™ display flashes when making and receiving calls, during standby, and when charging.

The user also has:

12 ringtones

5 animations

7 LCD screen backlight colours

A huge range of accessories to choose from.

visit www.mrmubi.com for latest news.

http://www.o2online.ie/wps/wcm/connect/O2/Home/Shop/Phones/Firefly+for+kids/

Monday, May 18, 2009

Color Picker Pen



With color picker, all range of artists will be able to cerate a more sensorial and visual insight of their surrounding nature’s colors. This is amazing innovation by Jinsun Park. Color Picker is an great design of a concept pen that can scan colors from anything around and instantly use the color for drawing. After placing the pen in front of an object, the user just presses the scan button. The color is being detected by the color sensor and the RGB cartridge of the pen mixes the required inks to create the target color. This superb device will help people to observe the changing colors of nature.