Your Plants Can Take Care Of Themselves Now

One of [Sasa]’s life goals is to be able to sit back in his home and watch as robots perform all of his work for him. In order to work towards this goal, he has decided to start with some home automation which will take care of all of his house plants for him. This project is built from the ground up, too, and is the first part of a series of videos which will outline the construction of a complete, open-source plant care machine.

The first video starts with the sensors for the plants. [Sasa] decided to go with a completely custom module based on the STM32 microcontroller since commercial offerings had poor communications designs and other flaws. The small board is designed to be placed in the soil, and has sensors for soil moisture as well as other sensors for amount of light available and the ambient temperature. The improvements over the commercial modules include communication over I2C, allowing a large number of modules to communicate over a minimum of wires and be arranged in any way needed.

For this build everything is open-source and available on [Sasa]’s GitHub page, including PCB layouts and code for the microcontrollers. We’re looking forward to the rest of the videos where he plans to lay out the central unit for handling all of these sensors, and a custom dashboard for controlling them as well. Perhaps there will also be an option for adding a way to physically listen to the plants communicate their needs as well.

Continue reading “Your Plants Can Take Care Of Themselves Now”

Motorcycle Needs Custom Latching Switches For Turn Signals

While modern cars have been getting all kinds of fancy features like touch screens, Bluetooth, crumple zones, and steering wheel controls, plenty of motorcycles have remained firmly in the past. Some might have extra options like a fuel gauge or even ABS if you’re willing to spend extra, but a good percentage of them have the bare minimum equipment required by law. That equipment is outdated and ripe for some improvements too, like this ergonomic custom turn signal switch built with custom latching switches.

Since motorcycle turn signals don’t self-cancel like car signals the rider has to cancel it themselves, usually by pushing an inconveniently tiny button. This assembly consists of four separate switches, two of which control the left and right turn signals. Since both can’t be on at the same time, they include circuitry that can detect their position and a small motor that can physically de-latch them if the other one is pressed. The entire assembly is 3D printed, including the latching mechanism, and they are tied together with a small microcontroller for the controls.

The truly impressive part of this build is the miniaturization, since all four buttons have to be reached with the thumb without removing the hand from the handlebar. The tiny circuitry and mechanical cam for latching are impressive and worth watching the video for. And, if you need more ergonomic improvements for your motorcycle there are also some options for cruise control as well, another feature often lacking in motorcycles.

Continue reading “Motorcycle Needs Custom Latching Switches For Turn Signals”

Battery Of The Future, Now Buildable Yourself

In theory, batteries and capacitors are fairly simple. One stores energy chemically and the other stores energy in an electric field. In practice though, building an energy storage device that has a practical amount of energy density is delicate, complex work. But if you have access to a few chemical compounds it’s actually not too difficult to produce useful batteries and electrolytic capacitors with the use of ionic liquids.

Ionic liquids are conductive liquids with a few other important qualities. Almost all of the ones shown can be built with relatively common compounds, and most of the products have advantageous physical qualities, making them stable and relatively safe for use. With some equipment found in a chemistry lab it’s possible to produce a wide variety of these liquids without too much hassle (although one method outlined uses an inert gas chamber), and from there batteries and capacitors can be built by allowing the ionic liquids to be absorbed into the device.

The video below shows the production of several of these devices and then illustrates their effects by running a small LED light. While they’re probably not going to be used to create DIY electric cars anytime soon, the production and improvement of atypical energy storage devices will be the key to a large part of the energy needs of society now and into the future, especially aluminum batteries like these.

Continue reading “Battery Of The Future, Now Buildable Yourself”

DIY Telescope Courtesy Of IKEA

Some of the most expensive hobbies have some of the more ingenious hacks on display, generally to lower the cost of entry to various parts the hobby itself. Amateur astronomy has expensive, necessary equipment such as telescopes and other optics, but also has a large group of people willing to build their own gear out of some surprising materials rather than buy pre-built equipment.

One of the latest telescopes from [The Amateur Engineer] uses several bowls from IKEA to build the mirror mount. It’s a variation of a Portaball telescope, which is similar to a Dobsonian telescope except that it is much easier to adjust and point in any direction. This “Portabowl” telescope uses two bowls epoxied together and weighted at the bottom as the core of the build. The mirror mounts inside the ball, and some supports are attached to it to hold the eyepiece and mount. With some paint and some minor adjustments it’s ready to go stargazing.

