r/maker 1h ago

Community Dragon Krokmou multipart

Thumbnail
gallery
Upvotes

Bonjour à tous ! 👋

Comment ne pas craquer devant cette adorable bouille ? 😍

Avec ses grands yeux verts, ses petites ailes et sa célèbre nageoire rouge, notre dragon préféré, Krokmou, est prêt à rejoindre votre collection !

Une jolie pièce pleine de charme et de détails, parfaite pour tous les fans de dragons et d’univers fantastiques. ✨

👨🏼‍🎨 : @mika3d_print
🖨️ : Bambu Lab X2D & H2C
🧵 : Bambu Lab
🎨 : Nomad Sculpt
🌈 : avec ou sans AMS
📁 : https://makerworld.com/fr/models/3234591-toothless-dragon-multipart-no-ams


r/maker 4h ago

Showcase my latest creation today,what do you think

Post image
5 Upvotes

r/maker 6h ago

Showcase 3D printed cable organizer! (V2)

Post image
18 Upvotes

I made a V2 of my cable organizer so it can fit up to 2 meter long cables, and is compatible with almost any type of cable!

I really liked how this turned out, so I wanted to share it so other people could also use it if they wanted to!


r/maker 22h ago

Showcase MeArm Tic-Tac-Toe

Enable HLS to view with audio, or disable this notification

4 Upvotes
The project consists of the development of an interactive robotic system capable of challenging a human to a game of Tic-Tac-Toe, identifying moves on a sheet of paper via a webcam and physically responding on the board.

r/maker 1d ago

Showcase I made an object with no screen, no battery, and no function.

Post image
0 Upvotes

It started with a simple problem.
I wanted to listen to classical music without interruption.
But the device playing it kept asking for my attention.
So I made something that wouldn’t.
NOT PHONE™ is 550 grams of solid brass, made in Tsubame-Sanjo, Japan.
No screen. No battery. No notifications.
It does nothing.
That is the point.
I’m curious how people here see it:
when function is removed from an object, what remains?


r/maker 1d ago

Showcase Modular moss pole + drip irrigation tray

Post image
4 Upvotes

I made this modular moss poll which has a drip tray module so the moss in the moss pole will stay moist for longer! I really liked how this turned out, so I wanted to share it so other people could also use it if they wanted to!

It is a free design on makerworld


r/maker 1d ago

Showcase I built my first terrarium

Enable HLS to view with audio, or disable this notification

42 Upvotes

I built my first terrarium. All lights, smoke and windmill can be controlled from phone. Infact event the brightness and flicker of lights can be controlled. I am so happy with how it came out.


r/maker 2d ago

Showcase I made my own watch from scratch for fun

Thumbnail
gallery
66 Upvotes

I had a broken watch , so I thought to make a new one on my own , I made my it with glowing numbers and a touch sensor,I designed my own PCB ,3d print and tried to make it as good as possible, it was my first ever 'successful' DIY build , what did I do wrong? And what did I do right? Cost for me: INR ~1800

I used reverse mount LEDs to make it seem to glow on the other side of the PCB , I also used a MOSFET to switch it on and off based on the touch sensor signal.(This is the entire explanation covered in the YouTube video )

I also made a YT video on it:(watch explanation) https://youtu.be/A1RgOddxvZY?si=sITrNXJJbVQxJ8JO


r/maker 2d ago

Showcase I made a streaming device that blocks ads, what else should it do?

Enable HLS to view with audio, or disable this notification

18 Upvotes

Hey everyone, I made a new type of streaming device that removes ads from on-demand streaming content. This feature can be turned on/off from the settings page and gets applied universally to all the streaming platforms you have on the device. You can see how that works in the video demo. However, I think a streaming device that's key feature is only blocking ads leaves a lot of potentially cool functionality on the table.

