This project brilliantly sidesteps the uncanny valley by using abstract, pet-like forms to foster genuine emotional comfort. It proves that social robotics is more effective when it embraces whimsical companionship over literal human mimicry.
深掘り
前提条件
- データがありません。
次のステップ
- データがありません。
深掘り
Troll Roll [Maker Update] | Maker.ioインデックス作成:
This week on Maker Update: rollin’ with Labubu, new contests on Instructables, Raspberry Pi around the collar, and a recipe for round pixels. +Show Notes [Maker Update Ep.484]+ =Project of the Week= Labububot by Miranda Li, Jake Read, and Dimitar Dimitrov 0:28 https://github.com/mirandali707/labububot Find the SparkFun 6DoF IMU Breakout - LSM6DSV16X on DigiKey https://www.digikey.com/short/vnvjcw82 =News= Instructables Battery-Powered Contest 2:31 https://www.instructables.com/contest/battery26/ Instructables Metal Contest https://www.instructables.com/contest/metal26/ =More Projects= I Built a Flexible OLED Jacket (Cyberpunk 2077) by Zibartas 3:29 https://www.youtube.com/watch?v=5UXCVEk83kE Making a 3D Printed LED Matrix with Round Pixels by yotudero 4:41 https://www.youtube.com/watch?v=tsbiFImTd5w =Tips & Tools= PlatformIO Tutorial by CMozMaker 5:37 https://www.youtube.com/watch?v=TEdiPCD8Vlw Clever Sanding Tricks (that you never tried before) by Stumpy Nubs (James Hamilton) 6:18 https://www.youtube.com/watch?v=GlNZ6MBny6w =DigiKey Spotlight= LP1 Series LED Light Pipes from Essentra Components PIO 6:55 https://www.youtube.com/watch?v=l6sqGOKgWRI Shop on DigiKey: https://www.digikey.com/en/product-highlight/e/essentra-components/lp1-series-led-light-pipes -------- #makerupdate Maker Update is a weekly video series covering news, projects, tips, and events that interest the maker and DIY community. Find more online: Blog: http://makerprojectlab.com Instagram: https://www.instagram.com/makerprojectlab/
This week on Maker Update: rollin’ with Labubu, new contests on Instructables, Raspberry Pi around the collar, and a recipe for round pixels.
Hey, I’m Donald Bell, and this is Maker Update, our weekly roundup of new and notable DIY projects and tips from across the internet.
I hope you’re doing well.
We’ve got a great show for you.
So let’s get started with the project of the week.
From the MIT Media Lab, check out Labububot by Miranda Li, Jake Read, and Dimitar Dimitrov.
This is a robot that rolls around using an arrangement of 12 Labubu doll heads attached to servos.
Each doll head faces out on one side of this fur covered, 3D-printed dodecahedron.
The electronics live at the core of the structure and include an ESP32 board connected to a Sparkfun 6DoF IMU board that tracks the Labububot’s position and rotation.
With this information, the robot is always aware of which of the heads is facing downward and can be pushed out to get it rolling.
But on the flipside, literally, the robot is aware of which heads are facing up and free to move and be playful.
And really it seems like the main point of building this from an academic perspective is to explore the line between cute and creepy when it comes to social robotics: the robots we’re building to interact with us on a daily basis.
If these things are all a kind of Frankenstein of motors, AI, non-threatening human features, and non-verbal expressions, then let’s not just rush for the most acceptable form.
That’s a little boring.
Let’s play around, because it seems to me that the best type of companion robot or social robot might be something closer to a pet than a human.
I don’t think this is the winning combo, or is even meant to be, but I think it reveals something when a 12-headed Labubu ball ball actually comes across as less threatening than something that looks human.
You can find a link in the description to the Github repo which has nearly everything you’d need to recreate this.
The 3D design files for the dodecahedron frame are tragically missing, but there’s enough closeup shots here that it seems reasonable you could recreate the design.
With any luck they’ll update the repo so we can get some more Labububots out there.
Now for some news.
There are two new contests up on Instructables that could be a great match for you.
The first is a contest for Battery-Powered projects.
There are 23 prizes being awarded here, from $50 up to $500.
Submissions are due by July 6.
The second contest is for projects that use metal; any kind of metal.
It doesn’t have to be a welding project.
It could be a brass circuit sculpture.
It just has to use metal.
That one wraps up on June 22nd, and also has 23 prizes to give away.
And I mention this not to brag but to encourage you.
My animatronic robot project from a few months back got a second place prize in a contest that just wrapped up.
Real people win these contests and the projects don’t have to be amazing.
So why not give it a try?
I mean, battery powered – how perfect is that?
More projects!
Here’s one that has both battery power and Raspberry Pi’s: Its this incredible bomber jacket from Zibartas with flexible OLED screens in the collar.
The jacket design was inspired by the videogame Cyberpunk 2077.
And because he’d already built an LED version of this jacket before, this video really deals mostly with the challenge of working with flexible OLED screens, which for me is the aspect I want to understand the most.
As always, the full video is worth every minute of your time, especially if you’re a cosplayer.
But here are two takeaways on the Pi and flexible OLED combo that I’ll share real quick.
One surprise is that these flexible screens are often designed to bend but not to twist.
Zibartas wound up damaging a screen in an initial design.
The solution was to actually contain the screen in a curved, semi-rigid frame to prevent from twisting.
The second surprise was that it was easier to get an older Pi 4 board to drive two screens than using a Pi 5.
Four screens and two Pi 4s were the right recipe here, and it’s something you want to get right the first time before you overspend.
For a different kind of display project, check out this 3D printed LED matrix design by Yotudero.
Aside from the LED strip, the electronics here are just a Wemos D1 Mini Pro with a SD card shield to store the animations, a logic level shifter, and a voltage regulator.
What’s incredible about this project is how well thought out, scalable, and modular the design is.
It’s an all 3D-printed system, where each piece can fit on an average-size print bed.
There’s a sandwich of different elements, from the back plate, to the light channels, the diffuser and the front cover.
And each module fits into each other so that you can scale this whole thing to be as big or as small as you need.
It’s a ton of work printing and glueing, and wiring it all up, but the payoff looks amazing.
You can find the full instructional video down in the description.
Now for some tips and tools.
From CMozMaker, a great short introduction to the PlatformIO code development tool.
This is an alternative to using the Arduino IDE for creating, troubleshooting, and uploading code to your projects.
It’s a more advanced tool, especially if you’re using it as a plug-in for Visual Studio Code, which is how I use it personally.
I think it’s also fair to say that it’s a more flexible system for coding ESP32 boards.
So if you already feel like maybe you’re in a place where you’ve moved from Arduino hardware to ESP32, check out the video and see if moving from the Arduino IDE to something like this might also make sense.
And from James Hamilton on the Stumpy Nubs channel, a look at the many advantages of adhesive backed sandpaper.
This stuff kinda fell out of fashion when hook and loop sanding discs found their way everywhere.
But, there’s a new type of this stuff available that seems worth checking out.
The whole video, linked down in the description, demonstrates dozens of novel ways that adhesive-backed sandpaper can be uniquely useful.
Most of it boils down to making custom sanding tools for the kind of work you find yourself doing.
For this week’s DigiKey spotlight, from their Product Discovery channel a kind of product I didn’t know existed.
These are LED light pipes.
The idea is that you’ve got a project with surface mount indicator LEDs on your board and you want to transmit that light to the exterior of your enclosure.
With one of these inexpensive light pipes you can just passively direct light you want it to go.
With so many project boards now having a color-changing indicator light built-in, this could be a simple way to bring that light out where you can see it.
Alright and that does it for this week’s show.
Be sure to subscribe, leave a thumbs up or leave a comment if you can.
A big thanks to DigiKey for making this show possible.
And thank you for watching, I’ll see you soon.
関連おすすめ
Autonomous Driving Data
LifewoodDataTechnology
138 views•2026-05-16
This is an AI Robot Pool Cleaner ! The Aiper Scuba V3 Robot Pool Cleaner
EpicReviewHub
3K views•2026-05-19
Did EGO get it WRONG with this Lawn Mower? NEW Aura R2 Robot Mower
MachineryNation
265 views•2026-05-19
Researchers Built a Drone That Walks and Flies Like a Bird!!
ScienceDailyPulse
18K views•2026-05-16
The Future of Gemini inside Your Car (Deep Dive!)
android
175 views•2026-05-19
Best Cordless Robot Pool Cleaner? iGarden M1 Honest Review
LittleFitDevil
6K views•2026-05-20
Huge Russian Convoy Hit by Ukrainian FPV Drones - The Forest Road Became a Death Trap
FaultlineBrief
2K views•2026-05-21
Meet Marigold
KevInclusion
126 views•2026-05-17











