FISHBOT Reels Them In So You Don’t Have To

Fishing is generally thought of as a relaxing and laid-back activity, but it still requires a certain amount of physical strength and dexterity. This can be a problem for older anglers or those with physical disabilities. To bring back the simple joy of fishing to those who may no longer be able to hold a rod on their own, [Ozz] has been working on the FISHBOT.

The FISHBOT looks like a miniature crane, complete with an electric motor and winch to pull in the line. But there’s a bit more going on here than meets the eye. Anyone who’s tried to land a large fish knows you have to be cautious of snapping the line, so [Ozz] has added a load cell to the system that can tell when its being pulled too tightly. In the future he hopes to make this feature a bit smarter by taking into account additional variables, but for now it should at least keep the more energetic of your quarry from getting away.

[Ozz] is controlling the beefy 400 watt motor with an IBT-2 H-bridge module connected to an Arduino Mega. The electronics can communicate with the user’s smartphone over a HM-10 Bluetooth module, which allows for more advanced features such as gesture controls that utilize the accelerometer in the phone. Long term, it sounds like he hopes to use the microcontroller in conjunction with the load cell to pull off more advanced tricks like weighing the fish and sending the data off to the user’s fishing buddies to show off.

In the past we’ve seen a drone used to get a lure out where the fish are, but catching one and reeling it back in is a very different challenge. It looks like [Ozz] still has some work to do on this project, but so far it seems things are going well. Being able to return a simple pleasure like this to those who thought their fishing days were behind them will surely prove worthy of the effort.

Continue reading “FISHBOT Reels Them In So You Don’t Have To”

The Amiga 1000, Still Receiving New Peripherals 35 Years Later

In the world of retrocomputing it’s the earliest models that garner the most  interest, usually either due to their rarity, or sometimes just because of their flaws. The Commodore Amiga 1000 is a case in point, it was the machine everybody wanted but its A500 home computer sibling made the Amiga a success story. Peripherals for the 500 are plentiful then, while those for the 1000 remain a rarity. Thus it’s a treat to see an A1000 peripheral appear in the present day, in the form of a memory, clock, and SD card expansion called the Parciero. It packs 8Mb of SRAM to give the Amiga some truly quick fast memory, something that would have used an eye-wateringly expensive brace of chips back in the day but now has just a single package.

We like the description of the Parciero’s case as “about the size of a harmonica that’s been run over by a steam roller“, but it conceals the effect of the march of technology. Amiga enthusiasts are used to their peripherals being chunky affairs full of through-hole chips. Its creator [David Dunklee] is a retired senior US Space Force officer, and we appreciate his humour in the silkscreen layer. It’s a small-scale commercial product, but in a field so select as Amiga 1000 owners it’s unusual enough to make it noteworthy to all retrocomputer enthusiasts by virtue of its mere existence. We congratulate him for helping keep that little corner of vintage technology alive.

The Amiga 1000 may be the original, but it’s possible that it may not be the rarest Amiga.

Party Canoe Lights Up The Water

Generally, any activity out on the water is more dangerous when done at night. Hazards are less visible, and it can be easy to get into trouble. [Xyla Foxlin]’s party canoe can’t help with that, but it does look the business after dark.

The canoe is made out of fiberglass, directly formed onto an existing canoe to make getting the shape right easy. It was formed in two halves, with special care taken to make the final result as clear as possible. Obviously, fiberglass is never going to be perfectly transparent, but [Xyla] does a great job of getting a nice translucent frosted look. The final effect means that it’s the perfect canoe to stuff full of addressable LEDs. A string of WS2812Bs, hooked up to an Arduino, make for an appealing lightshow when boating at night.

The diffusive nature of the fiberglass really makes the difference here. We’ve talked about the topic before – it’s the key to making your glowy project really pop. Video after the break.

Continue reading “Party Canoe Lights Up The Water”

Companies Have New Take On Old Energy Storage Tech

According to Spectrum, several companies are poised to make a splash storing energy with gravity. That sounds fancy and high tech at first, but is it, really? Sure, we usually think of energy storage as some sort of battery, but there are many energy storage systems that use water falling, for example, which is almost what this new technology is all about. Almost, since instead of water these new systems move around multi-ton blocks.

The idea itself is nothing new. You probably learned in high school that you have kinetic energy when a rock rolls down a hill, but a rock sitting on a mountain immobile has potential energy. These systems use the same idea. Moving the “rock” up stores energy and letting it fall releases the same energy. The big difference between the systems is what “up” means.

