Posts with «instructables» label

Get into shape as you game with Cykill

If you’re having trouble finding time to work out because you’d rather play video games, then this is the solution you’ve been waiting for. The Cykill device modifies a normal exercise bike into a device that won’t let you power on your Xbox unless you’re pedaling sufficiently fast enough.

Making this even more motivating, is that if you stop pedaling fast enough, it immediately cuts power, ruining any in-progress game, and potentially even damaging your hard drive!

To implement this hack, Instructables user “Fuzzy-Wobble” used an Arduino Uno to intercept the bike’s normal control signals. From this data, as well as settings on a custom control panel, it decides whether or not to activate switchable plug that provides power to the Xbox.

If you’d like to build your own forced-fitness setup, be sure to check out the project’s write-up here. Gaming not your thing? Perhaps it’s Netflix binge-watching getting in the way of your healthy lifestyle instead…

Binge-watch and burn calories with the Arduino-powered Cycflix

As entertaining as watching Netflix may be, you’re not burning a lot of calories while binging on your favorite shows. In order to do both at the same time, hacker “Roboro” modded a stationary exercise bike to stop streaming if he’s not maintaining his fitness goals.

Bicycle speed is derived from the signal that’s normally sent to the built-in display. He uses an Arduino Nano to hijack the square wave, and sends this info to the streaming computer serially via USB.

Starting the Python script and inputting some information, Firefox will start to stream Netflix and display in real-time for current workout information such as round, speed, nominal speed for this round and time to next round. If the user goes below the nominal speed for too long, Netflix will pause until the user has gotten back up to speed.

If you’d like to try this yourself, you can find an Instructables write-up with all the necessary details and check out his code on GitHub. Though designed around Netflix, Roboro notes that it can be used with other streaming services with a few changes.

Portal fan recreates a sentry turret using an Arduino

Steven Gioiosa recently signed up for a “Makecourse” class at the University of South Florida, where he was required to build something that featured both an Arduino and a 3D-printed part. As a fan of Portal, and especially the sentry turrets in the game, it was an easy decision to construct one of these devices for himself.

Gioiosa’s turret recreation is based on an Arduino Uno connected to an HC-SR04 ultrasonic sensor, and features motion-activated lasers that move back and forth, along with audio feedback, depending on how far away the human target is. The project also involves a bunch of servos: one to open the arms out, another to pitch them up and down, and two more to move each arm left and right.

You can see Gioiosa’s sentry turret in action below, and find more details on his Instructables write-up here.

Building a pool-playing robot prototype with Arduino

Building robots can be (relatively) easy if you’d like something to wander around your room and avoid obstacles, but for complicated control tasks, like shooting pool, things need more development. Engineer “Bvarv” has been working on just such a robot, which currently exists as a one-sixth scale model.

Though it’s not currently capable of playing the game, the device uses some interesting tricks, including a frame supported by a pattern of increasing-diameter pieces of wood, a custom bearing made out of slingshot ammunition, and limit switches to control the billiard bot’s orientation.

For this project, Bvarv employed a pair of Arduino Unos and a PixyCam vision system, along with some servos, belts, and gears. While we may still be a few years away from a full-scale robotic opponent, you can check out the entire build over on Instructables and follow along with his progress in the videos below.

A LoRa home environment monitoring gateway

When you’re away from your home, perhaps you’d like to know what is going on there. A camera system is one solution, but is fairly data-intensive and might not be the right method if you’d like to monitor information like temperature and humidity in several zones. For this, Rod Gatehouse decided to build his own LoRa environment monitoring system using an Arduino Mega.

To keep an eye on things, Gatehouse (aka “RodNewHampshire” on Instructables) came up with an excellent LoRa IoT gateway that can be controlled via four push buttons and an LCD screen. This device can take input from remote stations wirelessly, and can put this data online or push it to a user as a text message.

The system enables a homeowner to monitor the home environment via an Internet accessible dashboard, receive periodic SMS environmental notifications, receive real-time SMS alerts when monitored environmental parameters exceed preset thresholds, and log environmental data to the cloud.

For more details on how Gatehouse set up this project and on his design choices, check out his Instructables page here.

Unlock your garage door with a fingerprint

Using an Arduino Micro for control, French teenager “Joebarteam” came up with a way to biometrically secure his garage.

If you need to get into your locked garage, what could be better than using your fingerprint? To this end, Joe’ came up with a system that unlocks his door using a fingerprint scanner, and a bistable relay to disable communication between the scanner and the Arduino if there’s a problem.

It’s a really professional-looking build, and the locking mechanism is especially interesting. Two rack-and-pinion devices plunge shafts into the ground, making the door impossible to open (it has to pull out before going up). If there is an issue with the system, the pins can be physically unlocked and disabled as needed.

You can find more details on the project’s Instructables page here.

Scare your friends with a 3D-printed animatronic eyeball

With October still six months away, you may not be thinking about Halloween decorations just yet. However, this Arduino-based ocular assembly could make for a spooky yet simple prop!

There are few things more unnerving than an eyeball or three looking at you from some concealed position—such as under clothing as in the project’s video. If you’d like to scare friends, family, or random visitors, Maker Will Cogley has the perfect solution with his 3D-printed animatronic eye and eyelid mechanism.

A joystick moves the eyeball around, while a small push-to-make switch blinks the eye and another potentiometer adjusts how wide open the eyelids are by default. The device itself, which can be controlled with any Arduino board capable of supporting four servos, took him a day to design and build, and should take much less time using his instructions, code, and STL files.

Want to create your own? You can find more details over on Cogley’s Instructables page here.

Teenage Maker builds his own Arduino drone

When most people decide they’re going to build a quadcopter, they likely go to their favorite online retailer or hobby shop, and get the correct parts to connect together.

17-year-old Maker Nikodem Bartnik instead decided to customize things further, programming an Arduino to act as his flight controller, and constructing a transmitter (or “pilot” as he refers to it) from scratch. Finally, he attempted to 3D print the frame, but after some difficulty chose to just buy one.

The rest of the electronics consisted of four motors, four ESCs, some propellers, two nRF24L01 radio modules, an MPU-6050, a LiPo battery, and a bunch of other small components. You can see more of Bartnik’s project over on Instructables, as well as check out “Ludwik” (named partially as a nod to Nikodem’s friend “lukmar”) flying quite nicely in the video below.

An Arduino Final Countdown Timer

While playing a game called slither.io, Nathan Ramanathan was asked by his father to turn on a wet grinder for “exactly 45 minutes.” As explained, this device uses stones to grind rice into dough, producing material for delicious-looking Dosa cakes.

Deliciousness aside, Ramanathan would rather have the grinder stop automatically than wait around for it, and came up with his own Arduino Uno-based outlet timer controlled via smartphone over Bluetooth. As a bonus, it plays “The Final Countdown” by Europe when only a few seconds remain. 

His write-up includes some discussion about multitasking and the perils of using the delay() function, so be sure to check that out if you’d like more information. Also, when dealing with outlet/mains power, use extreme caution and get help from someone qualified if needed.

Why buy a soldering station when you can build one instead?

As with many products, if you want the best, you’ll pay top dollar for it. After seeing that the supposed best soldering station on the market sells for $500, YouTuber GreatScott! decided to instead purchase the iron and tip for a total of around $100, then reverse-engineer how the station should work.

From there, he used an Arduino Pro Mini along with a little OLED screen to display the temperature, and a toroidal transformer as well as several other components to power and complete his build. Finally, he 3D-printed a nice red enclosure and attached everything together, making his own custom soldering station.

You can see more on this station’s Instructables write-up, and check out GreatScott!’s channel for other interesting projects!