Bathroom sink

When replacing the entry half bath I noticed that the toilet wasn’t centered. Supposedly this is to make the room look bigger. I don’t know about that, but things not being centered or aligned bothers me, so I wasn’t sure what to do. I decided in the end that the vanity doors should be aligned with the toilet and a cubby would be put to one side for TP and such.

The toilet is not centered on the wall.

The toilet is not centered on the wall.

Continue reading

Makita XT257M review (DC18RC XPH07Z XDT08Z BL1840)

DC18RC battery charger

The DC18RC battery charger that was included is a bit odd.
The first thing you are likely to notice is that it advertises a different charge time for the different battery capacities. As none of the charge rates appear to exceed the 18 V / 9 A output shown on the bottom, I am not really sure why. There are a number of possibilities, but none really make sense in this context. Presumably is has something to do with heat dissipation, as it always does, but the tools should draw more current, and they don’t have fans.
After charging my battery, the battery seemed to be at room temperature but I found the charger case to be quite hot. I don’t have a thermometer on me but I can say it was significantly hotter than any charger I have ever used, and use mostly Chinese knockoffs to charge my LiPos. As a result, I decided to open the case.
DC18RC_450px

Continue reading

Programming the ESP-01 to control RGB strips via MQTT

Now that I have shown you two different hardware setups for the RGB strips, it is time to talk about the chip firmware and software.

I have chosen to use NodeMCU which uses Lua as the programming language. The good news is that all the functions you need are already there. As a result, even someone like me who doesn’t know Lua can easily write it.

And, thanks to a number of online blogs detailing what is going on, it is mostly copypasting existing code. Mostly this is adapted from the blog of openhardware.co.za. There were a few things unclear, but I suggest looking at it as he has much more verbose documentation.

Continue reading

Controlling a RGB strip controller.

You can easily find a 5 m RGB LED strip and controller for under $15 on amazon. The controllers have an IR remote and receiver that lets you select (and in more recent versions, program) a number of different lighting options. They are fairly cool, but IR remotes require line of sight and just aren’t as cool as using your phone/tablet/computer.

A simple injection molded case with a few wires sticking out.

A simple injection molded case with a few wires sticking out.

Continue reading

ESP-01 NFET Board for RGB strips

The ESP8266-01 is a cheap (~$2) WiFi enabled multiprocessor with enough GPIO pins to control three FETs. There are a few tutorials on setting them up that I used, and they are listed at the bottom. I wanted to make a cheap board for controlling RGB LED STRIPS. The components are shown below, and the final result is at the end of this post.

Items in the kit, sans SMD components.

Items in the kit, sans SMD components.

Continue reading