For Swiss company Energy Vault, the 35 metric ton bricks rise into the air manipulated by towers that look like alien construction cranes. To store energy, the crane builds a tower of bricks around itself. When the bricks return to the ground, they form a lower ring around the tower.

Continue reading “Companies Have New Take On Old Energy Storage Tech”

DIY Laser Tag System Comes With All The Bells And Whistles

While VR is becoming really immersive, it still can’t compete with a game of good old laser tag to get the blood pumping and spending quality time with friends. [Xasin] has been working on a DIY laser tag system for a while now, and it has grown to include an impressive array of features and customizability.

Named LZRTag, the project started back in 2018 with simple ATmega328 based prototypes on breadboards. It has since evolved to a fully-featured system with ESP32s in the 3D printed pistol communicating with a Raspberry Pi/Linux game server over MQTT. Each pistol also features an accelerometer, I2S audio amp and speaker for game sounds, and WS2812 RGP LEDs for light effects. IR Lasers are used as emitters to target wearable IR receivers with more RGB LEDs wired to the pistol.

A Ruby server on a Linux machine takes care of all the communications, game management, shot validation, and scoring. It can handle up to 255 players and is designed to be extremely customizable for game modes, weapons classes, or any other feature you would like to have. [Xasin] has also created IR beacons to add even more possibilities, such as capture the flag, safe zones, and revive zones.

We really like the flexibility of the system, and it would make an awesome group project for a hackerspace. You could also add a shock module to motivate players a bit more to avoid getting shot. If you want more gun, take a look at the laser tag rifle with a HUD we featured earlier in the year Continue reading “DIY Laser Tag System Comes With All The Bells And Whistles”

Building A Pocket Sized Python Playground

Like many of us, [Ramin Assadollahi] has a certain fondness for the computers of yesteryear. Finding his itch for nearly instant boot times and bare metal programming weren’t being adequately scratched by any of his modern devices, he decided to build the PortablePy: a pocket-sized device that can drop him directly into a Python prompt wherever and whenever the urge hits him.

The device is powered by the Adafruit PyPortal Titano, which combines a ATSAMD51J20, ESP32, an array of sensors, and a 3.5″ diagonal 320 x 480 color TFT into one turn-key unit. The PyPortal is designed to run CircuitPython, but the scripts are usually dropped on the device over USB. That’s fine for most applications, but [Ramin] wanted his portable to be usable without the need for a host computer.

For a truly mobile experience, he had to figure out a way to bang out some Python code on the device itself. The answer ended up being the M5Stack CardKB, a tiny QWERTY board that communicates over I2C. Once he verified the concept was sound, he wrote a simple file management application and minimal Python editor that could run right on the PyPortal.

The final step was packaging the whole thing up into something he could actually take off the bench. He designed a 3D printed clamshell case inspired by the classic Game Boy Advance SP, making sure to leave enough room in the bottom half to pack in a charging board and LiPo pouch battery. He did have to remove some of the connectors from the back of the PyPortal to get everything to fit inside the case, but the compact final result seems worth the effort.

While an overall success, [Ramin] notes there are a few lingering issues. For one thing, the keyboard is literally a pain to type on. He’s considering building a custom keyboard with softer buttons, but it’s a long-term goal. More immediately he’s focusing on improving the software side of things so its easier to write code and manage multiple files.

It sounds like [Ramin] isn’t looking to compromise on his goal of making the PortablePy completely standalone, but if your convictions aren’t as strong, you could always connect a device like this up to your mobile to make things a bit easier.

Continue reading “Building A Pocket Sized Python Playground”

Hands-Free Page Turning

For people who can’t lift a finger to turn the page on their ebooks, a solution is at hand. Seoul based technology company Visual Camp has adapted their eye tracking algorithms to an ebook reader. (Video, embedded below.) Reportedly this is the first time an ebook reader has been so equipped.

If your eye lingers on the page turn button, it will turn the page. While this particular application seems innocuous, some of the other applications being touted seem a little contrived if not invasive. For example, applying gaze analysis while you are reading a book, they claim to be able to make targeted recommendations for other books.

We’ve discussed eye tracking devices before, but they have utilized hardware. Visual Camp claims their AI-based technology only requires a color camera and can be integrated into existing camera-equipped devices, such an this ebook reader. They also offer a SDK for developers who want to add eye tracking control into their apps. Eye tracking is hard, though, and the devil is in the details. It’d be neat to see what they’re up to.

Continue reading “Hands-Free Page Turning”