Showing posts with label Lego. Show all posts
Showing posts with label Lego. Show all posts

Wednesday, August 24, 2022

My Lego/Technic Saab 900 and Popup Camper

My mid-80s (flatnose) 1:12 scale Saab 900 Turbo.  I 3D printed my own set of 24-spoke "manhole cover" wheel covers for it.  I have a design for the "Inca" wheels too, but I can't get them to print right.

Rear shot showing the back lights and trailer hitch.

The trunk hatch opens!

And the hood slides open just like the real one. Also you can see the 3D printed steering wheel.

Trailer hitch? Let's hook up a trailer!

This is a 1:12 scale reproduction of our Forest River 2318G pop up camper... 

Let's look at that and all of its features in more detail now!




First, let's detach it from the car.

Lower the small support wheel first of course!

Lower the four stabilizers in each of the four corners.

Next, let's turn the crank to raise the top!

The lifting mechanism is based on the real one.  One string from the crank pulls a liftarm that slides, which pulls the four additional strings that go to each corner's telescoping lifter.  I used some "rigid" tubes to help guide the strings better.

The only issue is that by the time the force of the string pulling gets to the end bits of the liftarm, there's not a lot of power left... so it can lift the arms just fine, but not when the roof is in place.  So we need to remove the roof first...



Turn the crank and it lifts the four corners!

And now we can put the roof back in place.


Slide out the front bed...

and lower its support stabilizers

Next we fold up the end fabric support frame

and hook in the roof support bar

and then we repeat this for the rear bed.

Looking good!  Next we need to slide out the dinette.  

Look, i know it's ridiculous to have a slide-out on a popup camper, but this is based on my real camper that does this.  And it is ridiculous. :D

It just slides right out, no supports underneath needed.

Fold out the side frame and insert the roof support

The only remaining thing to do is to pull out the step that helps you get in easier!

There we go!  On the real camper, the entrance door is right there in front of the wheel.


And that's it! The camper is all set up now!
Here are some more pics of the completely setup camper, as well as the real one that it's based on...
which it's been sitting on this whole time! HA!









Yay!




Friday, November 19, 2021

Rochester Maker Faire 2021 - Exhibit info!

Welcome! If you're here you either from using the QR code I had at Maker Faire, follow me as @yorgle on twitter, or perhaps from my YouTube channel ... regardless... welcome!  This is my project blog thing and I post info about all of the esoteric and weird things I work on here.

This post is meant to provide more information to you about all of the projects involved.  Follow this blog for more updates about these projects; links to videos, source code, etc.


Projection Mapping

For this, I got inspiration from this video on YouTube where they played this video of the Happily Ever After fireworks show at Walt Disney World onto a Lego model of "The Disney Castle".  It came out awesome, and I wanted to do something similar.

While I'd love to have that Lego set, I don't have any place to put it, and on top of that, I don't have $350 to spend on it... however, Lego released the much more budget-friendly Mini Disney Castle which sells for $35 and still has some excellent details and even comes with a Mickey minifig!  I used this as my starting point.

I dug out my Dell short-throw 1080p DLP projector, and projected it onto the castle.  It didn't match up perfectly, which I had expected.  I bought a second Lego Mini Disney Castle for parts, and made a bunch of modifications to the model to add a few small spires, adjust heights and proportions.

Then I built a base using some gray rocks made out of Lego, to line it up perfectly with the projector.

For MakerFaire, I also made a projection screen to set up behind it.  For this I used some 1/2" PVC pipe and fittings, and made space for a roughly 2x3 foot screen.  For the screen itself, I used about a yard light-blocking fabric from Joann Fabrics for about $8.  The fabric I picked out was tan, with a white backing. I'm using the white backing side for the screen.  The main criteria I was looking for in a fabric was something with as little surface texture and depth as possible. I think this material choice was a great find!


Lighting Effects for Lego Models

I've loved the idea of using small vignettes to display my favorite minifigs, and I was super happy to find instructions from @benbuildslego to build a super tiny Cinderella Castle, long before the "Mini Disney Castle" was released. I highly recommend his instructions.  And I have no plans to make a tiny projection mapped version onto this model. Lol.  Anyway, one of the other instructions of his that I ordered included my favorite geodesic sphere in the world... Spaceship Earth from EPCOT.  (aka "that big golf ball thing").

I thought it would be great to light it up just like the real thing, so that's what I did.

I built up his design, but I added some supports around the edge for some Technic pieces to support some lights.  I also 3D printed some Technic-compatible holders that I used to mount some of these tiny NeoPixels into.  I designed the element so that the lights can be adjusted and pointed exactly where I wanted them to go.

The NeoPixels are wired together using some kynar/wire wrap wire so that I could be sure it could be routed well, and not be too obvious.  All of this is wired back to an Arduino to control it all.  Any model of Arduino (Uno, Leonardo,  Mega, etc) would work, but I used a "SS Micro" as I had an extra one and I love the formfactor of it.

The code, soon to be available in Github, consists of a set series of "scenes", which the 10 Neo Pixels can display.  The scenes can be faded between, randomized in intensity so that they've got some life to them, and randomized in duration and sequence.  The code demonstrated just cycles through the four animated scenes forever.

