I decided to finally make a blog and a special surprise!

News, rumors, and other broad discussion topics.
milluzaj
Posts: 31
Joined: 28 Sep 2010, 22:15

I decided to finally make a blog and a special surprise!

Post by milluzaj »

Last week I decided to make a blog. It is mostly LEGO MINDSTORMS stuff but a few other related posts will likely pop in. The blog is at http://08milluz.wordpress.com

I will be hosting all my public files from this site.

Now for the surprise. If you wonder over to the blog and look at the files section, you might notice some new VIs, and NXT-G blocks. Not saying anything specific, but there might be a few things of interest. I will be adding even more "surprise blocks" over the next week so check back often!

Have fun!!
Blog: 08milluz.wordpress.com
LMS Shuttle: facebook.com/lmsshuttle
bungeshea
Posts: 207
Joined: 14 Aug 2011, 08:45
Location: Australia
Contact:

Re: I decided to finally make a blog and a special surprise!

Post by bungeshea »

AWSOME! :D :D :D
milluzaj
Posts: 31
Joined: 28 Sep 2010, 22:15

Re: I decided to finally make a blog and a special surprise!

Post by milluzaj »

I have also posted some sample NXT-G code up there to go with the surprise blocks. I have some more blocks to post tonight. It is going to be a very active week on that blog!
Blog: 08milluz.wordpress.com
LMS Shuttle: facebook.com/lmsshuttle
dimasterooo
Posts: 135
Joined: 29 Apr 2011, 21:53
Contact:

Re: I decided to finally make a blog and a special surprise!

Post by dimasterooo »

:) great! So you made the space shuttle? Luv thst thing! well.. I subscribed and you're on my blogrol :)
- Leon Overweel (aka. dimastero/ dimasterooo)

My blog: http://www.leonoverweel.com
Twitter: http://twitter.com/LayOn_OverWhale
milluzaj
Posts: 31
Joined: 28 Sep 2010, 22:15

Re: I decided to finally make a blog and a special surprise!

Post by milluzaj »

I just uploaded a new RS485 block with the new 2.0 VIs. Adding numeric support and boolean support tomorrow.

Also note, in testing these VIs, I learned the screen has a refresh rate of about 50 ms. You might need a wait to display some of the stuff at higher speeds. :P
Blog: 08milluz.wordpress.com
LMS Shuttle: facebook.com/lmsshuttle
haydenstudios
Posts: 252
Joined: 22 Oct 2010, 20:05
Location: The United States of America
Contact:

Re: I decided to finally make a blog and a special surprise!

Post by haydenstudios »

Hey! great to see you active here again! It seems that Xander was wrong. :) I guess that your recent activity here has some connection with that file you placed in the drop box the other day? I guess that we kinda got out of touch at one point after you had collected all the feedback you needed from the RS485 NXT-G block.
-Hayden
timpattinson
Posts: 224
Joined: 30 Oct 2010, 04:10
Location: 127.0.0.1
Contact:

Re: I decided to finally make a blog and a special surprise!

Post by timpattinson »

milluzaj wrote: I learned the screen has a refresh rate of about 50 ms. You might need a wait to display some of the stuff at higher speeds. :P
10 FPS, hardware limitation.
Commit to Lego Mindstorms StackExchange Q&A http://area51.stackexchange.com/proposals/4105
Minboards IRC Channel #mindboards on Freenode
My blog: http://timpattinson.wordpress.com/
muntoo
Posts: 834
Joined: 01 Oct 2010, 02:54
Location: Your Worst Nightmare
Contact:

Re: I decided to finally make a blog and a special surprise!

Post by muntoo »

timpattinson wrote:10 FPS, hardware limitation.
Has anyone actually tested that? You could try using NeXTScreen at 50ms poll rate with AVI capture, and see how many frames you can see of the line growing:

Code: Select all

//#define POINT

task main()
{
    for(int x = 0; x < 100; x += 5)
    {
#ifdef POINT
        PointOut(x, 32, 1);
#else
        LineOut(0, 32, x, 32, 1);
#endif
        Wait(50);
    }
}
Image

Commit to LEGO Mindstorms Robotics Stack Exchange:
bit.ly/MindstormsSE


Commit to LEGO Stack Exchange: bit.ly/Area51LEGOcommit
timpattinson
Posts: 224
Joined: 30 Oct 2010, 04:10
Location: 127.0.0.1
Contact:

Re: I decided to finally make a blog and a special surprise!

Post by timpattinson »

Commit to Lego Mindstorms StackExchange Q&A http://area51.stackexchange.com/proposals/4105
Minboards IRC Channel #mindboards on Freenode
My blog: http://timpattinson.wordpress.com/
milluzaj
Posts: 31
Joined: 28 Sep 2010, 22:15

Re: I decided to finally make a blog and a special surprise!

Post by milluzaj »

So I shouldnt say that most of my top secret stuff is done (there is a rather cool one in the works now), but the shuttle was a huge time sink. So I do have some more free time now.

I started the blog to give people a look into what I do (both at work and for fun). The really nice thing is that I can blog from my cell phone. In case you havent noticed, there have been some "quiet" updates and new blocks/files. I am in the process of pumping out another 2 blocks (hopefully tonight) and another in the next few weeks. I will post when I hit a "milestone" but you should check back (at least once a day) as some of the updates/blocks post to little to no pomp and circumstance.

To that end, there is a new rev B RS485 block and the NXTBee block also changed slightly from the original one posted. (Removed some of the debugging stuff and the annoying beep when it had to try to resend.)

The blocks coming over the next few days will be a RS485 2.0 block (actual version number will be likely 2.1) that has support for booleans and numeric in put. The same goes with the NXTBee (again, probably a version bump there). They may be up in a few hours, maybe this weekend. I will post when they are ready.

Also, if you want a brief hint at what is coming down the line, check the projects page. If there is interest I might keep that page updated as projects progress.

Andy "loves his job" Milluzzi
Blog: 08milluz.wordpress.com
LMS Shuttle: facebook.com/lmsshuttle
Post Reply

Who is online

Users browsing this forum: No registered users and 8 guests