All Blog Posts (101)

Microsoft Announces "New" Desktop Version of the Kinect for Next Year - Time for Another Bounty?

http://blogs.msdn.com/b/kinectforwindows/archive/2011/11/22/kinect-for-windows-building-the-future.aspx

 

It looks like Microsoft has figured out how to lock out Linux Kinect users.  It had to be frustrating for Microsoft that all the best Kinect demos were running on Linux machines.  this Microsoft reply in the comment section sure does imply that the drivers…

Continue

Added by eric gregori on November 24, 2011 at 12:25am — No Comments

Interests - Aduino, BeagleBoard, Computer Vision, AI

I'm a long-time electonics and robotics enthusiast, now retired and living in London.

I'm currently working on an Arduino-based Tracked Robot, as preparation for B4 - a BeagleBoard-based 'bot with which I will be exploring computer vision and AI algorithms.

I blog about TrackBot, B4 and related topics at the RAREblog.

Added by Romilly Cocking on November 19, 2011 at 2:07am — No Comments

Your Kinect Based Project, Could be the Start of Your New Future

Microsoft is offering cash for your ideas.

http://www.microsoft.com/bizspark/kinectaccelerator/

 

If you are a developer or existing team/startup focused on building a business that takes advantage of the Kinect and Natural User Interface technologies, then the Kinect Accelerator is where you need to be. Through this program,…

Continue

Added by eric gregori on November 18, 2011 at 6:00pm — No Comments

Hacking the OWI535 Robot ARM Using RobotSee, the TI Launchpad, and the EMGRobotics Six Pack Booster

Hacking the OWI535 Robot ARM Using RobotSee, the TI Launchpad,

and the EMGRobotics Six Pack Booster

by Eric Gregori (www.EMGRobotics.com)

 

You can download all the firmware and  RobotSee code used in this article from here:…

Continue

Added by eric gregori on November 17, 2011 at 11:30pm — 8 Comments

Rocker-Bogie Suspension – A Challenge worthy of MINDS



Rocker-Bogie Suspension – A Challenge worthy of MINDS-i



The rocker-Bogie suspension is a  suspension used on the mars rovers. It uses six wheels that are independently powered by a motor and the front and rear wheels are able to steer. 



http://en.wikipedia.org/wiki/Rocker-bogie

 

…

Continue

Added by Tim Lines on November 16, 2011 at 6:01pm — 1 Comment

I had a blast at ASME2011

Last weekend was the ASME Open Source Microcontroller Workshop. 

Coming Saturday Nov. 12: The ASME

Open Source Microcontroller Workshop!

Bringing together Engineers, Educators, Students, Hobbyists and Entrepreneurs -- to learn and share knowledge and…
Continue

Added by eric gregori on November 15, 2011 at 12:31am — 1 Comment

Large Motors and Gearboxes for Robotics

Since I was a kid, I have always looked at things as "robot pieces".  When "normal" people walk into a toy store, they see toys.  When I walk into a toy store, I see "robot pieces".  So, today at the Chibots meeting when Stuart was showing the Minds-I 6x6, I did not see a 6 wheeled vehicle, I saw "robot pieces".

 …

Continue

Added by eric gregori on November 14, 2011 at 12:31pm — 4 Comments

EMGRobotics’s Six Pack - Control up to Six Low Voltage DC motors with your TI Launchpad

Six Pack,