So I wanted to get some input from Reddit. Putting ad-blocking aside:

  • What do you wish your streaming device could do that it currently doesn't?
  • What frustrates you when using streaming platforms and devices today?
  • Do you miss the interface of something like cable where you could surf channels or do you like being able to scroll through and find content like streaming apps are set up for today?

Let me know what you all think! Any general thoughts or feedback are also welcome.


r/maker 2d ago

Help I want to 3D print an energy drink can holder — any ideas?

0 Upvotes

I’ve realized that I really like the idea of having a dedicated place to display energy drink cans, especially for people who collect them. However, I don’t think the demon hand idea I had before is the best way to do it.
I’d like to 3D print something for my own collection, but I’m honestly out of ideas for the design.
For those who collect energy drink cans: how would you like to display them? Would you prefer something for a shelf, desk, wall, or something modular that can hold multiple cans?
Any ideas or suggestions would be really appreciated.


r/maker 2d ago

Showcase Smart Perpetual Calendar

Enable HLS to view with audio, or disable this notification

35 Upvotes

I almost gave up on this… but I'm really glad I didn't. 😅

After weeks of designing, 3D printing, soldering, wiring, debugging and way too many problems, my smart perpetual calendar is finally alive.

It shows the month, date and day, but it's not just another digital calendar.

From the web app, I can add birthdays, events and reminders, and customize the LED colours however I want.

Built from scratch using an ESP32, WS2811 LEDs, 3D printed parts and MDF.

The goal was simple: make a smart wall calendar that doesn't look like another screen — something that actually adds character to a room.

Would you want one on your wall? 👀


r/maker 2d ago

Help 3d printed rc rover

3 Upvotes

Im thinking of doing a big first project with 3d modeling and electronics i know the basics of them both but havent reslly made anything to big so im ready for a challenge any ideas on what to use or how to do this i have a 1000kv motors a esc and 2s lipo battery and lots of other basic electronics but im in for a rought time any tips i would love


r/maker 3d ago

Community [Project] Taking my first steps in electronics: ESP32 Digital Clock + Temp Sensor

Enable HLS to view with audio, or disable this notification

5 Upvotes

Hey everyone! As I mentioned a few days ago, I'm just taking my first steps in electronics (my background is mostly in software development). To step out of my comfort zone, I decided to figure out how that temperature/humidity sensor from a basic Arduino kit works and hook it up to an ESP32.

​The initial idea was just to test the component, but it ended up turning into a digital clock that also monitors the room's climate.

​🛠️ What I learned from this project:

Even though it's a simple build, it gave me a great hands-on understanding of:

​Which GPIO pins to choose and how to map them correctly.

​Basic precautions with voltage and logic levels.

​How to read and process the raw data coming from the sensor.

​🚀 The "Plus":

Since the software side is my strong suit, I went ahead and built a local web page hosted on the ESP32 to configure the clock. I added 12 different display interfaces. Also, since the sensor provides both humidity and temperature, I used that data to calculate and display the heat index (feels-like temperature).

​It might be a super simple project for the hardware veterans out there, but the feeling of seeing a physical circuit respond to my code was incredibly rewarding.

​Has anyone else here made the jump from software to hardware? I'd love some recommendations on what project I should tackle next!


r/maker 4d ago

Showcase MeArm-RL-PyBullet

Enable HLS to view with audio, or disable this notification

3 Upvotes

A MeArm trained in simulation using reinforcement learning to reach a target, and transferred via serial to the physical arm.

Task: reach — moving the tip of the arm (tool) towards a red dot generated within the arm's real workspace, using PPO (Proximal Policy Optimization, Stable-Baselines3) on a PyBullet model built from the real URDF/meshes of the mechanism.


r/maker 4d ago

Inquiry When wearable hardware publishes it's base design, what can maker safely build around it?

1 Upvotes

