A Trillion Trees – How Hard Can It Be?

Data from 2016 pegs it as the hottest year since recording began way back in 1880. Carbon dioxide levels continue to sit at historical highs, and last year the UN Intergovernmental Panel on Climate Change warned that humanity has just 12 years to limit warming to 1.5 C.

Reducing emissions is the gold standard, but it’s not the only way to go about solving the problem. There has been much research into the field of carbon sequestration — the practice of capturing atmospheric carbon and locking it away. Often times, this consists of grand plans of pumping old oil wells and aquifers full of captured CO2, but there’s another method of carbon capture that’s as old as nature itself.

As is taught in most primary school science courses, the trees around us are responsible for capturing carbon dioxide, in the process releasing breathable oxygen. The carbon becomes part of the biomass of the tree, no longer out in the atmosphere trapping heat on our precious Earth. It follows that planting more trees could help manage carbon levels and stave off global temperature rises. But just how many trees are we talking? The figure recently floated was 1,000,000,000,000 trees, which boggles the mind and has us wondering what it would take to succeed in such an ambitious program.

Continue reading “A Trillion Trees – How Hard Can It Be?”

Simulate Climate With An Arduino

Greenhouses create an artificial climate specifically suited to the plants you want to grow. It’s done by monitoring conditions like temperature and humidity, and making changes using things like vents, fans, irrigation, and lighting fixtures to boost temperature. But how do you know when it’s time to up the humidity, or vent some of the heat building up inside? The easy way is to use the Arduino-powered Norman climate simulator from [934Virginia] which leverages data from different locations or times of year based on NOAA weather data to mimic a particular growing environment.

Norman relies on a simple input of data about the target location, working from coordinates and specified date ranges to return minimum/maximum values for temperature and humidity weather conditions. It makes extensive use of the Dusk2Dawn library, and models other atmospheric conditions using mathematical modeling methods in order to make relatively accurate estimates of the target climate. There are some simulations on the project’s Plotly page which show what this data looks like.

This data is used by [934Virginia’s] Arduino library to compare the difference between your target climate and actual sensor readings in your greenhouse. From there you can make manual changes to the environment, or if you’re luck and already have an Arduino-based greenhouse automation system the climate adjustments can be done automatically. The project is named after Norman Borlaug, a famous soil scientist and someone worth reading about.

Editor’s Note: This article has been rewritten from the original to correct factual errors. The original article incorrectly focused on replicating a climate without the use of sensors. This project does require sensors to compare actual greenhouse conditions to historic climate conditions calculated by the library. We apologize to [934Virginia] for this and thank them for writing in to point out the errors.

Images courtesy of Wikimedia Commons.

Building A Safe ESP32 Home Energy Monitor

The first step to reducing the energy consumption of your home is figuring out how much you actually use in the first place. After all, you need a baseline to compare against when you start making changes. But fiddling around with high voltage is something a lot of hackers will go out of their way to avoid. Luckily, as [Xavier Decuyper] explains, you can build a very robust DIY energy monitoring system without having to modify your AC wiring.

In the video after the break, [Xavier] goes over the theory of how it all works, but the short version is that you just need to use a Current Transformer (CT) sensor. These little devices clamp over an AC wire and detect how much current is passing through it via induction. In his case, he used a YHDC SCT-013-030 sensor that can measure up to 30 amps and costs about $12 USD. It outputs a voltage between 0 and 1 volts, which makes it extremely easy to read using the ADC of your favorite microcontroller.

Once you’ve got the CT sensor connected to your microcontroller, the rest really just depends on how far you want to take the software side of things. You could just log the current consumption to a plain text file if that’s your style, but [Xavier] wanted to challenge himself to develop a energy monitoring system that rivaled commercial offerings so he took the data and ran with it.

A good chunk of his write-up explains how the used Amazon Web Services (AWS) to process and ultimately display all the data he collects with his ESP32 energy monitor. Every 30 seconds, the hardware reports the current consumption to AWS through MQTT. The readings are stored in a database, and [Xavier] uses GraphQL and Dygraphs to generate visualizations. He even used Ionic to develop a cross-platform mobile application so he can fawn over his professional looking charts and graphs on the go.

We’ve already seen how carefully monitoring energy consumption can uncover some surprising trends, so if you want to go green and don’t have an optically coupled electricity meter, the CT sensor method might be just what you need.

Continue reading “Building A Safe ESP32 Home Energy Monitor”

A Capacitive Soil Sensor Hack For Lower Voltage Supplies

A frequent beginner project involves measuring soil moisture levels by measuring its resistance with a couple of electrodes. These electrodes are available ready-made as PCBs, but suffer badly from corrosion. Happily there is a solution in the form of capacitive sensor probes, and it is these that [Electrobob] is incorporating in to a home automation system. Unfortunately the commercial capacitive probes are designed to run from a 3.3 V supply and [Bob]’s project is using a pair of AA cells, so a quick hack was needed to enable them to be run from the lower voltage.

