Friday, 2 May 2008
The latest NXTLOG competition has just been released. It requires 2 NXTs for all entries whether the 2nd NXT comes as a joystick or just as extra processing space.
"NXT NXT...? Are you seeing double? Yes! We are presenting a doubly fun building challenge where you create a robot that uses 2 NXT bricks! We are also giving you double the amount of time to enter this challenge (projects must be entered by June 30, 2008).The 2 NXT's can be onboard the robot or the 2 NXT's can be separate (for example if 1 NXT is used as a remote controller for the 2nd NXT). The NXT's must communicate with each other. Don't have 2 NXT's? Why not enter the challenge with a friend!There's no limit on amount of LEGO MINDSTORMS NXT sensors, motors, HiTechnic sensors, or Bluetooth communication you can use on your MINDSTORMS NXT NXT Robot."
As you can see; it is a bit unfair in my opinion for those with no NXTing friends and only one robot. But I suppose it will bring out some super huge robots that will have larger capabilities and more complex functions. Also there is twice as long to build it.
Please comment on your opinion,
RjbsNXT
Labels: competition, NXTLOG
This is my entry for the Earth Day Building Challenge.
It consists of 1 NXT to control it, 2 motors to drive the robot around the garden and 3 sensors for robot guidance.
The name suggests what it says, pollinates plants. I chose this because it is shaping the landscape with colourful flowers, taking the place of dying out bees and helping convert CO2 into oxygen by reproducing plants.
Okay, now for how it works. It works by searching for a flower to pollinate with the UltraSonic sensor.
Then the robot turns back 5 degrees to align with the symmetry of the robot.
The program then directs the robot towards and over the flower to pollinate. The pollen then sticks to the pegs on the underside of the robot whatever size of flower the robot works from about 3cm to 10cm.
When the robot drives over the next flower, it will be pollinated and more pollen will be picked up.
The Program
1• Clap start
2• Spin to find a flower
3• Drive towards flower / Drive forward
4• Collect pollen
5• Repeat 2, 3 and 4 until...
6• Clap finish
Details
Time to build: 1 day.
Time to design: ≈ 2 weeks
Lego pieces used: ≈ 150 from my count.
By RjbsNXT
Labels: competition, NXT, robot
There is an extra motor on the front of the tribot for accessories, but what accessories are there? Well other than the claw the possibilities are endless... here we go again with the fact that you can build LEGO as you wish. But its true...almost. So here are some ideas for the tribot. If you do try any of these please let me know and post some pictures, RjbsNXT
Wednesday, 23 April 2008
If you have been on recently, you may have noticed some big changes, well I've been trying to find a new template for my blog. But, after all that research I've finally decided to settle with this one. There may be a few tweaks but the template is going nowhere. I'm sorry about all the lost links etc. but I hope to have them up soon.
RjbsNXT
Labels: news
Saturday, 19 April 2008
I am working on a robot which is taking some perfecting. I am not going to give it away completly but i will leave you with this. 4x4
Labels: preview
RjbsNXT has just invited me to contribute here on his Mindstorms blog, and I am looking forward to posting many-a-topic.
I Also have a website, blog and forum, encouraging British Mindstormers to step forward and make themselves known! But these can be found at:
http://www.airkraft-nxt.webs.com/
I Cant Wait To Get Posting! Thanks RjbsNXT For The Invite.
-Airkraft
Labels: Airkraft-nxt, news, NXT, updates
I have just recently become a contributor to Airkraft-Nxt's Blog and Airkraft-NXT to mine. Please feel free to ask to become a contributor or me to contribute to yours,
RjbsNXT
Labels: news
Tuesday, 8 April 2008
The famous NXTLOG has been modified in lots of ways. It now allows voting, more accurate comment times, you can now upload videos, there is a tag cloud option which shows the latest tags used and is called NXTLOG 2.0. The main body is pretty much the same althoughthe main projects page looks completely different - It is split into three categories; the latest challenge with competitiors, the latest projects and the top 5 projects.
Here is a screenshot I took.
For your own opinion go to NXTLOG 2.0 here NXTLOG 2.0 and please comment back on your opinion!
RjbsNXT
Monday, 7 April 2008
As we all know, Lego turns 50 this year and to celebrate they've produced a bunch of "gold" bricks as a free gift with purchase of over $50.
The new set, "Town Plan" also includes three 2 by 2 golden bricks as well as a letter from company owner Kjeld Kirk Kristiansen, who appeared on the original town plan box when he was much younger and returns on this one.
They've also produced a nice little anniversary site with a historical overview of their products.
Saturday, 16 February 2008
The RCX IRLink block is finally available from hitechnic after a long wait since October 2007.
It is not as complicated as I thought it would be but then again it shouldn't be.
There are some interesting features on it although it may be quite hard to understand for first-timers.
Hitechnic IRLink Block Download
Thursday, 14 February 2008
It uses 2 motors (as rotation sensors), 1 sound sensor, 1 acceleration sensor, 1 compass sensor, and 1 touch sensor.
The motors are for simple driving techniques, the sound can control the speed of a motor; eg. the louder the noise, the faster the motor, the touch can take pictures etc, the compass can have an offset then take action when you twist the joystick and the NXT buttons can control a motor or change the bluetooth connection.
Monday, 11 February 2008
This is my latest project which can deal a selected amount of cards to a selected amount of players. It only deals one card at a time due to some fine tuning with elastic bands.
After the cards have been dealt the remote control takes over and you can drive the robot to where you want then deal a card.
Here is a short video.
There have been quite a few UNO card dealers on NXTLOG but none have actually been perfected to only deal one at a time and to deal to a selected amount of players.
Friday, 25 January 2008
The NXT has bluetooth for communication with other devices such as other NXTs and mobile phones.With a phone currently we mainly use a phone to control the robot, but what if we want to control the phone with the NXT??
Well first we need to know the AT command ( This only works with Sony Ericsson as far as I know ). Then we read the extension for the type of command we are giving and follow that after AT with a plus. e.g. AT+CKPD means a command which will control a button on the keypad.
I will only show you the AT+CKPD command as I will bore you otherwise.
AT+CKPD
Is that it? No, we need to tell the phone which button to press so we need to do sort of an equation; AT+CKPD="???" we need the speech marks to tell the phone that that is a single command.
Here are a few examples;
AT+CKPD=":C" = Camera
AT+CKPD="*" = Hash key
AT+CKPD="8" = 8
There is a free download which requires you to type the letters in the picture with all the AT commands at :
http://developer.sonyericsson.com/getDocument.do?docId=65054
Here are many examples to go between the speech marks.
# 35 Hash (number sign)
* 42 Star (*)
0... 9 Number keys
<> Right arrow
C/c Clear display (C/CLR)
D/d Volume down
L/l Phone lock (LOCK)
P/p Power (PWR)
U/u Volume up
V/v Down arrow
[ Soft key 1
] Soft key 2
^ Up arrow
:G Go music button.
:J Joystick button pressed
:C Camera button
:O Operator button.
:R Return button
:M video call
:F camera focus (camera key half press)
:( flip closed
:) flip opened
:{ camera lens cover closed
:} camera lens cover opened
:[ Jack knife closed
:] Jack knife closed
:D multi task button (shortcut to desktop)
:L flash lamp button
:P "Push to talk" button
:S media player button
:= fire (gamepad)
:<> down right (gamepad
:1 Game A (gamepad)
:2 Game B (gamepad)
:3 Game C (gamepad)
:4 Game D (gamepad)
:A Game Internal A.
:B Game Internal B.
:\ Slide closed.
:/ Slide opened.
:X Jog Dial up.
:Y Jog Dial down.
:Z Jog Dial press.
Sunday, 20 January 2008
I'm back and I got a huge robot which i entered for the Winter Wonderland challenge in January.
This is the UAE. It weights about 8 pounds and is designed to go to the Arctic / North Pole with it's compass sensor. It includes all of my new sensors, motors, cables and NXT.
I started in December with the Dual Differential Drive then made the central pivot to tow the trailer. It wasn't until Christmas when I got my sensors when I dramatically improved it. I only got my IRLink in early January which is when I added the RCX.
It has to be my largest robot yet and with 3 programs was almost Mission Impossible!
I will post more soon. Keep checking here for updates.