Neon Watch Glows Rather Nicely, Tells Time

It wasn’t long after the development of the LED that LED watches became available. They were prized for their clear light output and low power draw. Neon bulbs, on the other hand, are thirsty for current and often warm or even hot in operation. And yet, [Lucas] found a way to build them into a sweet watch that actually does the job. Nice, right?

The design uses a simple trick to avoid killing the batteries with excessive power draw. The neon lamps are only activated when the user waves a hand above the watch, at which point the lamps light to display the time. Reading the time is  a little fiddly, but understandable with the aid of this PDF diagram. Basically, the two electrodes of each neon lamp are driven independently. This gives each of the four lamps three possible states: with the first electrode lit, the second electrode lit, or both lit. Four lamps multiplied by three states equals 12—so the watch can display the hour quite easily. As for minutes, a similar scheme is used with some modifications for clarity. Setting the time is via a light sensor on the watch which picks up flashes from a computer screen.

It reminds us of a time when we once thought nixie tubes were too power hungry for a wristwatch build… until the hackers of the world proved us wrong. Video after the break.

Continue reading “Neon Watch Glows Rather Nicely, Tells Time”

Modeling Network Latency

The selfhosting community is an interesting and useful part of the Internet dedicated to removing one’s own services and data from the cloud and hosting it on their own servers, often on hardware that can be physically touched. With that kind of network usage, it’s not uncommon for people to build their own routers, firewalls, and other network support systems from the ground up. And, if you go deep enough, maybe even a home lab dedicated to testing and improving the network’s various layers. This piece of software helps simulate network latency to more accurately assess quality of service, performance, and the optimization of one one’s own networks.

The tool, called Speedbump, allows a network administer to quickly build a test network where characteristics of the network such as base latency and wave shape and size can be set up. From there, a TCP proxy sends the network traffic through the virtual network, adding in a set amount of delay to anything traveling on the network. It can be installed (or built from source) on an existing installation or used from within a Docker terminal, so there are plenty of options depending on preference. It’s also available as a library for any programs written in Go.

While this certainly has applications for home labs where self-hosting services is done at a high level, this could have professional applications as well. For troubleshooting simpler network issues we’d always recommend this tool which allows a more comprehensive network test than the standard “ping” command, and if you haven’t heard of selfhosting before it’s probably time to read this primer on it and build a hobby web server from scratch.

FLOSS Weekly Episode 766: WebRTC — The Hack That Connects Everyone To Everything

This week Jonathan Bennett and Dan Lynch talk with Sean DuBois, WebRTC wizard, all about the crazy feats the Pion Go server is capable of, how WebRTC is about to change OBS, and what it looks like to build a successful Open Source Career.

WebRTC is for more than video. The TOR Snowflake project uses Pion to sneak TOR traffic through firewalls even with Deep Packet Inspection (DPI) at play. Since nobody wants to block web conferencing, TOR and even Wireguard can use this to slip though.

Sean is also working on some game-changing patches for OBS Studio, including WHEP support to go along with the newly introduced WHIP feature. This enables direct connections to another OBS client, as well as connection to another WebRTC client like vdo.ninja without running an embedded browser to make it work.

And then there’s WebRTC For The Curious, a free CC0 e-book all about the nuts and bolts of WebRTC. And Broadcast Box, a ready-to-run WebRTC one-to-many broadcasting solution that lets you run your own streaming service. You can connect with Sean at the Real-time Broadcast Discord server for information about all of the projects listed here and more!

Continue reading “FLOSS Weekly Episode 766: WebRTC — The Hack That Connects Everyone To Everything”

Blastoise Humidifier Shows Us You Don’t Need A 3D Printer If You’re This Good With A 3D Pen

[3D SANAGO] is a bit of a master when it comes to using a 3D-printing pen. Their latest work involved fixing a broken humidifier and giving it a Pokemon-themed makeover. It’s an education in just what can be achieved with a tool many of us write off as a simple novelty.

The basic idea of the build was to create a Blastoise figurine that serves as a humidifier. Work starts with marking out a basic outline on a round stone. The 3D pen is then used to create a tortoise shell with the appropriate concave shape, directly on the rock. [3D SANAGO] also demonstrates how a simple plastic framework can be heated with a blowtorch and shaped around the rock as needed to generate gentle curves. Meanwhile, a simple marker pen serves as a form for creating the gun barrels on Blastoise’s back. The legs are built with a similar technique, but with expert manipulation with a blowtorch to turn them into stubby muscular forms.