The explanation of the probe’s operation is an interesting part of the write-up, unexpectedly it uses a 555 configured as an astable oscillator. This feeds an RC low pass filter of which the capacitor is formed by the soil probe, which in turn feeds a rectifier to create a DC output. This can be measured to gain a reading of the soil moisture level.

The probe is fitted with a 3.3 V LDO regulator, which is simply bypassed. Measurements show its output to be linear, so if the supply voltage is also measured an accurate reading can be gleaned. These probes are still a slightly unknown quantity to many who might find a use for them, so it’s extremely useful to be given this insight into them.

Using Super-Efficient Solar Cells To Keep Your Electric Car’s Battery Topped Up

Who hasn’t thought of sticking a couple of solar panels onto an electric car’s roof to keep its battery at 100% charge while it’s parked out in the sun? While usually deemed impossible due to the large number and weight of PV solar cells required to get the necessary amount of energy, this hasn’t kept Toyota’s engineers from covering one of their Prius cars with 34+% efficient solar cells.

Some may remember the solar roof option which Toyota previously offered years ago. That system produced a mere 50 W and was only used for things like running the AC fans, indirectly extending the battery charge. In 2016 Toyota brought back this system, in a much improved version. This upped the power output to 180 W, allowing it to power all secondary electronics in the Prius, even allowing it to add a few extra kilometers (roughly 6.1 km/day) to the Prius’ range if one were so inclined.

This newest prototype pretty much goes for broke, reminding us of the cars used in the World Solar Challenge, such as the Dutch Stella and Stella Lux positive-energy solar cars by the team at the University of Eindhoven. Who coincidentally have done a spin-off, setting up a company to produce the Lightyear One, which at least on paper sounds amazing, and potentially may never have to plug it in.

Continue reading “Using Super-Efficient Solar Cells To Keep Your Electric Car’s Battery Topped Up”

Soak Up The Sun With This 3D Printed Solar Harvester

At first glance, adding solar power to your project might seem easy. Get a photovoltaic panel, point it towards the big ball of burning gas in the sky, and off you go. But in reality, there’s a bit more to it than that. Especially when you’re trying to do something on a small scale. Without a rooftop full of panels pumping out power, you’ve got to take what you can get.

If you’re looking to power small electronic devices such as sensors with a single solar panel, [Vadim Panov] has put together a very concise write-up and video on building a low-cost solar harvester. It combines a relatively small photovoltaic panel, a charging circuit, and a battery for energy storage into a easily mountable package. He’s provided all the details necessary to create your own version, all you have to do now is come up with the application for it.

As far as the electronics go, this project is about as straightforward as it gets. The three watt panel is connected up to a simplistic charging circuit, which in turn feeds into a single 18650 cell. You might be wondering why a charge controller is even necessary in such a simple set up. One problem is that the output voltage of the panel is higher than that of the battery. You also need a blocking diode that will prevent the battery from discharging into the cell during the night or in cloudy conditions.

While the electronics might seem elementary to some readers, we think the 3D printed case alone is worth taking a look at. Not only has [Vadim] come up with a design that perfectly encloses the fragile solar panel and associated electronics, but in the video after the break, he also explains how the entire thing can be made waterproof with an epoxy coating. As 3D prints can have a tendency to be porous, this technique is definitely something you should file away mentally if you’ve been thinking of deploying a printed enclosure outdoors.

Whether you’re looking to power environmental sensors for as near a century as is technically possible or a portable OpenWRT router for mobile anonymity, these small solar panels hold a lot of promise if you know how to work around their limitations.

Continue reading “Soak Up The Sun With This 3D Printed Solar Harvester”

Building A Geodesic Dome Greenhouse

Greenhouses are a great way to improve conditions for your plants, and are an absolute necessity for any serious gardening in colder climates. When the time came for [gentleworks] to build a new greenhouse, rather than going with a conventional design, they decided to go with a geodesic dome instead.

The greenhouse uses a few techniques that will be unfamiliar to those used to run-of-the-mill carpentry. The individual cedar struts meet at a series of hubs, constructed out of short lengths of Schedule 80 PVC pipe. The struts are attached to the pipe with steel straps, screwed into place. This doesn’t give the strongest of holds, but as most of the loads on the struts are compressive in nature, it works well in practice. Plastic sheeting is used as a covering to help let in plenty of light while keeping the cold out. The greenhouse is also heated, and can maintain a 40 deg F temperature differential with 14,000 BTUs.

It’s a build that has us wanting to throw up a dome or two in our own backyard. We’ve seen other geodesic structures before; if you’re working on one yourself, be sure to drop us a line.