Jet Powered Go Kart Built with RC Gear

Turbine cars never quite came to be, despite many experiments in the 20th century. Despite their high power output for their size, they’re just not well suited to land transport applications; even the M1A1 tank has been much maligned for its turbine power plant. That didn’t stop [Warped Perception] for throwing a jet on the back of a kart though, and it looks like a whole lot of fun. (Video, embedded below.)

Read more…

Automatic pool stick vs. strangers

An automatic pool playing robot – how hard could it be? Turns out harder than I thought. It took me quite a while to work through all the difficulties of this project but when it all finally came together is so worth it. To my surprise the most interesting aspect of this project is using the cue to play real games of pool over the internet. Let me know if you think twitch plays billiards would be worthwhile…

3D-printed mobile robot based on the Arduino Due

Although an Arduino can be a great way to provide computing power for a mobile robot, you’ll need a variety of other electronics and mechanical components to get it going. In his write-up, computer science student Niels Post outlines how he constructed a robotic platform that travels via two stepper motors, along with casters to keep it upright. Its round chassis is 3D-printed and runs on three rechargeable 18650 batteries.

Read more…

Arduino Powered Weather Balloon Datalogger

Hey everyone!! You’re probably wondering, wait, you can send an Arduino to space? Almost. Using a weather balloon, you can send an Arduino, camera, garlic bread, or anything else you want to a third of a way to space! Even though it is a third of the way to space, almost 99% of the atmosphere isn’t present, so we call it “the edge of space.” This guide is super long, but unless you are just checking this project out, make sure to read everything until Path 1. Anyways, let’s get into how you can do this.

Read more…

A Hi-Fi Speaker From Some Foil and Magnets

In the world of speakers, mass is the enemy of high frequency response. In order to get the crispest highs, some audiophiles swear by speakers in which the moving element is just a thin ribbon of metal foil. As the first step towards building a set of ribbon headphones, [JGJMatt] has designed a compact ribbon speaker made from aluminum foil.

A 3D-printed body holds six permanent magnets, which produce the static magnetic field necessary for the speaker to work. The sound itself is produced by a corrugated aluminum diaphragm made by taking a strip of foil and creasing it with a gear. Aluminum is difficult to solder, so electrical contact is made with a couple of short segments of copper tape. A little Blu Tack and glue hold it all together, and the result is stunning in its simplicity.

Read more…

This bin will sort your trash and recyclables automatically

Often you might see a recycling bin next to a trash can, and notice that someone else has thrown their waste into the wrong container. To help with this conundrum, the team of Shalin Jain, Viraj Singh, Edward Chen, and Joshua Kim created a double-sided container that sorts things automatically.

Their device, dubbed “Splash,” takes a webcam image of the item presented to it, analyzes this with a Python script and the Azure Custom Vision API, and reports back to an Arduino Uno controller with its findings. Depending on the results, the Arduino then uses a driver board and motor to properly position a flap, directing refuse into in the correct bin.

Read more…

Creating an over-engineered random number generator Arduino shield

Often when working with Arduino projects, you’ll need to generate a random number. There’s a random() function built into the IDE that works acceptably in many cases, but maker_ATOM wanted to take things to the next level, creating an “over engineered true random value generator.”

This device sits on top of an Arduino Uno as a shield, and features input from a floating pin seed value. It adds light input as a second seed value with an LDR, and ambient noise via a microphone as a third value. These are used to choose from an array of Pi digit values, which are also random, revealing outputs on its OLED display at the push of a button that would be exceedingly difficult to predict! 

More details on the project can be found in maker_ATOM’s Instructables post.

Read more…

Draw on bottles using a CNC plotter made from old printer rollers and other scraps

To label used bottles that would otherwise go to waste, “tuenhidiy” created a CNC plotter that itself consists mostly of scraps!

The machine’s X and Z axes are formed out of a pair of old CD/DVD players, but instead of a traditional Y axis, it actuates two printer rollers to turn a bottle forwards or backwards. This allows the marking pen to be placed in just the right axial position, while still being very similar to a fully Cartesian (XYZ) plotter controls-wise.

Read more…

Robin Grosset Takes a RaspberryPi Pico’s RP2040 to New Heights with an Overclock to 420MHz

Impressive overclock boosts the RP2040’s Arm cores to more than three times their official upper limit of 133MHz.

Engineer Robin Grosset has pushed a Raspberry Pi Pico and its RP2040 microcontroller to its limits, successfully overclocking the chip from its stock 133MHz to an impressive 420MHz.

Launched earlier this year the Raspberry Pi Pico development board plays host to Raspberry Pi’s first in-house silicon, the RP2040 microcontroller. Officially, the chip can be clocked at speeds of up to 133MHz — but unofficially the part can run considerably quicker, as is often required to get the best performance out of hacks like turning one into a fully-functional BBC Micro emulator.

Read more…