Skip to main content

Engineering a Project List

I like to make things.
I also have ADHD.
The two of them don't always go together. I sometimes get ideas on what I want to make, get really into it, start a few things like ordering parts and a design, and maybe even assemble a few parts.
And then I find something new. Something shiny and interesting. It's easy for me to burned out on a project, expending all my energy into it until a point of exhaustion. Or getting stuck due to lack of parts, lack of ideas on how to continue, or a lack of tooling.

To combat this, I've decided to make this blog post, which I will update from time to time with my current projects, and what is keeping me from completing them. Hopefully having them listed out will allow me to sort through them, work on what I can, and get what I need to complete what I can't.

So without further ado, I bring you...
The Project List:

  • CoreXY 3d printer build
    • Lap Bed plate flat
    • Assemble Z Axis Ballscrew
    • Assemble Extruder Carriage
    • Purchase new X axis linear rail + install
    • Design enclosure
    • Design electronics mount + decide on electronics + assembly
    • Design cable chain
    • Eventual redesign of bottom plate for belted Z
      • lower priority. Need to design mounting mechanism.
  • Printrbot Simple Metal rebuild
    • Replace extruder with Bondtech BMG
      • New mounting plate?
    • Replace electronics - Klipper?
  • Printrbot Pro rebuild
    • Complete redesign? low priority.
  • 3DFused Kreatos modifications
    • Upgrade to genuine Hiwin Rails
    • Redesign Bed Carriage
    • New ATP5 Aluminum bed (Embedded magnets?)
    • Redesign Idler tensioner
    • New extruder (Mellow BMG Aero?)
    • Design cable chain
    • Temperature compensated inductive sensor
  • 3D Printer Document on common design faults and fixes
    • 3d models of the most common 3d printers
    • Categorize each issue
      • Motion rods/rails
      • Belt
      • Leadscrew
      • Frame
      • Extruder/Hotend
    • Document outline
  • Powered Hacksaw V2
    • Decide on new, cheaper motor
    • New design that uses less material
    • Better blade alignment (DIY blade holder?)
    • Smaller, cheaper clamp.
  • Low speed Chop Saw
    • Disassemble tool
    • Design mount
    • Purchase cutoff wheels
  • CNC Router
    • Complete design
      • 3d printed?
    • Order Ballscrews
    • Order aluminum extrusions
  • ADHD Alarm Clock
    • Redesign using Raspberry Pi
    • Design clock PCBs
    • Write code
    • Decide on LCD Display
    • Gesture recognition sensor
    • Speakers
    • Battery pack
  • Tempeh Incubator
    • Heatsink mounting plate
      • Sheet metal bender
      • Does it need to be aluminum? Can 3d printed withstand it?
    • PID Controller
      • IR? multiple temperature probes?
    • Humidity control?
    • Front door (and hinges)
  • Sewing Machine Rebuild
    • Connect Speed controller
    • Purchase crimp connectors
    • Mount controller plug
  • Lapping Plate build
    • Use fine grit for finishing
  • Soybean Dehuller
    • Research designs
      • Crush/split + fan for chaff
    • Design ideas and tests
  • Universal WIFI PID Controller
    • Probably Wifi (ESP32?)
    • Requirements
      • LCD
      • Manual
      • HOT/COLD/Combination logic
      • Trigger logic + triggered outputs
      • Sensors
      • Multiple sensor support
      • Calibration
    • LCD choice + GUI
    • Protection mechanisms
    • PCB Design + enclosure
  • Soda Carbonator
    • Pressure regulator
    • Pressure vessel
    • CO2 cartridges style
  • Settlers of Catan board
    • Buy painting supplies
      • Brushes
      • Paint
      • AirBrush?
    • Setup painting station
      • Painting enclosure + ventilation
      • Organization and cleanliness
    • Print parts and prep them
    • Learn painting techniques
    • Microscope
      • Digital? Optical?
  • Web based cat laser toy
    • Mirrors?
    • 3d printed
    • Camera
    • USB rechargable
  • Bluetooth FM Radio
    • I2S radio module
    • Stream to phone?
    • Web based instead?
    • Stream to speakers?

Current priority:
Settlers of Catan board (relaxing hands-on activity
CoreXY 3d printer build (really want to complete this!)
Universal WIFI PID Controller
Tempeh Incubator (needs the PID Controller)
3DFused Kreatos modifications (This should be after I have a second printer built)

Comments

Popular posts from this blog

Engineering the Marlin Linear Advance K-factor Calibration Pattern Generator for Duet

I love Marlin Firmware. What they have managed to squeeze into the 8bit 16mhz microcontrollers is impressive. But what is even more impressive, is their documentation. The Marlin documentation is far and above anything I have seen for an open source project. In addition to great documentation, they provide some very useful tools. Like the K-Factor Pattern Generator for calibrating Linear Advance in Marlin. I wish Duet provided a similar tool, as I find it invaluable for calibrating your pressure advance settings. What I have managed to do, is use the developer tools of the Chrome browser to edit the javascript and modify a few things to make it work. Why go through such lengths? Well, for a direct drive extruder the calibration values for duet are very low, and very sensitive. how sensitive? I have found differences in value changes of 0.00002 And because I don't take "close enough" as an answer, I had to dig in and make the script fit the resolution I require

Reverse Engineering a Wand Vibrator

You ever want to take apart something prohibitively expensive and find out what's inside? I do, all the time. Lucky for me this cast aluminum massager is broken (it won't turn off). So I get to try to fix it (hopefully). It's likely just a bad mosfet. But it'd be fun to upgrade. It's surprisingly low power. 19.5W, 13v @ 1.5A 13v is a bit strange to see, but whatever. Could very likely be replaced by a 12v supply without significant loss in power. One screw came out halfway and appears to stop. Maybe it has a retaining clip? The other at the end won't budge. Time for a bigger screwdriver. It took a bit of prying. The retaining ring is glued on (I was worried it was screwed on). A bit of wiggling and it's free. The screw that I thought had a retaining clip actually has a screw standoff to hold the PCB in. I might try to take them apart, but it's not necessary to. And now for what you've all been waiting for. It's an incredibly simple

Reverse engineering the Tuya WiFi IR Remote

Three devices. They all do the same thing (IR Transceiver) using the same app (Tuya smart home?) I hate apps. These are Bluetooth/wifi devices. They could simply host web pages and an API. Instead you must use their app. To that I say NO! So let's find out what makes them tick. There's no screws on these, so time to bring out the opening tools. Not bad. Just a few clips. A wiggle here and a wiggle there and it's open. The IR Filter plastic doesn't look transparent at all, and it's kind of thick. I tested the IR filter with my IR fan remote, it worked perfectly. Here are pictures through the filters. I'm no light spectrum'ologist person, but wouldn't the pinkish one be a better filter? First look at the PCBs, Two have the same CBU WiFi module, one is different, the w3bs. CBU Module Datasheet: https://developer.tu