Browsing posts in: CNC

An ESP-32 Remote Control–Update and Version 1.0 case

About 3 months ago, I wrote a post about an ESP-32 based remote control I’m building. Conceptually, what it does it allow you to press a button and hit a specific web endpoint.

Since the introduction, I wrote some code and got a prototype kindof working – the touch inputs on the ESP32 work fine, the deep sleep works okay, but I ran into a few problems.

First, the ESP32 can run on 3.0 volts but only kindof, and if you use two AAs their voltage drops pretty quickly to the point where the ESP stops working. Which means I needed a better power source, which means lithium based. I looked at primary (non-rechargeable) lithiums but they are also 3 volts (IIRC), I looked at lithium-ion, but 4.7 v is a really inconvenient voltage for ESPs; you need a regulator to get down there. Plus the 10850 cells are a bit big. Then I settled on LiFePo4 batteries, which very conveniently have a nominal voltage of 3.3 volts and are the same diameter (but shorter) than a AA, so they work well for packaging.

I bought a little battery monitoring board to protect the battery, but I’ve decided to skip it for this version. So, I think I’m set for batteries.

The second issues came up during my deep sleep testing. The ESP32 can get down to 10 uA in deep sleep, which looks great, *and* it supports “wait on touch” where it will turn on based on a touch input, which is also great. But…

The devkit boards that I have don’t support using it that way; even with the power led removed I think I was seeing about over 10mA when the ESP was in deep sleep. Not good enough. Some people have hacked their boards to remove some of the components, but traces are tiny and the board is dense, and I gave up after a few tries. I could use a module programmer like this which pulls the dev kit components onto the programmer and leaves just the raw board, but the problem there is I need a mounting solution that lets me program the same module every time.

What I really need is the dip part of the devkit board without any of the power supply or usb stuff and an adapter to hook that to the module programmer.

Since I haven’t figured that out, I went with the best deep sleep approach that I know, a rocker switch. I’m thinking that will get the power use all the way down to 0 uA.

The case

I have some plans for the version 2.0 case, but those require a fair amount of prework and new tools, and it’s nice enough that I could really use the remote *now*, so I went with with the easy approach – a laser cut box.

For touch points, I wanted some screw together pieces or screw studs, which I finally discovered were commonly known as “chicago screws”.

