Reverse-Engineering The Web-@nywhere Watch For 2001-Era Smartwatch Action

Although smartwatches seem to be just a recent fad, people have been strapping wristwatches to their wrists with all kinds of functionality. Whether a miniscule calculator, a remote control, an organizer or as in the case of the Web-@nywhere Watch a web browser. In the last case only sort of, naturally, as it was released in 2001 and this little early 2000s marvel cost only $85 (or $150 in 2024 USD), so what could it really be capable of? This is the million dollar question that [Cameron Kaiser] sought to find out as he found a new-in-box unit for sale.

The Web-@nywhere watch in action. (Credit: Cameron Kaiser)
The Web-@nywhere watch in action. (Credit: Cameron Kaiser)

Beforehand he knew already that the unit required interaction with a PC-based application to sync the 93 kB of on-watch data, with the required software and remote servers now being very much outdated and/or gone. This required some reverse-engineering to once more bring this watch widget back to life. Along the way it became also quite clear that this watch was designed as a cheap rip-off of the much better 1998 Seiko Ruputer – which later got sold also as the onHand PC – using the same joystick-driven interface.

After some poking around with the Windows-based software that came with the watch [Cameron] quickly realized that while it could establish a serial link with the watch in its cradle, it fully relied on a now defunct FTP server formerly run by the manufacturer, Kinger, along with any games and content on it. Since FTP servers were never archived like HTTP sites, this content is likely gone forever.

Fortunately, the protocol between the PC and the watch is a standard serial link (with parity), so [Cameron] was able to sniff the serial traffic and figure out the protocol, the results of which he has made available on GitHub in the form of a Perl script for transforming text and a C-based application to do the uploading. Now once again Web-@nywhere users can proudly roam the streets with 2024-era website content on their wrists.

Garden Light Turned Mesh Network Node

We love a good deal, especially when it comes to scavenging parts for projects. Cheap outdoor solar lights are more than just garden accessories; they’re a handy source of waterproof enclosures, solar panels and batteries. This is demonstrated by [Tavis], who turned one such light into a Meshtastic LoRa communication node.

Solar Light With Meshtastic node inside
Where there’s an antenna, there’s a radio

A nice feature on this specific $15 Harbor Breeze Solar LED is the roomy solar panel enclosure with integrated 18650 battery holder, allowing for easy battery swaps. [Tavis] was able to easily fit the RAKwireless modular dev board, and wire it into the light’s charging circuit. The cheap  circuit is likely not the most efficient, but will probably get the job done. It’s always possible to just swap it out with a better charging board. [Tavis] also added an external antenna by using a panel-mount SMA pigtail connector.

The Meshtastic project is all about enabling text-only communications through LoRa-based mesh networks, built using off-the-shelf devices and development boards that won’t break the bank. The project has seen some incredible growth, with people all over the world setting up their own networks.

It’s not the first time we’ve seen garden lights get used in project. We’ve seen MQTT added to a PIR solar light with some clever power saving circuitry, and as a power source for Attiny85-based projects.

Learn Sailing Mechanics Without Leaving Dry Land

The ancient art of sailing can be very intimidating for the uninitiated given the shifty nature of wind. To help understand the interaction of wind direction and board orientation, [KifS] designed a hands-on sailing demonstrator that lets students grasp the basics before setting foot on a real sailboat.

The demonstrator uses a potentiometer as a tiller to control a model sailboat’s angle, while another stepper motor adjusts the position of a fan to simulate changing wind directions. With an Arduino Uno controlling everything, this setup affords students the opportunity to learn about sail positioning and adjusting to shifting winds in an interactive way, without the pressures and variables of being on the water.

[KifS]’s creation isn’t just about static demonstrations. It features four modes that progressively challenge learners—from simply getting a feel for the tiller, to adjusting sails with dynamic wind changes, even adding a game element that introduces random wind movements demanding quick adjustments. [KifS] mentions there are potentials aspects that can be refined, like more realistic sail response and usability, but it already achieved the main project goals.

There are a myriad of potential ways to add new tech to the ancient art of sailing. We’ve seen a DIY autopilot system, full sensor arrays, and an open source chart plotter. It’s even been proven you can have a wind powered land vehicle that travels faster than the wind.

How A Steam Bug Once Deleted All Of Someone’s User Data