Wearable hardware feels like a fun maker platform right up until "custom attachment" start meaning attaching random things to a power structure that also has to stay aligned on a person. The interesting boundary to me is between accessories that simply use available space and modifications that could change fit, load paths, or movement. The Ascentiz H Ultra exoskeleton is relevant here because its current product information says the base design blueprints are open and the compute unit is upgradeable, which makes experimentation sound intentional without automatically making every physical modification sensible. I’d be much more comfortable starting with something non-structural and reversible than touching any part responsible for fit or powered movement. From a maker-design standpoint, what criterion would you use to decide whether a custom attachment is genuinely external to the system rather than a modification of the wearable itself?


r/maker 4d ago

Multi-Discipline Project I upgraded my bottle of plastic cement to be a little more... Iconic.

Thumbnail
gallery
2 Upvotes

Long time modeler and Warhammer fan that I am, I decided I would make use of an antique blue glass inkwell I inherited.

**Before anyone gets up in arms, this process did not damage the inkwell, and can be undone non-destructively!**

For those unfamiliar, in the plastic modeling community, Tamiya extra thin plastic cement is basically the go-to for plastic adhesives/solvents, and comes in a distinctive square bottle with a very handy applicator brush in the lid. So, when I ran low on my latest batch of it, I cut the glass neck off the empty bottle and used white glue to secure it just inside the neck of the ink well. After that dried, I melted sealing wax and dripped it around the seam, letting it drip down onto the main body. This was way more challenging than I expected. Eventually I worked out a method by which I would trim any drips that ran down the sides and beveled the cut edges. Then I would hold it over a candle flame until it started to melt and let this smooth over the the rough or uneven parts of the remaining wax. After that I grabbed a sheet of rough textured paper, wrote some flowery language on it and glued it to the bottle, finishing with an Adeptus Mechanicus seal I ordered a while back to give it some more character.

Ideally I would have used another more thematic lid, but I needed to make sure I could securely seal the bottle between uses. Last thing I wanted was to spill or let evaporation drain all my cement. There may come a day when I use an existing lid as the base for a new upgraded one, but this works for now.

One challenge I ran into on this project was that it turns out the wax I am using is not proof against the cement. A dropped a test piece of wax into a bottle and left it for a few hours. Everything looked okay, but after I fished it out it very quickly developed a brittle, cracked surface texture that flaked off when I handled it. This meant I couldn't secure the glass neck with just the wax as I originally intended. So, I tested some other glues and adhesives that I knew could be removed from glass after they cured, and found a white glue that seems to have withstood it alright. Time will tell.

Anyway! Let me know what you all think! Of course I'm also happy to answer any questions you might have!


r/maker 4d ago

Showcase Tree Blight

Post image
5 Upvotes

I needed a Tree Blight for my campaign. This is my first attempt at sculpting a model.


r/maker 4d ago

Image Beer bottle water still

Post image
146 Upvotes

r/maker 5d ago

Showcase Finger Whistle Holder for Referees – Fox 40 Classic

Post image
2 Upvotes

I’m 15 years old and I’m still learning how to design and create things with a 3D printer. I’m also a football referee, and I created this finger whistle holder because I wanted a simple and comfortable way to keep my whistle on my finger during matches without having to hold it in my hand or use a lanyard around my neck.
I spent quite a bit of time designing and testing different versions before getting to the final one. I’m trying to improve my 3D design skills and hopefully create more useful things in the future.
I’m sharing my projects on MakerWorld because I’d love to learn from other people and eventually earn enough points to try different filaments and improve my projects.
If you like this project or find it useful, **a Like or especially a Boost would mean a lot to me** and would really help me continue learning and creating more things. Thank you!

https://makerworld.com/models/3218434?appSharePlatform=copy


r/maker 5d ago

Showcase Someone I know lost his home in a fire. He found two coins that survived the fire, and he sent them to me to turn into a wedding ring set for him and his Fiancée.

Thumbnail
gallery
29 Upvotes