Chicago Screws - "Flat Beveled" Design - Solid Brass (10-pack ...

I wanted them in brass so that I can solder to them. The ones I got are 1/4” (6mm, actually) in length, which would be fine for my “real remote” design, but meant that I need to use 1/4” plywood for the face.

I did the design in Fusion 360. This design was not one of my better moments. I did the face in 1/4” but the sides on 1/8” so they would be thinner, but it turned out that I don’t have any 1/8” plywood left; what I have is 1/10”, so I had to redo the design. Then I measured the size of the studs very accurately with my calipers and then entered the shaft length (0.235”) instead of the shaft diameter (0.165”). And the power switch was too close to the corner so the top and side wouldn’t fit. Then I cut the top piece out of a piece of 1/8” scrap, so it was too big.

More trips back and forth than I had hoped, but it’s only computer and laser time plus a bit of wood, so it wasn’t that bad. Here’s the result:

IMG_9719

Which is honestly pretty nice. The labels are engraved into the wood, and all it is missing is the power LED. The current plan is to glue the sides to the front and leave the back removable for access, but it’s not clear to me how that is going to work yet.

Video here:


Next up will be wiring up the front panel, assembling most of the box, and then hooking in the ESP and battery.


French Cleat Electronics Workbench…

IMG_9709

I’m not known for the cleanliness of my workspaces; my office desk is a mess right now, my garage workbench is a mess, as are my other workbenches.

But my electronics one is messy enough to be problematic, and the root problem is that there’s just too much stuff one the workbench; power supply, oscilloscope, toolbox, solder station, hot air rework station all take up a lot of space, and the work surface doesn’t have lot of depth, so I end up with a small clear workspace even without clutter.

A while back I was looking at my Rigol scope, and thought that I might have more room if I could mount it on the wall. And that obliquely led me to the current project.

FH18MAY_586_00_006-french-cleat-tool-wall-featured

I’ve been watching some woodworking on YouTube, and that led me to a series on french cleat walls. They are pretty popular for woodworking shops as they keep all of their tools handy. Looking at my garage space – where I do some woodworking-adjacent projects – I don’t have a lot of wall room for one of these, and most of projects I do occur elsewhere, so I wanted to keep my tools in their boxes. Not a great solution there.

But that triggered a thought about my electronics space; I don’t move my tools around and I could use the organization.

So I went looking in my garage and found that I had some leftover 12mm baltic birch plywood from another project, and I acquired some 2×3 pine for the cleats.

Making the cleat wall is pretty simple; you just cut your cleats wood at a 45 degree angle and then attach it to the plywood using a regular spacing. If you want details, here’s a video I did of the process:



I took the wall down to my workbench and attached it to the wall. Then it was time to start figuring out how to attach items to the wall; this is generally some sort of shelf or box with the mounting tabs that hook onto the cleat. First up was the oscilloscope, partly because it was big and partly because it was straightforward to design.

Oscilloscope Shelf

It’s simple enough that I could have just created a mock-up in cardboard and then used that to create the actual version, but I wanted to play a little, so I did a full CAD design. It was a pretty quick design in Fusion 360 and I’d show you a nice rendered version, but somehow it didn’t get saved along the way. Here’s what the side panel of the shelf looks like; the hole in the end is for the power cord at one end and the cooling fan at the other, and the left part hangs off the cleat:

Pro tip: The 1x stock you buy may not be exactly 3/4” thick; mine was 11/16” instead. So measure it first; for this shelf I had do sand down the back edge of the cleat.

image

The bottom shelf is just that, a rectangular piece of wood between the end pieces.

As a material I used some 1/4” baltic birch (probably 6mm actually), and I decided to use my Shaper Origin to make the shelf. It is held together with wood glue and some very thin wire pins shot in witn my pin nailer. Here’s the video if you want the details:

The result is nice and pretty, though I didn’t sweat trying to get things perfect; it’s not furniture:

IMG_9714

IMG_9715

Because of the way the cleats are designed, gravity pulls the mounting cleat both against the wall cleat and the wall plywood, and the back of the shelf presses against the second cleat. It’s surprisingly secure and yet very easy to move around.

About the time I was finishing this, I said to myself, “Self, that was fun and you made a lot of sawdust, but there’s nothing in that design that you couldn’t have done much quicker and easier with your laser cutter, so at this point I switched tools.

XBox 360 Power supply box

When I added a heated bed to my 3D printer, I bought an XBox 360 power supply to power it, and I found that they are wonderful for powering 12V loads; the ones I have provide up to 16 amps of power. So I bought a second one from Goodwill for $4.95 and have used it when I need a hefty supply for testing (like my WS2811 expander which I stress test with 3 50-watt 12v light bulbs). Cheap, compact, and lots of cheap power – what’s not to like.

Well, I don’t like that it’s cluttering up my workbench, so I’m going to build a box for it.

Here’s the CAD design, the laser-cut parts, and the final result. It’s cut out of 0.10” (2.5mm?) plywood that is strong and easy to cut on the laser (mine’s a GlowForge) and then glued together with wood glue.

image

IMG_9707

IMG_9711

I measured the power supply with my calipers and it ended up just on the tight side; the power supply slides in but barely. The big cutout for the close end is because there are air holes there.

The other end of the cable currently just has a set of speaker terminals that accept banana plugs and the enable wires soldered together so it’s always on. Sometimes in the future, that cables going to terminate in a power-supply box with an on off switch.

The xbox power supply hangs up high. And now I need a place to plug it in as the cord isn’t long enough to reach to the outlet under the workbench.

Power strip box

Another simple box, with the dimensions defined by the size of the power strip that I wanted to use. The design is quite simple with a bit of an assembly caveat; the box has both a top and a bottom so you have to assemble it around the power strip.

image

IMG_9713

Resistor decade box

I built the decade box a few years ago based on this instructable. I do a fair bit of work with LEDs and I often find myself wanting to pick an LED value based either on measured current or brightness. I used to do that with a potentiometer, but it’s much easier to use a decade box.

The design here just has two end hangers; one end is attached using the output posts for the decade box, and the other one is just hot-glued on.

IMG_9708

IMG_9710

You might notice there are some smoke marks on the wood; if I wanted nice I would have masked them off but that was more work than I wanted for this.

Wire hanger

Just one more design for the first wave; I knew I would have wires running across the board and wanted a way to support them:

IMG_9712

A simple three-piece design hold up a power cord. It’s tilted because of the weight of the cord is heavier on one side; I’ll probably do a version with a single hanger in the middle. Or I might cut some one-piece hangers out of 1/4” plywood.

Video tour

If you would prefer a video tour of the completed items, you can find it here:


Power supply hanger

Model 1627A Right

When looking at some of the small Chinese power supplies that are out there, I got a line on a nice surplus BK Precision 1627A on Ebay for $55 and ended up buying that instead. I have an older 4 voltage power supply (+12V, –12V, 5V, and adjustable) that I’ve used quite a bit, but it’s pretty rare that I need multiple voltages these days, I already have the hefty 12V, and I’m going to be adding some dedicated 5V supplies as well. I haven’t used +/- power supplies in a long time, so I think the old supply is going to get packed away for now.

To do a hanger for this looked a bit more challenging than my previous hangers because this is bigger and it weighs 16 pounds. I did the design and cut it out of 1/4” plywood:

IMG_9716

The frames here are about 10” x 7” in size. They are cut out of 1/4” (probably 6mm, actually) and glued together.

Pro tip: Go back and look at the picture of the power supply picture above. If you look closely on the side and the talk, you will see some screws sticking out. If you measure precisely and cut to that precise measurement, the pretty holder you create will *not* fit over those screws, and you’ll need to remove the screws – and maybe the equipment feet – to get the frames to fit over the item (the power supply in this case).

Not only did I do that, but the first time I put the hanger on I had it on the wrong side, so I had to repeat it. But I did get to the final result:

IMG_9717

Futures

One of my goals was to get my Fluke multimeter off my desk and up in the air, but there are some issues, the biggest one being that the digits are in shadow if the meter is vertical against the wall. I’ve had some designs that put it at the same angle the stand in the base does, some designs that let you modify the angle, and another idea that I might just add some white LEDs to the side so it could be vertical.

There will be a power supply station close at hand; I think it’s going to support 12V from the xbox supply, 5V both on banana plugs and on multiple USB plugs, and I might integrate one of the cheap chinese boost/buck supplies to give options.

Finally, there’s the right side of the bench, which has my soldering iron base and my cheap chinese hot-air rework station. I may end up with a cleat wall on that side I can get them up as well.




Candle lantern design thoughts…

I’ve been spending some time doing a design in Fusion 360 for a laser-cuttable lantern, and I’ve discovered a few things. I’m recording them here to help others and to remind myself when I come back to this in a few months/years.

I started with a simple outline drawing of a tree that I wanted to use as the inset for the side panels:

Alder

I need to get that into Fusion in a way that works. Here’s what I came up with

From 2d to 3d

There are a couple of different approaches to doing this. If you have something that is simple, I recommend the “trace it yourself method”. In this, you insert the picture into Fusion as a Canvas (Insert->Attached Canvas), and then draw an outline in a sketch using it as a guide. I used splines and did a reindeer and rabbit outline pretty quickly, and then nice part is that manipulating the splines after that is simple and quick.

That was going to be a ton of work with the branches and I was both lazy and worried that it would be too complex to work well. So I took the alternate approach:

  1. Load the image into Inkscape and save it as an SVG.
  2. Use SVGtostl.com, upload the svg, and specify how thick you want it to be. You will be able to change this later though it’s a pain, so try to get close.
  3. In Fusion, in a new design, choose Insert->Insert Mesh, and choose the file.
  4. Switch from model mode to mesh mode.
  5. In the browser tree, right-click on the mesh and choose “properties”. My trees end up with 13000 facets, which is about 3 times as many facets as I wanted.
  6. Use the modify->remesh and modify->reduce options to get down the count that you want. You will probably have to experiment a bit to get it to work right. Start with Remesh, and preserve sharp edges and boundaries. You now have a mesh.
  7. Switch from mesh mode to patch mode
  8. Select the mesh in the browser
  9. Modify->mesh to brep. This is changing from the mesh representation – which you can’t really modify in Fusion – to the brep representation, which you can. This may take a while. At this point, you have both a mesh and brep version of the object in the tree. Delete the mesh version as it’s just taking up memory.
  10. If you look at the brep version, it has a ton of faces on it. This will slow things down, so it’s nice to clean up the faces. Modify->merge, choose “select chain”, and then click on one of the front faces. That should select all the faces.
  11. Click “ok. That’s going to sit and spit for quite a while, but eventually it should finish and you should just see one common face. Or maybe Fusion will hang and you’ll have to restart it.
  12. Convert the resulting body to a component, and save it.

Using the resulting design

The resulting design is very complex and will likely kill Fusion. It tried to use it to create panels for all four sides of the lantern, and that was a full failure; it would take a full 30 seconds to render.

What I ended up instead was doing the full design in Fusion without the complex branches. It looks something like this:

image

I designed one side of the lantern and then used pattern on path to duplicate it around 4 sides to make sure everything worked, and then used it to cut the top and bottom for the tab holes.

Then, I took the original side that I designed, converted it to a component, and did the compositing of the side and the branches in a design that only had those parts. That worked well from a performance standpoint and since all four sides are identical, I can just cut the single one four times.

To get this to work I had to move the components so they were okay left/right, use align to move the frame so the front is coplanar to the front of the branches, and then extrude a couple tools to cut off the branches where they were too wide for the frame.

image

Cutting on 2.7mm plywood (was supposed to be 3mm….) took about 5 minutes for each side, and a couple of minutes for the top and bottom.

Here’s a totally uncleaned/unsanded version. It would also look nicer if I taped the wood to protect it:

image



Bespoke bicycle Holder

My nice bicycle currently hangs on two old shelf standards that are screwed into the wall, with some foam on them to protect the frame.

IMG_9219

It works, but the foam has seen better days and if we got a quake, it could easily shake off the ends.

It’s time to build something a bit nicer, so I dug out some leftover hardwood plywood I have (maple, I think) and spent a little time with Fusion 360, and came up with the following design:

image

This is a render in oak. The holes are 16” apart so they can screw directly to the studs, and the hangers are a bit closer together so it’s easier to hang the bike with batteries on it. The arms that hold the bike have two hefty tenons that stick all the way through the back piece.

Off to the garage to use the Shaper Origin…

Cutting

The cutting mostly went pretty well, but it took longer than I expected and I worked past a point of being too tired and therefore had a couple of issues. I’m using a piece of maple plywood that I had lying around that is unfortunately not very wide, so I had to put some auxiliary pieces off to the side with shaper tape on them so that it could figure out where it was. This mostly worked, until I got to the last cut on the last piece, and partway through I bumped my setup and that piece – which was partly clamped but not correctly clamped – moved.

That is *bad*; the shaper throws up a big banner that says “the markers have moved and you are SOL”, or words to that effect. I tried a cut after that, and they were right, so I finished cutting through with an abrasive disk on my dremel and cleaned up with a little sanding drum.

A little sanding, and it was time for gluing and clamping. The nice part of the holes and tabs approach is that there is a ton of surface area, so lots of material for the glue to grab onto. It’s probably strong enough with the glue because of the way the geometry works; the arms that hold the bike can only pull straight out, and even that is difficult. So, no fasteners required, but a lot of clamps.

IMG_9217

Give it 4 hours for the glue to set, and we are left with this. The dark coloration looks like a burn but is really just the plywood.

IMG_9218

Overall, it came out mostly okay; in some places the fit isn’t as tight as I’d like – which I attribute to some wiggling because of how I did the cutting – but it’s more than functional.

Four 3” screws to mount it – yes, that’s overkill, but it’s so easy with an impact driver…

IMG_9221

and we’re done. I’m hoping the sunscreen shelf will help remind me to use it before I leave. I used some short pieces of the foam from the old holder to pad the new one.

IMG_9222


Draft: Compound miter saw table…

I have a decent DeWalt compound meter saw next to my garage; it lives next to my table saw on a stand like this:

Image result for dewalt dwx723

The stand is nice a rigid and easy to take places, which is nice. It does have a few issues:

  • The legs stick out towards the car that is parked next to it, taking up space.
  • There’s no good place to stack stock; it will fall off of the rail.
  • The lack of support between the saw table and the extensions is annoying.
  • The table is about 1” higher than my table saw, which means you have to move the saw table to do even a small cut on the table saw.
  • It lives right where a small outfeed table would be nice.

I’ve been playing with some ideas on how I might build something in my second shaper origin project, and here’s what I have so far.

image

It’s drawn to use 18mm baltic birch plywood. The drawing is pretty rough; no connection tabs, no holes, just a bunch of rectangular solids so far.


A few cutting remarks–USB charging station part 3

In our previous episode, we had just finished cutting the hub portion of the station.

Now, it’s time to cut the remaining parts. I started by cutting the biggest part – the base. It’s about 8″ x 10″, and it has 17 slots in it and 4 holes, and each of those need to be cut in two passes. I decided to cut all the interior holes first in two passes, and then cut the outline. So, I started at the bottom and cut about 13 slots, and then I found that there were four slots missing.

When somebody added shelves to the design, he forgot to do the cut operation with the new shelves, so there were no holes there. Which means that the design needs to be redone, and since shaper doesn’t support an “update my design” operation, I had to abandon that section, though I did manage to cut a shelve out of it so it wasn’t a total loss.

The rest of the cutting was pretty repetitive. The shaper mostly worked okay, though it crashed a number of times and hung a few times as well. The back has 7 holes and a bunch of tabs and the shaper crashed on the last cut. Then I rebooted and found that both the workspace and the placement information is stored in non-volatile memory, so as long as the crash doesn’t damage your workpiece, you can continue.

Eventually, I finished cutting all the pieces, and started cleaning them up:

IMG_9176

The shaper uses an upcut spiral bit so that it can easily pull the sawdust out; that cuts well, but leaves a fuzzy edge to the cut. I tried an offset technique where you do the initial cut a bit to the outside of the final line and the second cut right on the line, but the results weren’t any better. I’m going to explore whether a nicer bit would give a better result, but the result here is really worse than it looks. A couple of minutes with some 220 grit sandpaper and it cleans up nicely.

IMG_9180

A bit more time for cleanup, and I had a bit pile of parts:

IMG_9181

So, is this going to actually work, or was all that effort for naught?

Well, guess what?

IMG_9182

The fit of the tabs was very nice and it looks pretty good even without any glue to hold the parts together. Success!

IMG_9183IMG_9185

Next up is to look at all the joints and do a bit more tuning on the fit, especially on the hub holder in the left of the last picture.