Hot Stories

Arduino Yún: Arduino With A Wifi System-on-a-chip

Submitted on 05/21/13, 11:04 AM | Click Here for the full article: Arduino Blog

Arduino Yún: Arduino With A Wifi System-on-a-chipArduino Yún: Arduino With A Wifi System-on-a-chip

blog.arduino.cc:

Arduino Yún is the combination of a classic Arduino Leonardo (based on the Atmega32U4 processor) with a Wifi system-on-a-chip running Linino (a MIPS GNU/Linux based on OpenWRT). It’s based on the ATMega32u4 microcontroller and on the Atheros AR9331, a system on a chip running Linino, a customized version of OpenWRT, the most used Linux distribution for embedded devices.

Available at the end of June for $69.

 
Arduino Yun Specifications (via cnx-software.com):
  • MCU – Atmel ATMega32u4 @ 16 MHz (same as the one used in Leonardo board) with 2.5KB SRAM and 32KB flash

  • SoC – Atheros AR9331 MIPS-based Wi-Fi SoC running Linino, Arduino’s own Linux distribution based on OpenWRT. It’s the same chipset as in TP-Link WR703N router.

  • Storage – microSD card slot

  • USB – micro USB connector + full USB host port

  • Connectivity – Ethernet + Wi-Fi

  • 14 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs)

View Comments | Leave Comment

The Official Arduino Robot

Submitted on 05/20/13, 11:56 AM | Click Here for the full article: Arduino

The Official Arduino RobotThe Official Arduino Robot

arduino.cc:

The Arduino Robot is the first official Arduino on wheels. The robot has two processors, one on each of its two boards. The Motor Board controls the motors, and the Control Board reads sensors and decides how to operate. Each of the boards is a full Arduino board programmable using the Arduino IDE.

Both Motor and Control boards are microcontroller boards based on the ATmega32u4. The Robot has many of its pins mapped to on-board sensors and actuators.

Programming the robot is similar to the process with the Arduino Leonardo. Both processors have built-in USB communication, eliminating the need for a secondary processor. This allows the Robot to appear to a connected computer as a virtual (CDC) serial / COM port.

As always with Arduino, every element of the platform – hardware, software and documentation – is freely available and open-source.

On sale at the Maker Faire in San Mateo (May 17-19) and available online starting in July.

View Comments | Leave Comment

Makr Shakr

Submitted on 05/17/13, 12:55 PM | Click Here for the full article: Makr Shakr

Makr ShakrMakr Shakr

GOOGLE I/O 2013
The Moscone Center, San Francisco

Makr Shakr is a new robotic bartending system that allows users to create, in real-time, personalized cocktail recipes through a smart phone application and transform them into crowd-sourced drink combinations. The cocktail creation is assembled by three robotic arms, whose movements - visualized on a large display positioned behind the bar - mimic the actions of a bartender, from the shaking of a martini to the thin slicing of a lemon garnish. The system explores the new dynamics of social creation and consumption - ‘design, make and enjoy’ - and in just the time needed to prepare a new cocktail.

View Comments | Leave Comment

MoveIt! Software Framework for Motion Planning in ROS

Submitted on 05/14/13, 10:20 AM | Click Here for the full article: MoveIt!

MoveIt! Software Framework for Motion Planning in ROSMoveIt! Software Framework for Motion Planning in ROS

From ROS.org:

Willow Garage is proud to announce the initial release of MoveIt! : new software targeted at allowing you to build advanced applications integrating motion planning, kinematics, collision checking with grasping, manipulation, navigation, perception, and control. MoveIt! is robot agnostic software that can be quickly set up with your robot if a URDF representation of the robot is available. The MoveIt! Setup Assistant lets you configure MoveIt! for any robot, allowing you to visualize and interact with the robot model quickly.

MoveIt! can incorporate both actual sensor data and simulated models to build an environment representation. Sensor information (3D) can be automatically integrated realtime in the representation of the world that MoveIt! maintains. CAD models can also be imported in the same world representation if desired. Collision-free motion planning, execution and monitoring are core capabilities that MoveIt! provides for any robot. MoveIt! updates its representation of the environment on the fly, enabling reactive motion planning and execution, which is essential for applications in human-robot collaborative environments.