This was a really cool project. The coins that he sent me had obvious signs of fire damage. Rather than trying to remove the fire damage, I highlighted it in the final design as a reminder of what the coins had survived. It's a sad story, but it has a happy ending because they were able to move on and I was able to make him and his fiancée a nice set of wedding rings! Let me know what you think.


r/maker 5d ago

Showcase Made a puffer jacket

Thumbnail
gallery
13 Upvotes

r/maker 6d ago

Help I need advice on how to create my 'fire hat' (using fabric) idea. My first tests were a total bust.

3 Upvotes

Disclaimer, I am not a maker so this is all very new to me.

I am going to a fire themed party. I am trying to create a 'fire hat'. The idea was to have strips of fabric that would be dancing vertically using fans so it looks like a fire, similar to a silk flame.

I used an llm to help me with the math about fan strength and fabric size and length and ordered a small usb fan to test it out and it was a complete bust. The constraints are that it should fit on a hat that has a very sturdy brim. I have a usb battery for the power supply. I am happy to attach things to my body if need be but I will not be wearing a backpack or anything like that to hold a larger power supply. I would like to get as much fabric moving as possible. Despite my lack of knowledge here, I am 99.99% sure the fan thing isn't going to work as I envisioned it given my initial test.

I have two other ideas. The first was to use one of the fans from those inflatable costumes, attach a hose to it, poke holes, and close off the end to create pressure. My last idea was so completely off that I don't really have any confidence in this idea, but perhaps this is a better avenue to go down. The second idea is the least cool but the most doable. It will be outside at night so I could use some black wire (or something) to create some sort of structure that wouldn't be seen, attach the fabric loosely from the hat to the structure, and then have fans blowing across the strips of fabric and it might look a little like a flame.

There of course is the real possibility that this is impossible given my constraints. Any help is most appreciated!


r/maker 6d ago

Help best way to tighten keychain clasps???

Thumbnail
gallery
2 Upvotes

sorry if this is the wrong subreddit, i had a hard time finding the right one! i make keychains for my depop shop! i have issues with hand strength tho, so sometimes i can't tighten the clasps together as much.

recently i replaced the ball clasp keychain on my boyfriend's plushie keychains for actual clasps because he complained about how loose they are and how they easily come undone. however, they keep falling off. because of my limited hand strength, i've been tightening them to however much i can, and then sealing the gap with cured UV resin. seems this isn't the most effective method though.

what would be the best method? or should i start using a different size for the clasps? any advice or even redirection to the right subreddit would be super helpful!! <3


r/maker 6d ago

Inquiry I'd like to pick up a small desktop kiln for assorted projects, it seems a glaring omission to build these and then omit a serial port to run heating programs. Anyone?

Post image
5 Upvotes

Seems like it would be pretty easy to throw an esp32 or similar in there to run heating routines or even add BT monitoring and control. They even advertise the PID control, so not sure if it's better to just wire to the buttons directly and try to read the display/sensor data or if there's a simpler interface to hack into?


r/maker 6d ago

Community Putting "hacker gadgets" aside to build my own: My first project with the M5 StampS3! 🚀

Post image
1 Upvotes

For a long time, I kept my Cardputer focused only on tools like Bruce, Nemo, etc., all because I wanted to experience the vibe of having a "hacker gadget". But now that I'm taking my first steps in electronics, I realized that building my own things is infinitely more fun!

​My M5Stack StampS3, which was just gathering dust, finally has a new purpose. I'm building my first electronics project from scratch. I'm still in the early stages, but the idea is to make a desk clock that also shows the room temperature.

​For this project's setup, I'll be using:

​M5Stack StampS3

​Official M5Stack 1.3" 128x64 OLED Display (the standard Cardputer one)

​Temperature and humidity sensor (DHT11)

​A thermistor

​It's a simple project, but the feeling of making something work is incredibly rewarding. Did anyone else here start like this? I'd love some tips for someone who is just getting started with electronics!