Skip to main content

Derrick's SketchBot information




Received some additional information from Derrick on the Sketching bot... (edited for length):

What I am attempting to do with this robot is to have it create dense pen drawings and use the light sensor to have the robot respond to the densities by choosing to switch to a different task in the program once the pen density reaches a desired point.

I had used previously to the NXT robot a RCX 2.0 kit to achieve a similar result with much success. When I designed the RCX I had used the ball point pen as the caster on the robot. The problem with this was that the pen always needed to be on the surface on the paper, so when the robot was doing an arbitrary task like backing up from the edge of the paper it was always marking.

I am using NXT as an opportunity to utilize the third motor as a means to pick up and put down the pen. This means that when the robot is executing an arbitrary task (i.e. moving back
to the center of the paper) it will not be marking on the page.

I have the light sensor on the front of the NXT to detect the black tape that I have
put around the edge of the paper so the NXT knows when it has gotten to the edge of the paper. The pen is secured to the extra motor in the center of the robot.

So far the most successful program I have created has 2 independent tasks running. The main task is the process of the robot drawing. What I have started to do to keep things from
getting to repetitive is by setting up a switch block in the task that has a couple of different "sketching" programs and the robot has a random block choosing between the two programs. The other program is waiting for the trigger of the black tape so the robot can back up
and turn around.

One of the initial problems I had was how to tell the NXT to pick up the pen when it found the black line, but not to pick it up if the pen already happened to be up. I ended up setting up a
logic variable for this. So when the NXT found the black tape at the edge of the paper it would check to see if the pen was already up or not. If it was then it would just back up and turn around. If it wasn't then it would pick up the pen before executing the back up and turn around command.

I am struggling with some of the quirks in the NXT-G programming like how to tell the NXT to immediately stop the present program when it finds the black line.

The drawings I have achieved so far with the RCX and the NXT project have obviously very non-representation and fairly geometric, but that is what I have really been going for.
Being an artist who primarily works with drawing media I find it to be a significant challenge to take the pen out of my hand and to make my interaction with the art making primarily about designing and programming the robot. I hope to eventually get program to a complexity where the NXT will have to make a lot of it's own decisions (albeit a bit randomly) on how it
will uniquely approach each drawing, but that is still a ways off!

Popular posts from this blog

ROBOTMAK3RS Review: LEGO River Steamboat

I thought the LEGO River Steamboat would be an interesting set for a ROBOTMAK3R review for a few reasons. First, the LEGO designer of the model is Marina Stampoli, a long-time collaborator of the late ROBOTMAK3R Vassilis Chryssanthakopoulo s. From earlier collaborations with Vassilis, I  knew Marina was incredibly talented, with an eye for aesthetics and functionality. Her background in architecture is particularly useful for her relatively new position at LEGO. Her other sets include the Magic of Disney (21352), Message Board (41839), and Red London Telephone Box (21347). Second, watching Marina's reveal video  and reading her designer interview made this set even more tempting to build. The gearing mechanisms running through the model gave way to many opportunities for automation using LEGO robotics elements. Since ROBOTMAK3RS is all about adding interactivity and automation to LEGO brick, I thought it would be fun to see where and how LEGO robotics could be added to this s...

Celebrating 25 Years of MINDSTORMS

In celebration of the 25th Anniversary of MINDSTORMS, we take a trip through history. Please also visit ROBOTMAK3RS Community every week as we highlight different projects all through 2023 in celebration of the anniversary. Some of the early history is based on the content shared by  Coder Shah  in our  MINDSTORMS EV3 Community Group . Some of the text and links may have been edited from his original posts for consistency and clarity.  1984 - Kjeld Kirk Kristiansen watched a TV program called "Talking Turtle," where MIT professor Seymour Papert demonstrated how children could control robot "turtles" using LOGO, a programming language he developed. 1988 - The collaboration between MIT and LEGO resulted in LEGO TC Logo in 1988, which allowed students to control LEGO models using computer commands. The video shows Papert demonstrating TC Logo. 1990 - LEGO TC Logo was hampered since the robots you built had to be tethered to a personal computer. LEGO and MIT...

Ghostbusters R.T.V Remix

Nino Guba is from Torrance, California, USA. He played with LEGO as a kid, but growing up in the Philippines, it wasn’t something he had easy access to. He only got reintroduced to LEGO when he moved to the US and had kids of his own. When his sons were younger, they received LEGO sets as gifts, but as they grew older, the sets got put into storage as their interest faded. Fast forward a few years, he started coming up with his own product ideas and thought about how he could quickly prototype them. That’s when he discovered LEGO MINDSTORMS—and was hooked! He raided his kids’ old collection, got everything organized, and now he's designing and building his own creations, blending his coding skills with LEGO robotics to bring ideas to life. Tell us about your Ghostbusters Remote Trap Vehicle (R.T.V) project. This project is a LEGO Technic adaptation of the Ghostbusters R.T.V.—a ghost trap converted into a remote-controlled vehicle. Its companion build is a prop replica of the Futaba...