The Web Clock You Can Control Over A LAN

Not every project is meant to solve a new problem. Some projects can be an extension of an existing solution just to flex the geek muscles. One such project by [limbo] is the Web Clock 2.0 which is an internet-connected clock.

Yes, it uses a WEMOS D1 mini which is equipped with an ESP-12F (ESP8266) and yes, it uses an LCD with an I2C module to interface the two. The system works by connecting to the Google servers to get GMT and then offsets it to calculate the local time. It also has the hourly nagging chime to let you know that another precious hour of your life has gone and you need to set it up.

What [limbo] adds to the conventional functionality is a LAN application to send custom messages to the LCD. The software is called ‘Clock Commander’ and can be downloaded as a Windows binary through the source code is unavailable for now. Simply point it to the correct IP address and you can then send it commands to display stuff as well as control the sound. The project comes with Lua scripts and instruction how to DIY.

We imagine this can be used to create a custom geeky table clock or hack a digital coo-coo clock to drive your co-workers crazy at the press of a button. For those who are looking for something with lasers, check out the Laser Pointer Clock for a slightly more challenging build. Continue reading “The Web Clock You Can Control Over A LAN”

A Lesson On Zener Regulators

For the longest time, Zener diode regulators have been one of those circuits that have been widely shared and highly misunderstood. First timers have tried to use it to power up their experiments and wondered why things did not go as planned. [James Lewis] has put up a worth tutorial on the subject titled, “Zener Diode makes for a Lousy Regulator”  that clarifies the misconceptions behind using the device.

[James Lewis] does an experiment with a regulator circuit with an ESP8266 after a short introduction to Zener diodes themselves. For the uninitiated, the Zener diode can operate in the reverse bias safely and can do so at a particular voltage. This allows for the voltage across the device to be a fixed value.

This, however, depends on the current flowing through the circuit which in turn relies on the load. The circuit will work as expected for loads the draw a small amount of current. This makes it suitable for generating reference voltages for microcontrollers and such.

To make a Zener into a “proper” voltage regulator, you just need to buffer the output with an amplifier of some kind. A single transistor is the bare minimum, but actually can work pretty well. You might also add a capacitor in parallel with the Zener to smooth out some of its noise.

Zener diodes are wonderful little devices and write-ups like these are indispensable for beginners and should be shared more often like the Zener and Schottky Tutorial and Diodes as a Switch.

 

3D Printed Lamp Even Prints The Nuts And Bolts

The first print to come off a shiny new 3D printer is usually a toy widget of some sort that will forever sit at your desk without purpose. The alternative is a practical project that is custom and personal like this 3D Printed Articulating Lamp. [IgorF2] shares his design for this wall mounted device which was created using Fusion 360.

The complete design consists of eight parts which includes the arms, nuts, and bolts, as well as the wall mount, each of which can be printed individually. These come together to form a structure that can be attached to a wall or your work bench. Though [IgorF2] has provided arm pieces of length 100 mm, 140 mm and 200 mm, you can mix and match to create a much larger project. The files are available for download from Thingiverse for your making pleasure.

We think this can be a great basic structure for someone looking at custom wall mounted projects. The lamp mount can be easily supplemented by a Raspberry Pi and Camera holder if you feel like live streaming your bench. Alternatively, it may be customized to become a motion detecting lamp just for fun. We hope to see some good use come of it in the future.

3D Printing On The Subway; Or Anywhere Else!

3D-Printed wearable electronics are on the rise, however our own [Naomi Wu] flipped it around and made a wearable 3D printer which not only is portable but also manufactures on the move!

The project starts with a baby carrier that was locally purchased, and the extra fat was trimmed off leaving behind only the primary harness and square frame. This square frame is left intact to provide stability to the mounted printer as well as some level of comfort to the wearer. [Naomi] then drills a number of new holes in the delta printer in question, of which fortunately the top is made of plastic. Using swivel screws and long screws, the upper part connects with the harness. The receptacle clamp for the upper part is 3D-printed as well, and provides a modular rigid fixture for the machine.

The lower part also uses a 3D-printed triangular base that has a slot for the carrier frame which attaches with the bottom part of the delta using screws. The project is powered via two 3 Ah batteries that are kept in place behind the printer using custom clamps made with PLA. The whole project works on the move, as demonstrated by [Naomi] in the video below.

From dissecting the baby carrier to puncturing holes in a harness using a screwdriver heated by a blow torch, this project has a lot of DIY in it. For those looking for a more productive motorised wearable, check out Adding Haptic Feedback For The Disabled. Continue reading “3D Printing On The Subway; Or Anywhere Else!”

Network Analysers: The Electrical Kind

