Showing posts with label NXT. Show all posts
Showing posts with label NXT. Show all posts

Monday, June 21, 2010

Temporary disappearance and updates

Sorry I haven't posted in a while, I'm going to be moving, and my NXT robot is packed away all nice and safe, so sorry for not posting. Not many updates here except to wait until I move to continue my robot project, and the updates I am talking about is for youtube, It is possible that I may make gameplays of games, if you read my channel, of Portal. Here is a list of games I can make Gameplays of, just simply comment which ones you would like to see.

Half life 2
Half life 2: episode 1
Portal
Garrys Mod

and more coming soon, along with some possible robot movies :)

Wednesday, February 17, 2010

Updates

For updates, I have a few things to say. My sensor has arrived, so I'll be adding it to my EFORSB soon and take pictures, make a movie, and add it to the NXTLOG. Unfortunately, Im not able to upload my brutal sumo video, can someone please email me music that youtube would find acceptable.

email: nxtpuny@gmail.com or just go to the bottom of the blog to get my email.

Also, my family and I are going to move out of our Apartment and will move to a house, so if you see a different location of robot movies, you can probably guess. See you in the next post.

Wednesday, February 10, 2010

EFORSB v2 programming Sneak peak

You all noticed that I have RobotC now, and I actually have alot of programs for the EFORSB v2.

The First Entry is an if-then statement:

task main()
{
while(true)
{
motor(motorA) = 75;
motor(motorB) = 75;
motor(motorC) = 75;
{
if(SensorValue(S4) > 25)
{
motor(motorA) = 75;
motor(motorB) = 38;
motor(motorC) = 75;
}
else
{
motor(motorA) = 75;
motor(motorB) = 75;
motor(motorC) = 38;
}
wait1Msec(3000);
}
}
}

the second entry is a basic programming that is fairly simple "as well as my first" :

task main()
{
motor(motorA) = 75;
motor(motorB) = 75;
motor(motorC) = 75;

while(SensorValue(S4) > 25)
{
motor(motorA) = 75;
motor(motorB) = 38;
motor(motorC) = 75;
wait1Msec(3000);
}
motor(motorA) = -75;
motor(motorB) = -75;
motor(motorC) = -75;

while(SensorValue(S1) == 0);
{
motor(motorA) = 0;
motor(motorC) = 0;
motor(motorC) = 0;
}
}

Friday, November 27, 2009

Robot is HERE!


Sorry it took so long, but... school and the internet was distracting me :/. anyways, here it is, the sumobot, you will see more on my NXTLog next week. And yes I made a program file, with a little help with a certain part, you'll see how on the NXTLog. My next project might be a tank or a lawn mower, what I mean by lawn mower is a robotic lawn mower I want to make sometime in the future, im just starting on it. Until then, see ya

Monday, January 5, 2009

Youtube accounts!!!

I finally have youtube accounts, and the links are in the link box.

Friday, December 26, 2008

A new NXT brick

There is a lego NXT brick in the legoshop. But it is not just any MINDSTORMS brick, it is the BLACK addition, I am going to get one later in the year. Here is a link right to it
it.

http://shop.lego.com/ByTheme/Product.aspx?p=10287&cn=17&d=70

And right now it is in Backorder, but it will be available soon. near the end of Febuary. but be patient and here it is.