The full figurine is built up in stages, with individual wireframe components assembled into a complete body. The gaps in the frame are then filled in by hand, which takes a long time; [3D SANAGO] calls it “the most boring for sure.” Plenty of post-processing is then done with various sanding tools and a bladed tip on a soldering iron. The latter is used as the melting action allows the creation of a smooth final surface. In contrast, subtractive methods like sanding would leave holes and divots that need to be filled in before painting. There’s plenty of sealing to be done before paint, too, to ensure the interior of Blastoise can hold water without leaking. Then, the internal componets are installed and the body finished to its final cartoon form. In case you’re wondering, [3D SANAGO] says that sanding took 2-3 days to get such a great result.

If you really dig it, it’s on display at [3D SANAGO’s] cafe in Daejeon. Overall, it’s amazing to see such craftsmanship with a 3D pen. A resin printer could obviously print a wonderful Blastoise of similar quality, but there’s something about watching the level of human skill in this that’s just compelling. Video after the break.

Continue reading “Blastoise Humidifier Shows Us You Don’t Need A 3D Printer If You’re This Good With A 3D Pen”

Arduino, Virtually

While simulating an Arduino isn’t a new idea, a recent project by [LRusso] provides an open source JavaScript simulator that runs in your browser. You can try it out live or host it yourself if you prefer.

The simulator looks much like the standard IDE, so there isn’t much to learn. You can select from several targets, including a UNO R3, a MEGA 1280, a MEGA 2560, or a NANO V3. At the bottom of the screen, you’ll see the correct number of digital pins, analog pins, and the serial monitor. The code is relatively new, and we noticed that the digital and output pins seem to work only for outputs. There is no way to modify any of the values from the user interface. You can, however, enter things into the serial monitor.

You can run a canned demo that uses digital and analog output. There is also another sample that uses the serial port. Unlike some other simulators, you can’t really add much external circuitry but, for some purposes, that isn’t a problem.

If you are looking for more, there is Simulide, which is also free. Falstad can do mixed signal simulations with Arduino code. There’s also Wokwi, which we’ve covered a few times before.

Linux Fu: Where’s That Darn File?

Disk storage has exploded in the last 40 years. These days, even a terabyte drive is considered small. There is one downside, though. The more stuff you have, the harder it is to find it. Linux provides numerous tools to find files when you can’t remember their name. Each has plusses and minuses, and choosing between them is often difficult.

Definitions

Different tools work differently to find files. There are several ways you might look for a file:

  1. Find a file if you know its name but not its location.
  2. Find a file when you know some part of its name.
  3. Find a file that contains something.
  4. Find a file with certain attributes (e.g., larger than 100 kB)

You might combine these, too. For example, it is reasonable to query all PDF files created in the last week that are larger than 100 kB.

There are plenty of different types of attributes. Some file systems support tags, too. So, you might have a PERSONAL tag to mark files that apply to you personally. Unfortunately, tool support for tags is somewhat lacking, as you’ll see later.

Another key point is how up-to-date your search results are. If you sift through terabytes of files for each search, that will be slow. If you keep an index, that’s fast, but the index will quickly be out of date. Do you periodically refresh the index? Do you watch the entire file system for changes and then update the index? Different tools do it differently. Continue reading “Linux Fu: Where’s That Darn File?”

Fan With Automatic Door Is Perfect For Camper Vans

Ventilation fans are useful for clearing stuffy or stale air out of a space. However, they also tend to act as a gaping hole into said space. In the case of caravans and RVs, an open ventilation fan can be terrible for keeping the interior  space warm, quiet, and free from dust. “Blast doors” or fan blocks are a common way to solve this problem. [Raphtronic] whipped up a duly-equipped ventilation fan to do just that.

The solution was to create a fan setup with a custom fan holder and a sliding door to block airflow when necessary. [Raphtronic] designed a fan frame for this purpose using parts 3D printed in ASA plastic. This material was chosen such that they could readily withstand the 50 C (120 F) temperatures typical in his Ford Transit camper during the summer. A simple 12 V ventilation fan was then fitted to the frame, along with a sliding door controlled by a 12 V linear actuator.

The mode of operation is simple. A DPDT switch controls the linear actuator. Flipped one way, the linear actuator is fed 12 V in such a polarity as to move it to open the fan door. In this mode, 12 volts is also supplied to the fan to start ventilation. When the switch is flipped the other way, the actuator moves to the closed position, and a diode in the circuit stops the fan spinning backwards. As a bonus, limit switches are built into the linear actuator, so there’s no need for any microcontrollers, “off” switch positions, or additional wiring.

It’s a tidy solution to the problem of ventilating a camper in a clean and effective manner. Files are on GitHub for those wishing to build their own. We’ve seen some great work in this area before, like this off-grid van project that made excellent use of 3D scanning during the build process. If you’ve designed and built your own nifty camping gear, don’t hesitate to drop us a line!