Home Made Diodes From Copper Oxide

We’re all familiar with semiconductor devices, and we should remember the explanation from high-school physics classes that they contain junctions between two types of semiconductor material. “N” type which in the for-schoolchildren explanation has a surplus of electrons, and “P” type which has “Holes”, or a deficit of electrons.

Unless our careers have taken us deep into the science of the semiconductor industry though that’s probably as close as we’ve come to the semiconductors themselves. To us a diode or a transistor is a neatly packaged device with handy wires. We’ve never really seen what’s inside, let alone made any real semiconductor devices ourselves.

[Hales] though has other ideas. With the dream of creating a paintable semiconductor layer for ad-hoc creation of simple diodes, he’s been experimenting with oxidising copper to make a surface of cupric oxide onto which he can make a contact for a simple diode.

What makes his experiments particularly impressive though is not merely that he’s created a working diode, albeit one with a low reverse breakdown voltage. He’s done it not in a gleaming laboratory with a full stock of chemicals and equipment, but on his bench with a candle, and drops of water. He takes us through the whole process, with full details of his semiconductor manufacture as well as his diode test rig to trace the device’s I/V curve. Well worth a read, even if you never intend to make a diode yourself.

We’ve featured a cuprous oxide diode once before here at Hackaday, albeit a rather fancier device. If this article has piqued your interests about diodes, may we direct you to this informative video on the subject?

The diode looks black, leading me to believe it’s cupric oxide and not cuprous oxide. Feel free to argue that point in the comments anyway – Ed.

Precision CNC With Epoxy Granite

Epoxy granite is an overlooked material when it comes to making home CNC builds. As far as time and money goes, when you add in all the equipment it comes out cheaper than an aluminum casting set-up. Epoxy granite has mechanical properties better than cast iron, increased dimensional stability, better vibration damping, and looks awesome when done right. Also, you can cast precision surfaces and threaded holes into your design, which is pretty cool.

In these two videos by [Jørgen Hegner] we get to watch him and a friend make a matching set of precision CNC machines. It’s built in a similar style to other nice builds we’ve featured. This way of making it needs a bigger footprint than a gantry mill and can’t be built as large. However, it solves a lot of mechanical issues and squaring with the gantry design while not being as difficult to get right as a box or knee mill.

After casting they machined the material embedded in the granite to mount the ways. The ways are linear bearings and ball screws. Expensive, but as the footage shows, very accurate.  The rest of the machine is assembled and tuned. Then it gets installed in a home made 80/20 enclosure. We really like the LCD panel that’s incorporated into the front shield of the machine. They really went all out with the CNC control panel. It looks like they can do anything from jog the axis to monitor and control the water cooling for the spindle.

It appears that all the precision work is put to good use as there are some shots at the end of video two of a beautiful clock CNC’d on this machine. Videos after the break.

Continue reading “Precision CNC With Epoxy Granite”

Minimal 433 MHz Web Home Automation

How minimal can a decent home automation setup be? If you need an HTML frontend, you’re going to need a webserver. An ESP8266 will do the trick. And then you need to be able to control your electronics. The cheapest and easiest way to do that is with the ubiquitous 433 MHz remote-controlled outlets and a $1 radio unit from an online auction site. Add in a cheap ESP8266 module, and your total outlay is going to be under $20.

That’s exactly what [Nikos Kantarakias] did. He combined a bunch of available ESP8266 Arduino libraries — one for driving the 433 MHz radio modules, [Paul Stoffregen]’s libraries for keeping time and for setting alarms, and another for keeping track of time zones — with some of his own code for setting up WiFi access, and it’s done.

It’s all available on GitHub for your perusal. The code does some strange things — like requiring a complete reboot every time you set an alarm — but it does let you set recurring and one-off activations of the attached devices with a web interface that’s served off the ESP8266 itself. If you want your coffee machine to turn itself on in the mornings, and want a system that’s easy for the other inhabitants of your house to configure, something like this might be just the ticket.

But if you’re looking for a project on the other end of the ESP-tech spectrum, [CNLohr] wrote a standalone Ethernet controller for the thing. Woah.

Has Mankind Gone Too Far With Drone Fishing?

Previously man was limited in his ability to fish the waters of this world by the power of his arm or his ability to procure the services of a boat. Now, as long as man is willing to risk a thousand dollar drone set-up, he can descend upon unsuspecting fish with robotic precision. It is very unfair, and awesome.

The concept is simple. Buy one of those drones every upper middle class teenager seems to get for Christmas. Attach a streaming camera set-up to it. Next, rig it up so that it can fly the fishing line from the rod out, but when the fish bites the line can easily detach. Finally, attach a friend to the controls of the fishing rod.

After that it’s like shooting fish in an ocean. Fly the drone around, pulling the line behind you, until you see a school of fish. Next, dangle the bait in the center of the school. Inevitably one will strike, the line will detach, and it’s up to your friend to reel in your catch. Either that or a bunch of tuna will wreck your drone and you’ll get to watch a livestream of a thousand dollars sink to the ocean floor. Video after the break.

Continue reading “Has Mankind Gone Too Far With Drone Fishing?”