Loginskip to content

Archive for April, 2008

Voyager - a GPS outdoors NXT

Tuesday, April 29th, 2008



Here’s a great project by John Brost. Inspired by Steve H. ‘Green Monster’ he built this model, which also uses Bluetooth GPS (and RobotC) to navigate around.
Voyager uses a 3-motor articulated steering design - one motor drives both wheels on the rear axle through a differential and the front wheels are driven individually by the other two motors. It also has a compass sensor and a GPS connected via bluetooth.

More pictures are found in NXTLog project page. Good work, John!

btw. Technically it IS possible to build a BT GPS NXT-G block. There’s a lot of work involved, and very little potential users. If anyone is interested, email me. I’ve posted a few posts on GPS in NXTasy, and since some implementations do work in NXC (under standard firmware) they can be ported and wrapped into a NXT-G block (but with a lot of effort).

Guy Ziv

2008 FIRST LEGO League World Festival Award Winners

Thursday, April 24th, 2008

Here is an article from LEGO about the World Festival in Atlanta.

Click here for the article on their Mindstorms main page, below the article about Dean Kamen.

This link seems to be permanent.

Josh

Team Scores 3 Perfect 400’s at FLL World Festival

Tuesday, April 22nd, 2008

Congratulations to GREEN MAN GROUP who scored 3 perfect 400-point runs at the FLL World Festival this April 16th-19th. They received the 1st Place Performance Award. GREEN MAN GROUP is a part of The New England Robotics Designers - check out their website here.

Here is a link to the World Festival awards page, featuring a picture of the team and their robot.

Josh

Little Joe - a biped walker LDD

Wednesday, April 16th, 2008

Little Joe

Here is Little Joe, a biped walker. He was inspired originally by the work of Joe Nagata, but the feet are probably the only bit of Joe’s original that survives.

Little Joe has a pretty smooth and reliable walking action going on which you can see on video here. I’m very pleased with how he turned out. Just wish I’d got him finished in time for the NXTlog competition!

There’s not many instruction sets for bipeds out there (or not that I could find anyway). Hopefully this LDD file will come in useful.

If anyone does build Little Joe, I’d love to hear how you get on…

New pbLua version

Sunday, April 13th, 2008

Ralph released yet another pbLua version - Beta 15a. The major change in this release is better support for floats (i.e. non-integer variables).

There is now a new (well written) tutorial on using floats in pbLua.

Keep up the good work, Ralph!

Power Functions Rover with 2 US

Sunday, April 13th, 2008


Here’s a nice projecy by our forums reader markc. It uses PF motors and two ultrasound sensors to navigate around, avoiding obstacles. Nice work!

More details, closeup photos and discussion here.

A Four-Legged Critter

Saturday, April 12th, 2008

A Four-Legged Lego Critter

I was inspired by a NXT robot called RoboDog to build a four-legged critter. I ended up building it without the NXT, but I it still came out cute. I used the Power-Functions battery box and receiver, as well as a Power-Functions motor to rotate the head. But the legs are powered by an RC Buggy 9V motor, which is connected to the Power-Functions receiver by an extension cable. Click the picture for a video.

New pbLua version

Monday, April 7th, 2008

Here’s a message from Ralph Hempel:

There’s a new pbLua version Beta14n that fixes a few issues in the file system, as well as adding a new function called Checksum() to sum the characters in a string.

The file system tutorial has a section at the end that shows you how to automatically run a Lua file on power up with no intervention and no console attached. That would have been handy for the UAV project…

Here are the latest new tutorials:

File System
HiTechnic IR Link
Codatex RFID Sensor
Precision Motor Control (like a servo)

Higher education with NXT

Monday, April 7th, 2008

Our forum member Linus has described a toolkit for MATLAB control of the NXT. This pointed me to this impressive student course in RWTH at Aachen. In this course students use MATLAB signal processing tools to analyze motors and sensors of NXT, and built very elaborate NXT models using MATLAB as the programming language (these robots run using the computer as a controller, not on-brick). The project statistics are impressive - over 300 students and 60 supervisors participated in Winter 07/08. Their website also has nice images and video of various projects done in the past.

More NXT servo

Monday, April 7th, 2008

nxtservo.jpg
A few days ago I wrote about LatteBox servo controller. Today I found that Mindsensors.com is also working on a 8 servo controller. Not so many details yet, but I’ll post more when I get any.

NXT plays connect 4

Monday, April 7th, 2008


Sascha from Germany sent me this:

Here’s an NXT project that let you compete against him in the classical “Connect 4″. This robot uses the NXT kit, and is programmed with NXC using MINIMAX algorithm.

roBlocks

Saturday, April 5th, 2008

roblocks.jpg
roBlocks is a coming new toy robotic system developed in CMU. Programming them seems to be simple - connect the right cubes together… They have sensors, actuators, operators (which do math..) and utility blocks (including a ‘comm’ block, which I guess means it communicates to a computer…)

I emailed them for more details, which I’ll post asap. In the meanwhile, I wonder if anyone wants to make a multi-NXT version… Maybe a community-organized project to define standard dimensions, connection scheme and inter-NXT BT/RS485 protocol. Anyone interested?

Update: from a paper published here I found this quote:

We plan to build a programming environment for more sophisticated programmers who wish to modify the behaviors that are built into the blocks. This would make our development cycle easier, but more importantly it would enable roBlocks users to take the next step toward programming distributed robotics algorithms.

Adding servos to NXT

Saturday, April 5th, 2008

lattebox.jpg
Lattebox, a newcomer to the 3rd party products for NXT, sells an I2C multiplexer combined with a 10-servo driver box. Check it out here.

(thanks to Chris from diydrones.com for the link)