The big deal this week is that our IR navigation system, Evolution Robotic's NorthStar, arrived. This is the DevKit, which isn't cheap ($1,800) but we only need one and the idea is that we can build a board that has the receiver built in and a cheap transmitter kit. We're hoping to keep the cost to users of both under $100.
The kit that arrived is for NorthStar 1.0, and now that Evolution Robotics has announced Northstar 2.0 at CES, I can disclose that that's actually what we've been planning to use all along. But the dev kit for that one isn't ready yet, so we're building the first prototype on 1.0 and then upgrading the necessary parts and code when 2.0 arrives.
Here's the basic overview of how NorthStar 1.0 works:
And here's what's in the dev kit:
First, it comes in two nifty cases, one for the IR transmitters (shown above) and one for the IR receiver:
Here's what's inside the transmitter case (click for bigger picture and readable text):
Here's what's insider the receiver case:
Here's what the receiver looks like, attached to the PC interface that's used for testing:
The receiver module, which is the slim black box on the right, weights about 12 grams. It's got a bunch of directional IR receivers inside. The fixed IR transmitters (pic at the top), project beams at unique frequencies on the ceiling, and the receiver tracks them and outputs x and y position and a directional vector. You can think of it as a very high resolution (2-3 cm) GPS replacement for indoors.
Here's what the receiver looks like placed on the BlubberBot circuit board, which is about the size of the one we're going to use (this one is based on the Arduino platform, but ours isn't very different). This is the front of the board, hanging from the bottom of the blimp:
And here's the NorthStar receiver that I've placed on the back to get a sense of scale:
You'll note a challenge that we'll have to overcome. NorthStar 1.0 (and one of options on NorthStar 2.0) is based around the idea that IR transmitters would beam spots on the ceiling and the receiver would be placed to look up and navigate from those. But our blimps are going to be used in gymnasiums and other large rooms where the ceiling is too far away to see. So we'll want to navigate based on direct line of sight from the transmitters.
So where should we mount the receiver? If we mount it facing down, it will lose sight of the beacons when it's close to the ground. Facing to any side means that it won't be able to see any beacons not on that side. We could use two receivers, one on each side and hope that one's always in sight of a beacon, but this introduces complicated hand-off problems as the blimp rotates.
Roomba, the robot vacuum cleaner from iRobot, uses a similar system to get back to its charging base, but rather than spots on the ceiling or trying to keep facing an IR beacon, it uses a cone-shaped mirror that bounces IR from any angle down to a horizontal ring of IR sensors:
What if we mounted one of these on top of the NorthStar reciever and then placed the package horizontally below the blimp? We'd use two direct IR beacons in the room, rather than projecting spots on the ceiling (that just means taking the diffusing lenses off the IR transmitters).
We'll have to play with the system a bit to see if that works, but for now that's the plan. BTW, with a third IR transmitter, it's possible to get altitude, too, but the math on that is kinda gnarly, so we're using an ultrasonic sensor firing down for now.
Comments
Max range: 15 feet
Native resolution: +- 90 degrees (just four sensors, on on each side)
On the last point they recommend that you rotate the robot back and forth to calculate the differential signal from two or three adjacent sides, so you can increase that angular resolutions, but that's obviously not an option for a blimp.
http://www.pololu.com/catalog/product/701
But NorthStar 2.0 allows direct line of sight, too, which is what we'll use since the ceilings in a gym are too high. Ultimately, that will allow us to extract z-dimension information, too, which may allow us to dispense with the ultrasonic sensor we're using for altitude.
To carry all the gear, you need at least a four-foot blimp. That means a pretty big living room at least, to give it room to maneuver.