There are a few improvements to this build planned for the future, such as the creation of a larger ball that will make operating the scope easier. All in all, though, it’s an excellent example of amateur astronomy even without needing to go as far as grinding one’s own mirrors.

Growing The World’s Largest Snowflake

Plenty of areas around the world don’t get any snowfall, so if you live in one of these places you’ll need to travel to experience the true joy of winter. If you’re not willing to travel, though, you could make some similar ice crystals yourself instead. While this build from [Brian] aka [AlphaPhoenix] doesn’t generate a flurry of small ice crystals, it does generate a single enormous one in a very specific way.

The ice that [Brian] is growing is created in a pressure chamber that has been set up specifically for this hexagonal crystal. Unlike common ice that is made up of randomly arranged and varying crystals frozen together, this enormous block of ice is actually one single crystal. When the air is pumped out of the pressure chamber, the only thing left in the vessel is the seed crystal and water vapor. A custom peltier cooler inside with an attached heat sink serves a double purpose, both to keep the ice crystal cold (and growing) and to heat up a small pool of water at the bottom of the vessel to increase the amount of water vapor in the chamber, which will eventually be deposited onto the crystal in the specific hexagonal shape.

The build is interesting to watch, and since the ice crystal growth had to be filmed inside of a freezer there’s perhaps a second hack here which involved getting the camera gear set up in that unusual environment. Either way, the giant snowball of an ice crystal eventually came out of the freezer after many tries, and isn’t the first time we’ve seen interesting applications for custom peltier coolers, either.

Continue reading “Growing The World’s Largest Snowflake”

Monitor SpaceX Rocket Launches With Software-Defined Radio

The amateur radio community has exploded with activity lately especially in the software-defined radio (SDR) area since it was found that a small inexpensive TV tuner could be wrangled to do what only expensive equipment was able to do before. One common build with these cards is monitoring air traffic, which send data about their flights out in packets over the radio and can easily be received and decoded now. It turns out another type of vehicle, SpaceX’s Falcon 9 spacecraft, reports data via radio as well and with some slightly upgraded hardware it’s possible to “listen in” to these flights in a similar way.

Reddit users [derekcz] and [Xerbot] used a HackRF module to listen in to the Falcon 9’s data transmissions during its latest launch. While the HackRF is a much more expensive piece of equipment compared to the RTL-SDR dongles used to listen in on aircraft, it is much more capable as well, with a range from 1 MHz to 6 GHz. Using this SDR peripheral as well as a 1.2 m repurposed satellite dish, the duo were able to intercept the radio transmissions from the in-flight rocket. From there, they were recorded with GNU Radio, converted into binary data, and then translated into text.

It seems as though the data feed included a number of different elements including time, location information, and other real-time data about the rocket’s flight. It’s a great build that demonstrates the wide appeal of software-defined radio, and if you want to get started it’s pretty easy to grab a much cheaper dongle and use it for all kinds of applications like this. Go check out [Tom Nardi]’s piece on the last seven years of RTL-SDR to get caught up to speed.

Thanks to [Adrian] for the tip!

Supersized Weather Station Uses Antique Analog Meters

For most of us, getting weather information is as trivial as unlocking a smartphone or turning on a computer and pointing an app or browser at one’s weather site of choice. This is all well and good, but it lacks a certain panache that old weather stations had with their analog dials and stained wood cases. The weather station that [BuildComics] created marries both this antique aesthetic with modern weather data availability, and then dials it up a notch for this enormous analog weather station build.

The weather station uses 16 discrete dials, each modified with a different label for the specific type of data displayed. Some of them needed new glass, and others also needed coils to be modified to be driven with a lower current than they were designed as well, since each would be driven by one of two Arduinos in this project. Each are tied to a microcontroller output via a potentiometer which controls the needle’s position for the wildly different designs of meter. The microcontrollers themselves get weather information from a combination of real-world sensors outside the home of [BuildComics] and from the internet, which allows for about as up-to-date information about the weather as one could gather first-hand.

The amount of customization of these old meters is impressive, and what’s even more impressive is the project’s final weight. [BuildComics] reports that it took two people just to lift it onto the wall mount, which is not surprising given the amount of iron in some of these old analog meters. And, although not as common in the real world anymore, these old antique meters have plenty of repurposed uses beyond weather stations as well.

Continue reading “Supersized Weather Station Uses Antique Analog Meters”