MoveIt! interfaces with controllers through a standard ROS interface, allowing for ease of inter-operability, i.e. the ability to use the same higher-level software with a variety of robots without needing to change code. MoveIt! is architected to be flexible, using a plugin architecture to allow users to integrate their own custom components while still providing out-of-the-box functionality using default implementations. Furthermore, the ROS communication and configuration layer of MoveIt! is separated from core computational components such as motion planning or collision checking, the latter components being provided separately as C++ libraries.

Available here.

View Comments | Leave Comment

RIO (Raspberry IO) Card

Submitted on 05/10/13, 11:31 AM | Click Here for the full article: Kickstarter

RIO (Raspberry IO) CardRIO (Raspberry IO) Card

Roboteq, Inc launched a kickstarter project named RIO (for Raspberry IO) and aimed at creating an intelligent I/O card that stacks over the $35 Raspberry PI Linux Single Board computer.

Power for the PI from any DC source
RIO includes a 3A DC/DC converter that may be connected to a 10V to 40V DC supply, and generates the 5V needed by the PI and the RIO cards.

21 I/O lines to Connect Just About Anything
RIO provides a total of 8 digital outputs rated up to 1A and 30V max, which may also be used as digital inputs.

The card includes 13 inputs, each of which can be configured as a digital input, 0-5V analog input with 12-bit resolution, or as a timer input. In the timer mode, the inputs can capture pulse width, frequency, quadrature encoder counts, or duty cycle. Most of the input pins can also be configured as PWM outputs for driving RC servos, or dimmable lights.

Serial Connectivity and CAN Networking
Two serial ports are present on the card. One is fully RS232 compliant with programmable baud rate up to 115200 bits/s for connection to motor controllers, scanners, PC or any other RS232 device. The second is RS485 compatible, enabling, among other things, DMX512 connectivity to light show equipement. Optionally, a 3rd serial port uses TTL levels for direct interface to non-buffered, non-inverted USARTs as these found on most microcontrollers, like the Arduino.

A CAN bus interface is also present on the Rio card for connecting to CAN-compatible device, on a low cost twisted pair network at speeds up to 1Mbit/s.

Full Kickstarter details here.

View Comments | Leave Comment

DARPA's Low Cost Hand Hardware

Submitted on 05/06/13, 09:58 AM | Click Here for the full article: Youtube

DARPA's Low Cost Hand HardwareDARPA's Low Cost Hand Hardware

The ARM-H track of DARPA's Autonomous Robotic Manipulation (ARM) program focuses on development of robust, low-cost and dexterous robotic hand hardware. DARPA funded performers to design and build hand mechanisms that could replace the claw-like hands currently used on robots with hands incorporating 3-4 fingers and useable palms. The teams successfully produced hands that can be manufactured for as little as $3,000 per unit (in batches of 1,000 or more), down from the $50,000 cost of current technology. The new hands also incorporate sufficient dexterity to enable manipulation of objects in their fingers when controlled by a skilled operator.

View Comments | Leave Comment

RoboBees

Submitted on 05/03/13, 09:56 AM | Click Here for the full article: Harvard

RoboBeesRoboBees

Demonstration of the first controlled flight of an insect-sized robot is the culmination of more than a decade's work, led by researchers at the Harvard School of Engineering and Applied Sciences (SEAS) and the Wyss Institute for Biologically Inspired Engineering at Harvard. Half the size of a paperclip, weighing less than a tenth of a gram, the robot was inspired by the biology of a fly, with submillimeter-scale anatomy and two wafer-thin wings that flap almost invisibly, 120 times per second.

View Comments | Leave Comment

Applying Motion-capture Data From Animals To Quadruped Robots

Submitted on 04/29/13, 10:25 AM | Click Here for the full article: IEEE Spectrum

Applying Motion-capture Data From Animals To Quadruped RobotsApplying Motion-capture Data From Animals To Quadruped Robots

IEEE Spectrum has a short article about how the Italian Institute of Technology and the Swiss Federal Institute of Technology are using motion-capture from horses walking, trotting, etc and transferring it to the locomotion of their quadruped robots.

View Comments | Leave Comment

NEXT PAGE

Featured Hot Product

ROBOTMASTER V5

ROBOTMASTER V5

Robotmaster Version 5 provides innovative new tools to effortlessly program and optimize robot tasks producing error-free robot paths. Expanding on powerful optimizing tools Robotmaster Version 5 has set a new standard for programming robots with the same ease and functionality as CNC machines.

More Robotics Resources

 

More Technical eMagazine from LJB