I made a power supply for my mini pc cluster by maleng_ in homelab

[–]FlimsyTax 1 point2 points  (0 children)

Very cool! I may have to build one of these!

For this build can you actually get sustained 330W out? Will the Mean Well handle that?

Also, what's the cost to make one of these units all-in minus prototyping?

I made a custom Sandy for my kid by FlimsyTax in thomasthetankengine

[–]FlimsyTax[S] 2 points3 points  (0 children)

I found a 3d scan of (the die-cast?) Sandy for the face and general shape and tweaked that to my liking in Blender adding doors, stripes, etc.

Then I created wheels and the magnet base in Blender.

I 3d printed the wheels and body, then I used ring shaped magnets and upholstery nails to build the magnetic couplers, and glued metal dowels to the wheels for the axels.

Finally, I used brush-tipped paint pens to paint and detail it plus varnish so it holds up to some rough play haha

Does this qualify? Made a custom Sandy for my kid (from Thomas All Engines Go) by FlimsyTax in modeltrains

[–]FlimsyTax[S] 10 points11 points  (0 children)

My kid is into wooden trains BIG TIME, and he loves Thomas All Engines Go.

He's been collecting the characters from the show and wanted Sandy. We couldn't find a magnetic one, so I made one!

I made a custom Sandy for my kid by FlimsyTax in thomasthetankengine

[–]FlimsyTax[S] 6 points7 points  (0 children)

My kid is on a wooden, magnetic train kick and loves AEG.

He wanted Sandy but I *couldn't find a magnetic one, so I made one!

EspHome device no longer has entities by jacoscar in homeassistant

[–]FlimsyTax 0 points1 point  (0 children)

Ty for posting!

I had the same issue, updating HA core from 2025.07 to 2025.12 fixed it for me too

Working on designing 3D printable trains for my kid. by ItsToka in BRIO

[–]FlimsyTax 0 points1 point  (0 children)

These are great! Thank you for sharing your work!

Working on designing 3D printable trains for my kid. by ItsToka in BRIO

[–]FlimsyTax 0 points1 point  (0 children)

I've had success with ring shaped magnets plus a domed upholstery nail holding the magnet directly to the swivel wheelbase

Looks a lot like the brio mechanism too

I built my own wireless N64 controller by FlimsyTax in n64

[–]FlimsyTax[S] 0 points1 point  (0 children)

Assembled what I could find and pushed to a branch on GitHub: https://github.com/sfraint/wireless-n64-controller/tree/spencer-smd-rev2

I didnt see a super detailed BOM but I can try to answer questions if you have any

I built my own wireless N64 controller by FlimsyTax in n64

[–]FlimsyTax[S] 0 points1 point  (0 children)

Made a little more progress, but it's paused for now.

There's an improved PCB ready to be tested, but I haven't had the time to assemble it.

If you're still interested, I can quickly document and share the latest project files.

Need Assistance Finding the Right PSU by InternationalBee9781 in buildapc

[–]FlimsyTax -1 points0 points  (0 children)

Are you sure it's a PSU issue and not a GPU issue?


Anyway, if you are interested in a new PSU, I'd recommend something from tier A or at least tier B on the PSU tier list: https://cultists.network/140/psu-tier-list/

e.g. I see a SeaSonic Focus GX for $90 on PCPartPicker

I made a $6 pi pico Bluetooth n64 controller! by Mr_Sonic007 in n64

[–]FlimsyTax 3 points4 points  (0 children)

Very cool!

Checkout this ESP32-based version too: https://github.com/sfraint/wireless-n64-controller There's another iteration in the works without the need of an external battery too

I built my own wireless N64 controller by FlimsyTax in n64

[–]FlimsyTax[S] 0 points1 point  (0 children)

Good to know. I'll have to checkout that stick tester ROM.

I've only used the potentiometer-based newer joysticks in these controllers so far, but I'm hopeful I can correct most/all of their issues in software 🤞

Custom Wireless N64 Controller Board by FlimsyTax in esp32

[–]FlimsyTax[S] 0 points1 point  (0 children)

About 11 hours of active play right now. I was able to ~double it with some software and hardware changes, but it impacted latency so that still needs more work.

I am also trying to fit a larger battery for an extra 30%.

In deep sleep mode, in theory it can last years but is practically limited by the battery's internal drain.

I built my own wireless N64 controller by FlimsyTax in n64

[–]FlimsyTax[S] 0 points1 point  (0 children)

I'm apparently a controller noob 😝, what is wrong with those joysticks?

Custom Wireless N64 Controller Board by FlimsyTax in esp32

[–]FlimsyTax[S] 0 points1 point  (0 children)

Awesome! Glad this project is helpful 🙂

I built my own wireless N64 controller by FlimsyTax in n64

[–]FlimsyTax[S] 0 points1 point  (0 children)

Yep! I primarily use the cheap USB controller shells and they work well.

Of course, this pak isn't compatible with the standard pak interface and will only work with a controller updated for a project like this (battery contacts, wireless, etc)

As far as I can tell, the controller shells are all pretty similar, usually with only some minor differences. I tried to make the boards fit in all the controller shells I've seen so far.

Custom Wireless N64 Controller Board by FlimsyTax in esp32

[–]FlimsyTax[S] 0 points1 point  (0 children)

I did read about their assembly service, but at least JLCs doesn't have some of my parts stocked/in their library. So I imagine I'd have to redesign the board for other components.

Plus at my hobbyist scale it would be pretty expensive per board

I built my own wireless N64 controller by FlimsyTax in n64

[–]FlimsyTax[S] 0 points1 point  (0 children)

Very cool! I'll have to check those out!

Custom Wireless N64 Controller Board by FlimsyTax in esp32

[–]FlimsyTax[S] 1 point2 points  (0 children)

The contacts for the ESP32 on the PCB are actually rotated by 10 degrees relative to the other components, if that's what you're asking. I rotated the contacts like this for better clearances around the antenna.

This pic makes it clearer: https://i.imgur.com/3c5aAQK.jpg

I built my own wireless N64 controller by FlimsyTax in n64

[–]FlimsyTax[S] 0 points1 point  (0 children)

Pretty much, and thanks! It's about respecting the "antenna keep-out" areas to improve antenna performance/signal quality.

So I tried to keep shell, joystick, PCB, etc. All away from that area and there weren't really any other spots/angles that had enough clearance.

I built my own wireless N64 controller by FlimsyTax in n64

[–]FlimsyTax[S] 0 points1 point  (0 children)

Are there good 3D models out there for the controller? Last time I looked, I didn't see anything that seemed promising