AI vision boards allow you to incorporate features like face, person, and object recognition into your projects. In this video, Becky shares 3 different boards that span different levels of complexity.
Today we’re building a mini television for cats. My cat Benchley loves watching TV. It’s really a mini computer, since I’m using a Raspberry Pi to play YouTube on a little HDMI screen. Let’s get started.
Thanks to DigiKey for supplying the materials for this project! Their boxes make great cat beds.
Storing filament properly is important for the quality of your prints. It will absorb moisture from the air, which will sizzle and pop as it passes through your printer’s hot end, causing blobs, under extrusion, and other defects.
Back in 2017, I showed you how to make a filament dry box, and while that’s a great project, a lot has changed since then and I want to update you on my current filament storage methods, and share some of my favorite things to print along the way.
The simplest and cheapest way to store filament spools is in plastic bags with a packet of silica gel. New spools come this way, but only some manufacturers use ziptop bags that you can reuse. Gallon freezer bags will do the trick, but the chonkier spools will be a tight fit, so to make them keep their seal for as long as possible, tape up the edges of the zipper.
Today we’re ditching the delay() function in favor of a more flexible solution that allows better input monitoring during your Arduino program’s runtime.
Today we’re looking inside the Relief Band 50 hours, a motion sickness wearable. It works by stimulating the nerve in your wrist that has been found to relieve motion sickness. You may have heard of or seen the compression-style wristbands before, but this takes it up a notch by using electricity to stimulate the nerve using two electrodes that you’re supposed to place on the inside of your wrist and turn it up until you can feel the buzz up through your first fingers. The single button on the device increases the power level when pressed, or turns the device off if you hold it down.
This “50 hours” version is great for keeping in the car in case I forget to take my Dramamine. I find the electrical stimulation a little annoying, so I don’t think I would want to rely on it for the whole car ride or whatever else is making me motion sick, but it definitely works and is great for the 20 minutes it takes the Dramamine to kick in. Because if you get motion sickness, you know that once you’re queasy, nothing can make that feeling go away until you stop moving.
So because it’s so useful to me, the relief band joins the club of devices I’ve taken apart that I like so much, that I bought another one for my personal use. And this isn’t sponsored by them, but they sell some of their models on Amazon so if you use my affiliate link, I’ll get a portion of the sale at no additional cost to you.
To take this gadget apart, I used leverage to pop the two halves of the enclosure apart. As I suspected, it is possible to replace the coincell batteries inside when they die, then snap the enclosure back together. But I get it, they wanted to offer a more affordable SKU than their rechargeable models, some of which also have a screen.
Today I’m sharing a quick and easy jewelry-making project- a necklace that holds your rings. It’s an easy way to keep my engagement ring safe while I’m working with something messy, or doing anything with tools where jewelry might be a safety concern.
It’s a fun optical illusion-like party trick to show friends that you can take the ring on and off of the holder without removing the chain.
Here’s how to make your own telepresence hug toy. Each circuit connects to the Arduino IoT Cloud and translates your hug into a soothing vibration on the other toy. Xyla Foxlin originally developed this project as a crowdfunded product, and we collaborated to bring this DIY version to life.
Understanding how to use sleep and interrupts in your Arduino circuits can help you gain greater control over your animated designs and save battery. In this episode, learn all about hardware interrupts, the Arduino Low Power library, and how to use them in your projects.