Quarantine Clock Focuses On The Essential

In these dire times of self quarantining, social distancing, and life as know it coming to a halt, time itself can become rather blurry, and even word clocks may seem unnecessarily precise — especially if you happen to have a more peculiar circadian rhythm. And let’s face it, chances are your usual schedule has become somwehat irrelevant by now, so why bother yourself with dates or an exact time anyway? If you can relate to this, then [mwfisher3] has the perfect clock for you, displaying only the day of the week and a rough estimate of how far that day has progressed.

Using a Raspberry Pi and a spare touch screen, [mwfisher3] had an easy game to begin with, so the clock itself is just Chrome running in Kiosk mode, displaying a local web site with the hours of the day mapped to an array of their textual representation. A few lines of JavaScript are then updating the web site content with the current day and “time”, and a Python script is handling the screen’s back light based on the readings from a Philips Hue motion sensor, using the phue library.

While this is definitely one of the simpler clock projects we’ve seen, this simplicity offers actually a great introduction to some easy JavaScript-based web displays on a Raspberry Pi without much fuzz and distraction. But if that’s not your thing, and you like things more mechanical, we’ve recently covered this day clock that follows the same idea, and then there’s also this light box for an artistic approach of getting a rough estimate of the time.

Warm Up To Cooking With A Recipe-Randomizing Toaster

Did you get a thermal printer when they were hot stuff, but then your interest cooled when you couldn’t decide what to do with it? Something similar happened to [Sunyecz22], and the poor printer sat unused until that magical day when the perfect use for it popped up — a random recipe receiver in the form of a toaster.

[Sunyecz22] was tired of searching for recipes every week before going to the grocery store. Between the millions of recipe options on the internet and the 1000-word essays that precede them all, the process was like a part-time job. Now all they have to do is push the little lever down and wait for a recipe to get toasted into some thermal paper. It doesn’t print the full recipe, only the essentials, and we love that. You get the name, the prep time, a rating, and a QR code that links to the recipe page.

This toaster runs on a Raspberry Pi Zero W that fetches recipes using the Spoonacular API and sends the deets to the printer. The lever makes use of some old pen springs to activate a limit switch and start the recipe-getting process. We think it would be extra cool if it stayed down until the recipe popped up. Butter your way past the break to see a short demo video.

We must say, this toaster is way more helpful than the talkie toaster from Red Dwarf.

Continue reading “Warm Up To Cooking With A Recipe-Randomizing Toaster”

Handheld 3D Scanning, Using Raspberry Pi 4 And Intel RealSense Camera

Raspberry Pi 4 (with USB 3.0) and Intel RealSense D415 depth sensing camera.

When the Raspberry Pi 4 came out, [Frank Zhao] saw the potential to make a realtime 3D scanner that was completely handheld and self-contained. The device has an Intel RealSense D415 depth-sensing camera as the main sensor, which uses two IR cameras and an RGB camera along with the Raspberry Pi 4. The Pi uses a piece of software called RTAB-Map — intended for robotic applications — to take care of using the data from the camera to map the environment in 3D and localize itself within that 3D space. Everything gets recorded in realtime.

This handheld device can act as a 3D scanner because the data gathered by RTAB-Map consists of a point cloud of an area as well as depth information. When combined with the origin of the sensing unit (i.e. the location of the camera within that area) it can export a point cloud into a mesh and even apply a texture derived from the camera footage. An example is shown below the break.
Continue reading “Handheld 3D Scanning, Using Raspberry Pi 4 And Intel RealSense Camera”

Rock Out While You Knock Out Germs

We don’t know about you, but we’re pretty tired of singing two rounds of “Happy Birthday” or counting Mississippi to 20 each time we wash our hands. It’s difficult to do it without thinking about the reason why, and that’s not good for positivity. If you’d rather have your spirits lifted every time you hit the sink, you need a better soundtrack.

[Deeplocal] made a soap dispenser that gathers one of your top 20 tunes from Spotify and plays it for 20 seconds while you lather. The best part is that the songs don’t start at 0:00 — the code is written to use the preview clip of each one, so you get the algorithmically-determined best part.

