Smuggler's Case for "Coaxium" Wink-Wink - My Saber Carry Case

I started this and another two builds over a year ago and had put it aside while I worked through other stuff. Now that I have a little more free time I got back to it. I used a spare DeWalt case I got with my Oscillating Tool, the other two cases are from Makita Drills. I’ll be documenting and sharing the process so far as well as images from along the way. Here’s the inspiration I am working from.

Enjoy!

1 Like

look forward to seeing what you create :+1:

Thanks. @NoSloppy helped get me started yesterday on how I can animate the pixels I am using. I need to move this into the “zone” the pixels display the bump/wipe down to center on pixels 10 and 11 outwards since how I’m dong this is “different”. Also the code won’t shut off because it’s incomplete. When I turn the board off the animation keeps playing.

@NoSloppy @Fett263 @profezzorn any help you can reply with in helping straighten out the shortened code so it’s just the bump center at pixels 5 and 6 and wipes up a full blade would be perfect.

https://fredrik.hubbe.net/lightsaber/style_editor.html?S=Layers< %20%20Red%2C %20%20TransitionLoopL<TrConcat<TrJoinR<TrWipe<100>%2CTrWipeIn<100>>%2CRotateColorsX<Variation%2CGreen>%2CTrJoinR<TrWipe<500>%2CTrWipeIn<500>>>>%2C %20%20TransitionLoopL<TrConcat<TrJoinR<TrWipe<800>%2CTrWipeIn<800>>%2CRotateColorsX<Variation%2CYellow>%2CTrJoinR<TrWipe<500>%2CTrWipeIn<500>>>>>&fbclid=IwAR2wQwXGlO5pTnpfJ2m7iqeq-_jFoidCLzuIU00FmkkRBXksM4CYoNYOXNI

The original setup I tried out, a 12v Acura floodlight board w LEDs.
Set it up to run off of a 9v battery but did not like how it got hot.
https://www.instagram.com/p/COHdEvus2EX

The initial testing for the electrics.

Short blade build.
https://www.instagram.com/p/COUNqacny0F

Splitting the blade into two separate strips for the display screen.
https://www.instagram.com/p/CMDuyKVgmbE

What is it you’re trying to accomplish? It’s easier to sort out how to do something if you explain what you need it to do versus what isn’t working in my experience.
To turn off just add an InOutTrL<> layer after it.

Replied. :slight_smile:

If you post the style in triple-backquote it will look nicer and get linked automatically:

StylePtr<Layers<
  Red,
  TransitionLoopL<TrConcat<TrJoinR<TrWipe<100>,TrWipeIn<100>>,RotateColorsX<Variation,Green>,TrJoinR<TrWipe<500>,TrWipeIn<500>>>>,
  TransitionLoopL<TrConcat<TrJoinR<TrWipe<800>,TrWipeIn<800>>,RotateColorsX<Variation,Yellow>,TrJoinR<TrWipe<500>,TrWipeIn<500>>>>>>()

Never used /// so does it go before, after, both sides of the link?

///code
code///
or ///code///

Not slash, backtick: `
Three backticks before the code.
Three backticks after the code.
If you don’t do it will ask if you want to fix it or post anyways.

1 Like

Here’s the photo album so far starting with the Makita case I made for someone then mine.

1 Like

A preview of why I need to do a specific meter blade style, this is nice, but not what I am aiming for. https://www.instagram.com/p/COUV7Lwn8ea/?utm_source=ig_web_copy_link

Got the case assembled and the LED strips setup better. Which display color style looks best?

Green Yellow Red. https://www.instagram.com/p/COZNCODnaf2/?igshid=tdoadwen4xzx

Red and Yellow. https://www.instagram.com/p/COZN1WinW_5/?igshid=m7w77t355rav

Red with white sparkle. https://www.instagram.com/p/COUVqZ6H-ol/?igshid=1i0n9i8zx6bhf

I’m having way too much fun with this idea. I went ahead and converted another Makita case. https://www.instagram.com/p/COeYMpGHtFq/?igshid=vfzi6a4bwzmq

I vote the green that turns red/yellow if you clash it, then settles back down .

1 Like

Me too, I’m still playing with how to place the wipe at the emitter, pixels 10 and 11 as the counterpoint. I need it to stay there. Same for the lockup bump, no movement. Just finished up the electrics on the bigger case, now onto the sound font pack.

https://www.instagram.com/p/COeYMpGHtFq/
Anyone got a good beep bloop beep flight deck computer room ambiance font to share?

2 Likes

I feel like that needs a pulsing whoosh sound for the engines.

Kyberphonic has a track called trainingroom_ambiance.wav as part of the ANH Flex soundfont. He just released an update to the package too.

I’ll have to check that out. Here’s the latest update. https://z-p42.www.instagram.com/p/COettECHDz8/?utm_source=ig_web_copy_link

@NoSloppy @profezzorn What are the MINIMUM fonts I need to run as active versus silent to prevent the LED’s from slowing down? I’ll try to get a video later but basically with just running a font that’s silent for almost everything and then the alarm for beginning lockup, lockup, with the blast as the end lockup I am seeing the yellow sparkles slow down or even stop frozen on the blade. I don’t see any issue in my code here Galactic Smuggler's Case Display Meters - Pastebin.com

A monophonic font would read less from the SD card than a polyphonic / smoothswing font.
However, a faster SD card might also help.
Since your config is small, you could try enabling optimization in arduino to make things run faster.

More ideas: Speeding things up · profezzorn/ProffieOS Wiki · GitHub

1 Like

I already am on Mass Storage, SDCARD (SPI), 80MHz. Thanks for the reminder because the overclocking and reformatting the SD may also help.

1 Like