In a retrospective, [Kevin Fang] takes us back to 2015, when on the Steam for Linux issue tracker [keyvin] opened an issue to report that starting the Steam client after moving the Steam folder had just wiped all of his user data, including his backup drive mounted under /media. According to [keyvin], he moved the standard ~/.local/share/steam to a drive mounted under /media and symlinked ~/.local/share/steam to this new location on the external drive. He then tried starting Steam, which failed, before Steam crashed and tried reinstalling itself. That’s when [keyvin] realized that Steam had apparently recursively deleted everything owned by his user from the root folder.

The infamous Valve code that made Linux users sad.
The infamous Valve code that made Linux users sad.

In the issue thread, user [doofy] got hit by the same bug when trying to directly start the ~/.local/share/steam/steam.sh script with debugging enabled. He then was the first to point out the rm -rf in that steam.sh script, but since this particular line is in a function only called when Steam tries to remove and reinstall itself to ‘fix’ a botched start, how did this happen? Ultimately it seems to be because of the STEAMROOT variable being set to an empty string, and another unset variable triggering the reset_steam() function, leading to the demise of all the user data.

Since then Valve has presumably fixed the issue, as no further users have filed tickets, but it’s concerning that a similar issue seems to still exist on Windows. Whether or not the original Linux issue has been fixed, it shows clearly how one should always check return values and perhaps, just maybe, never do an automated rm -rf or equivalent.

Continue reading “How A Steam Bug Once Deleted All Of Someone’s User Data”

The Giant LEGO You Always Wanted To Play With

The interlocking LEGO bricks are probably one of the most versatile toys to come out of the 20th century, but aside from the Duplo larger-sized version for smaller kids, they don’t come in what you might term grown-up sizes. This has not deterred [Veranda Vikings] though, who have come up with the fantastic idea of giant LEGO bricks made from snow.

Making them is simplicity itself given enough depth of the white stuff, simply press the lid of one of those plastic LEGO storage bins into some fresh snowfall hard enough to compact  your brick, and then lift clear a perfect icy 2 by 2 brick. Most of the post is devoted to the building escapades of some very happy kids, and we can’t help envying them the opportunity. It appears that like the LEGO fries in the cafe at Legoland in Bilund, these bricks don’t quite interlock. We think that it would be possible to press the LEGO storage lid into the bottom of them though, perhaps some readers would like to experiment.

Either way, this is a hack to warm the hearts of readers worldwide, whether they live in a country with snow or not. We’re surprised Lego themselves haven’t caught on to the idea, and sold giant snow-brick moulds.

HOPE Is On, Spread The Word

Since 1994, Hackers on Planet Earth (HOPE) has been on the short list of must-see hacker events in the United States. Held in New York every other year (global pandemics notwithstanding), it’s an event where hackers, makers, artists, and luminaries can meet and swap ideas into the wee hours of the morning. With hands-on demonstrations, art installations, an incredible roster of speakers, and all the Club-Mate you can drink, there really is something for everyone.

Tickets are now available for HOPE XV, which will be held from July 12th to the 14th in Queens. It will once again be held on the campus of St. John’s University, as the historic Hotel Pennsylvania which played host to the con since its inception was converted into a somewhat less luxurious empty lot in 2022.

Continue reading “HOPE Is On, Spread The Word”

Street Photography, With RADAR!

As the art of film photography has gained once more in popularity, some of the accessories from a previous age have been reinvented, as is the case with [tdsepsilon]’s radar rangefinder. Photographers who specialized in up-close-and-personal street photography in the mid-20th century faced the problem of how to focus their cameras. The first single-lens reflex cameras (SLRs) were rare and expensive beasts, so for most this meant a mechanical rangefinder either clipped to the accessory shoe, or if you were lucky, built into the camera.

The modern equivalent uses an inexpensive 24 GHz radar module coupled to an ESP32 board with an OLED display, and fits in a rather neat 3D printed enclosure that sits again in the accessory shoe. It has a 3 meter range perfect for the street photographer, and the distance can easily be read out  and dialed in on the lens barrel.

Whenever the revival of film photography is discussed, it’s inevitable that someone will ask why, and point to the futility of using silver halides in a digital age. It’s projects like this one which answer that question, with second-hand SLRs being cheap and plentiful you might ask why use a manual rangefinder over one of them, but the answer lies in the fun of using one to get the perfect shot. Try it, you’ll enjoy it!

Some of us have been known to dabble in film photography, too.

Thanks [Joyce] for the tip.