is a “BoosterPack” for the TI Launchpad (http://e2e.ti.com/group/msp430launchpad/w/default.aspx).

A Boosterpack is a board that plugs into the TI Launchpad.  The TI Launchpad is a $4.30 development board for the TI MSP430G series of 16bit microcontrollers.…
Continue

Added by eric gregori on November 13, 2011 at 3:22am — 2 Comments

Computer Vision + Android = Really Cool Auto App

I love the internet.  Tonight, I was searching for something completely different and up popped a Youtube video for this incredibly cool Android app.

http://www.ionroad.com/

 

Experience dynamic augmented reality driving and real-time collision…
Continue

Added by eric gregori on November 8, 2011 at 11:28pm — 2 Comments

iRobot Create Linux Drive Application



The following is a simple Linux application I put together to control a iRobot Create from the Linux command line.  Super simple, and easy to modify to your needs.

 

The code supports piping commands from a control app to this one.  I write my Linux robot applications as a series of commands that I pipe together.

 

Example:  sudo ./glview | iRobotCreateDrive

 

glview is a app I wrote that interfaces to the Kinect and guides the Create based on…

Continue

Added by eric gregori on November 8, 2011 at 11:01am — No Comments

Building a Kinect Based Robot for under $500.00

In honor pf the one year anniversary of the Microsoft Kinect (http://buildsmartrobots.ning.com/profiles/blogs/one-year-anniversary-for-the-kinect-over-10-million-units-shipped) I decided to write an article on how to build a Kinect based robot.  This is actually the second iteration of Kinectbot (I am not a very creative robot namer), the first attempt was taller…

Continue

Added by eric gregori on November 7, 2011 at 12:30am — 12 Comments

Algorithm for Interpolating the Position and Magnitude of a MAX on a Saturated Signal

Algorithm for Interpolating the Position and Magnitude of a MAX on a Saturated Signal

by Eric Gregori

 

A common step in many computer vision algorithms is to detect a maximum in a signal.  The MAX is commonly the center of a object of interest in the signal.  

 

Example: Finding the brightest light using a…

Continue

Added by eric gregori on November 6, 2011 at 9:17am — No Comments

TI's latest robot controller - Beaglebone - Makes it easy to Build Smart Robots

Introducing the future of advanced robotics controllers - Beaglebone.

 

At only 3.4 x 2.1 inches (it fits in a Altoid tin), the Beaglebone is exactly the same size as a standard credit card.  

With a (1Ghz)? Cortex-A8 the…

Continue

Added by eric gregori on November 1, 2011 at 8:52am — 1 Comment

VEX Robotics and Innovation First

Recently, I had the pleasure of getting a tour of VEX robotics in Greenville Texas.

Needless to say, I was very impressed. This company is full of people who love robots!…





Continue

Added by eric gregori on October 31, 2011 at 9:30am — No Comments

Real Steel - How cool would it be to make it a reality!!

 

As a roboticist there is no way you can come away from watching the movie Real Steel (

http://steelgetsreal.com/) without being excited.  I enjoyed the movie a lot, but not for the same reason…

Continue

Added by eric gregori on October 16, 2011 at 10:22pm — 3 Comments

You can do more with the OpenCV Face Detector than Detect Faces

The OpenCV face detector has become very popular last few years because it is relatively easy to use and available for the right price - free.

What most people do not realize is the OpenCV face detector can be trained to detect almost any object. The OpenCV face detector is a Haar feature detector that is trained to identify an object.  The training process involves inputting multiple images of the type of object you want to detect followed by false images (images that do not contain…

Continue

Added by eric gregori on October 13, 2011 at 3:46pm — No Comments

Launchbot V2 - Part 1 Construction

Launchbot V2 is another TI MSP430G based robot using the R3D3 from Elenco (http://www.robotshop.com/elenco-line-tracking-robot-kit-1.html) as the frame.

The TI Launchpad is a easy to use low-cost debugger and flash programmer for the MSP430G line of TI microcontrollers.  The MSP430G2211 can be purchased from…

Continue

Added by eric gregori on October 12, 2011 at 10:16am — 3 Comments

A perfect little optical whisker

 

http://www.pololu.com/catalog/product/1134

 

"The GP2Y0D805 and GP2Y0D810 are Sharp’s smallest and…

Continue

Added by eric gregori on September 30, 2011 at 3:53pm — No Comments

Using the TI MSP430G2553 to Build a Serial - Six Channel RC Servo Controller

Using the TI MSP430G2553 to Build a Serial Six Channel RC Servo Controller

by Eric Gregori

 

 

TI MSP430G2553

 

The MSP430G2553 ( http://www.ti.com/product/MSP430G2553) is the biggest part listed in the TI Value Line.

16K of Flash, 512 Bytes of SRAM, 10bit - 8Channel ADC, UART -- In a 20 pin DIP for $2.80…

Continue

Added by eric gregori on September 28, 2011 at 3:45pm — 8 Comments

Blog Topics by Tags

Monthly Archives

2013

2012

2011

EMGRobotics

© 2013   Created by eric gregori.

Badges  |  Report an Issue  |  Terms of Service