Instrumentation has progressed by leaps and bounds in the last few years, however, the fundamental analysis techniques that are the foundation of modern-day equipment remain the same. A network analyzer is an instrument that allows us to characterize RF networks such as filters, mixers, antennas and even new materials for microwave electronics such as ceramic capacitors and resonators in the gigahertz range. In this write-up, I discuss network analyzers in brief and how the DIY movement has helped bring down the cost of such devices. I will also share some existing projects that may help you build your own along with some use cases where a network analyzer may be employed. Let’s dive right in.

Network Analysis Fundamentals

As a conceptual model, think of light hitting a lens and most of it going through but part of it getting reflected back.

The same applies to an electrical/RF network where the RF energy that is launched into the device may be attenuated a bit, transmitted to an extent and some of it reflected back. This analysis gives us an attenuation coefficient and a reflection coefficient which explains the behavior of the device under test (DUT).

Of course, this may not be enough and we may also require information about the phase relationship between the signals. Such instruments are termed Vector Network Analysers and are helpful in measuring the scattering parameters or S-Parameters of a DUT.

The scattering matrix links the incident waves a1, a2 to the outgoing waves b1, b2 according to the following linear equation: \begin{bmatrix} b_1 \\ b_2 \end{bmatrix} = \begin{bmatrix} S_{11} & S_{12} \\ S_{21} & S_{22} \end{bmatrix} * \begin{bmatrix} a_1 \\ a_2 \end{bmatrix} .

The equation shows that the S-parameters are expressed as the matrix S, where and denote the output and input port numbers of the DUT.

This completely characterizes a network for attenuation, reflection as well as insertion loss. S-Parameters are explained more in details in Electromagnetic Field Theory and Transmission Line Theory but suffice to say that these measurements will be used to deduce the properties of the DUT and generate a mathematical model for the same.

General Architecture

As mentioned previously, a simple network analyzer would be a signal generator connected and a spectrum analyzer combined to work together. The signal generator would be configured to output a signal of a known frequency and the spectrum analyzer would be used to detect the signal at the other end. Then the frequency would be changed to another and the process repeats such that the system sweeps a range of frequencies and the output can be tabulated or plotted on a graph. In order to get reflected power, a microwave component such as a magic-T or directional couplers, however, all of this is usually inbuilt into modern-day VNAs.
Continue reading “Network Analysers: The Electrical Kind”

Hacker Maketh Kingsman Umbrella

Yes! Someone made the Kingman umbrella and yes it can shoot and yes it has a display on the inside. [James Hobson] just put up a video on YouTube for this excellent project detailing the process that went into creating this live working prop and it is amazing.

The build starts with finding a rugged umbrella and was tested by standing on it as well as decimating a few household objects. Compress CO2 cartridges provide the fuel for propelling blow darts as well as other non-lethal forms of ammunition. The coolest part of the project is the screen inside the portable that allows you to see-through the dome. This is accomplished by a combination of a small camera and a portable mini projector. Simple yet awesome.

The camera is mounted near the muzzle whereas the projector is sliced-up and integrated into the grip. The handle in question is itself 3D printed and includes a custom trigger into the design. Check out the video for a demonstration of the project.

Movie props have a special place in every maker’s heart and this project is an excellent example of imagination meeting ingenuity. After seeing this video, security agencies are going to be giving umbrella owners some suspicious looks though creating own of your own could be a very rewarding experience. If you are looking for a more obvious prop, then check out the PiPBoy Terminal from Fallout which is sure to get everyone’s attention. Continue reading “Hacker Maketh Kingsman Umbrella”

Relay Computer: You Can Hear It Think

Modern digital computers have complex instruction sets that runs on state-of-the-art ALUs which in turn are a consequence of miniaturized logic gates that are built with tiny transistors. These tiny transistors are essentially switches. You could imagine replacing with electromagnetic relays, and get what is called a relay computer. If you can imagine it, someone’s done it. In this case, [jhallenworld].

The Z3 was the first working programmable, fully automatic digital computer designed by Konrad Zuse. The board employs modern semiconductor devices such as memory and microcontrollers, however, the CPU is all relays. A hexadecimal keyboard allows for program entry and a segment display allows tracking the address and data. The program is piped into serial to the parallel decoder and fed to the CPU where the magic happens. Since the core is electromechanical it is possible to connect the output to peripherals such as a bell as demonstrated near the end of the video.

This project is a good balance of retro and modern to be useful to anyone interested in mechanical computers and should be a lot of fun for the geek kind. Hacking this computer to modify the instruction set should be equally rewarding and a good exercise for students of computing theory.

There is a SourceForge page dedicated to the project with the details on the project including the instruction set and architecture. Check out the video below and if you are inspired by the project, be sure to check out the [Clickity Clack]’a Videos on designing a relay computer bit by bit.