Scrubber is a pretty simple build that uses a Raspberry Pi Zero W and a speaker bonnet powered by a LiPo, but we dig it just the same. The switch is adaptable to pretty much any soap dispenser — just stick two pieces of copper tape where they’ll make contact when the pump is pushed down, and solder wires to them. Check out the demo after the break.

We’ve often wondered how much more water we’re using with all the increased hand-washing out there. Adjusting to this apocalypse is arduous for all of us, but the environment is still a concern, so try to remember to turn the water off while you’re not using it. Is anyone out there working on an easy way to adapt home faucets to add motion or foot control? Because that would be awesome right about now.

The nice thing about Scrubber is that you can focus on washing your hands and doing so properly. If you’d rather watch a digital hourglass to pass the time, light up your lockdown lavatory lifestyle with LEDs.

Continue reading “Rock Out While You Knock Out Germs”

Microbatteries On The Grid

Not everybody has $6500 to toss into a Tesla Powerwall (and that’s a low estimate), but if you want the benefits of battery storage for your house, [Matt]’s modular “microbattery” storage system might be right up your alley. With a build-as-you-go model, virtually any battery can be placed on the grid in order to start storing power from a small solar installation or other power source.

The system works how any other battery installation would work. When demand is high, a series of microinverters turn on and deliver power to the grid. When demand is low, the batteries get charged. The major difference between this setup and a consumer-grade system is that this system is highly modular and each module is networked together to improve the efficiency of the overall system. Its all tied together with a Raspberry Pi that manages the entire setup.

While all of the software is available to set this up, it should go without saying that working with mains power is dangerous, besides the fact that you’ll need inverters capable of matching phase angle with the grid, a meter that handles reverse power flow, a power company that is willing to take the power, and a number of building code statutes to appease. If you don’t have all that together, you might want to go off-grid instead.

Launch Console Delivers Enjoyment To Software Deployment

Sometimes it feels as though all the good physical interactions with machines have disappeared. Given our current germ warfare situation, that is probably a good thing. But if fewer than ten people ever will be touching something, it’s probably okay to have a little fun and make your own interfaces for things.

Fun definitely seems to be some of the inspiration behind [sethvoltz]’s retro-style launch console. This two-factor authorization token-based system is responsible for an important task that usually receives no fanfare — deploying code to production.

The console is centered around a Yubikey, which is type of hardware dongle for 2FA. Flipping the guarded toggle switch will initiate the launch sequence, and then it’s time to insert the Yubikey into the 3D-printed lock cylinder and wait for authorization. If the Raspberry Pi decides all systems are go, then the key can be turned ninety degrees and the mushroom button mashed. You have our permission to peek at the declassified demo after the break. Stick around for a CAD view inside the lock cylinder.

Console culture was great, but the old full-size cabinets sure took up a lot of space. If you’re more of a hardware person, check out this mini-console for testing multiple servos.

Continue reading “Launch Console Delivers Enjoyment To Software Deployment”

This Is Not An Argument Bot

While in-person arguments are getting harder to come by these days, we’ll always have the internet (hopefully). So what can you do to stay on your game in a time when a little levity is lauded? Build an argument bot and battle wits with the best — a stern-faced John Cleese!

This latest offering from [8 Bits And A Byte] refers to a Monty Python sketch featuring an argument service — an office with a receptionist who will take your money and send you down the hall for a healthy and heated discussion. If you’ve never gone on a Monty Python binge, well, it’s probably as good a time as any.

Electronics-wise, the argument bot is a pretty simple build. A Raspberry Pi B+ outfitted with a Google AIY hat listens to your side of things and decides which bones to pick. Your obviously misguided statements are then matched with DialogFlow intents, and dissent is sent back through the speaker. Meanwhile, Mr. Cleese’s jaw moves up and down on a printed and servo-driven linear actuator while he maintains a stiff upper lip. Before you go off on that Python binge, check out the build video after the break.

Have you seen what can happen two robots argue? ‘Tis but a scratch. Continue reading “This Is Not An Argument Bot”