The scenes are: 
  • "Night" - dark blue, as though it's just night time by itself
  • "Glow 1" - the wonderful color mix of orange, reds, gold and lavender
  • "Glow 2" - same as Glow 1, but roughly mirrored left-to-right for some variation
  • "Twinkle" - just like "night" but with a twinkle of cyan on the lights occasoinally
There's also two special lights; one for the obelisk/fountain in front of the sphere, and one for a spotlight on the Mickey minifig atop the sphere. These operate externally to the animation sequences described above.








Tuesday, October 5, 2021

Lego Lighting braindump (for Rochester Maker Faire 2021)

For this year's Rochester Maker Faire, I'm going to be showing off a couple things related to lighting up Lego stuff.  This post is just meant to show where I am with the two things (for now) that I'll be showing off and what's left to do.  This year, I will be showing off stuff in the "dark room". I've wanted to do something back there for a while, and without Interlock or RLUG exhibiting this year, and at Dan's suggestion, it seemed like a perfect time to do it!

Spaceship Earth lit with LEDs

This one is setting up an "SS Micro" Arduino (my favorite 'ardy form factor) to drive a handful of tiny neopixels to simulate the nighttime illumination of Spaceship Earth in EPCOT.  This is based on @BenBuildsLego's EPCOT design.  Buy his instructions, they're great!

Currently, I have everything as seen above.  The model is essentially complete, and the arduino code is written with a LED strand "scene" concept.  I've started to add a few transitions to go between scenes, randomize them, etc.  Here's the current TODO list for it:

  • Add illumination for Mickey
  • Add illumination (and update the baseplates) for the fountain to be lit up
  • More decoration around SSE
  • Redo the wiring to be less conspicuous - replace the servo wiring with kynar/wire wrap wire
  • New version of the light mounts?
Now, that all said, everything as it is now is sufficient to be exhibited, the above are all icing. :D

Projection Mapping on the Mini Disney Castle

After seeing this done with the fullsized castle, I had to do it for myself on my "Mini Disney Castle", set #40478.  I tried it with the same source video, and it has promising results. There are a few issues with it that I can fix by Maker Faire.
  • The proportions differ a little from the real Cinderella castle slightly, and do not include the side walls.  
    • I need to buy a second MDC and use it for parts to adjust the model to fit the one in the video properly.
    • Until they're back in stock, I can mock up the additions using Lego elements I already have.
  • Video needs to be edited
    • about 70% through, there's a slight jostling where everything shifts by a few pixels
    • There is no fadeout at the end, so that needs to be done
    • or remove the fadein from the beginning so it just runs forever.
  • Playback device needs to be figured out. 
    • Perhaps a Pi connected directly to the DLP, that launches OMXPlayer or VLC on boot, with looping?
  • Need to figure out a good tabletop + back screen system that's easily reproducable rather than the quick test seen in the photo above.  
    • I need to be able to just plop everything down at MakerFaire without needing to spend lots of time to tweak things endlessly.
    • The geometries need to be 100% figured out and perfected before then.
  • Try my other DLPs for best fit
    • The above is with my Dell Short-Throw projector, which means it can be closer, and the background will be larger, which is really nice
    • The BenQ projectors might have better results though and need to be tested.
    • Perhaps figure out all of the geometries for both projectors and bring one as a backup, since they're all self-refurbed anyway.  (leave the backup(s) in the car)

Monday, June 16, 2014

Lego Series 1: Benny's Spaceship

This is the first post of a new series of Lego-related posts.  I have a few things I've been designing that I think are neat, or in this case, are fixes for existing sets.

The Lego Movie came out last year, and it was AWESOME.  I bought 70816 "Benny's Spaceship, Spaceship, SPACESHIP", and had a great time building it.

After re-watching the film, I noticed a couple of differences between the model in the movie and the real-life one.  Let's start off this series by showing two of these differences in Benny's spaceship, as well as a very simple modification to fix one if them.

Behold, the completed spaceship, and it is awesome:


First, I'll point out something that cannot be fixed.  Here's a shot of the ship from the movie:


1.  The side intake

 

Right in the center of the above images, you can see a 61409 1x2 slope with 4 slots. I should note here that there are a few different versions/names of grays, including light blue-gray, dark gray etc, but for the sake of simplicity, I'll just use "light gray" and "dark gray" in this series.  The model in the movie (first image) shows this part in light gray, while the constructed model is dark gray.  This part is not available, nor has it ever been, in light gray.  So, sadly, we can't fix this one.

2.  Astro Kitty's bracket





If you look carefully in the above image of Benny's ship, you will notice that the area that holds Astro Kitty in place is different than the model.  I have fixed this and you can see the results in the above images.  The first one shows the version from the model, whereas the second one is film-accurate.

The parts for the storebought model: (left to right)
- 30375 dark gray robot torso
- 11476 light gray 1.2 with clip on horizontal side
- 11477 dark gray 2x1 curved slope (x2)

The parts for the film-accurate model: (left to right)
- 2555 light gray 1x1 with clip
- 30375 dark gray robot torso
- 30377 light gray robot arm (x2)
- 2540 dark gray 1x2 with handle on side
- 11477 blue 2x1 curved slope (x2)