Minimalist Low Power Supercapacitor Sensor Node

One of the biggest challenges for wireless sensor networks is that of power. Solar panels usually produce less power than you hoped, especially small ones, and designing super low power circuits is tricky. [Strange.rand] has dropped into the low-power rabbit hole, and is designing a low-cost wireless sensor node that runs on solar power and a supercapacitor.

The main components of the sensor node is an ATMega 328P microcontroller running at 4Mhz, RFM69 radio transceiver, I2C temperature/humidity sensor, 1F supercapacitor, and a small solar panel. The radio, MCU, and sensor all run on 1.5-3.6V, but the supercap and solar panel combination can go up to 5.5V. To regulate the power to lower voltage components a low-drop voltage regulator might seem like the simplest solution, but [strange.rand] found that the 3.3V regulator was consuming an additional 20uA or more when the voltage dropped below 3.3V. Instead, he opted to eliminate the LDO, and limit the charging voltage of the capacitor to 3.6V with a comparator-based overvoltage protection circuit. Using this configuration, the circuit was able to run for 42 hours on a single charge, transmitting data once per minute while above 2.7V, and once every three minutes below that.

Another challenge was undervoltage protection. [strange.rand] discovered that the ATmega consumes an undocumented 3-5 mA when it goes into brown-out below 1.8V. The small solar panel only produces 1 mA, so the MCU would prevent the supercapacitor from charging again. He solved this with another comparator circuit to cut power to the other components.

We see challenges like these a lot with environmental sensors and weather stations with smaller solar panels. For communication, low power consumption of a sub-Ghz radio is probably your best bet, but if you want to use WiFi, you can get the power usage down with a few tricks.

How To Run A Clock For A Century

What’s going to keep a clock running for a century, unattended? Well, whatever’s running it will have to sip power, and it’s going to need a power source that will last a long time. [Jan Waclawek] is looking into solar power for daytime, and capacitors for nighttime, to keep his clock running for a hundred years.

This project carries on from [Jan]’s previous project which looked at what kind of power source could power the gadgets around his house for a century without needing intervention – ie., no batteries to replace, no winding etc. [Jan] whittled his choices down to a combination of solar power and polypropylene film capacitors. Once the power had been sorted, a clock was chosen in order to test the power supply. The power consumption for a clock will be low during the night – it would only need a RTC circuit keeping track of the time – so a few low-leakage capacitors can be used. When daylight returns or a light is switched on, the solar circuit would power the clock’s display.

At the moment, [Jan] has a proof of concept circuit working, using the ultra-low-power microcontroller on a STM32L476 DISCOVERY board and a few 10 μF 0805 size capacitors, when fully charged by the solar panel, the clock’s display lasts for about two minutes.

Take a look at [Jan]’s project for more details, and check out his previous project where he narrowed down the components for a hundred-year power supply. [Jan]’s prototype can be seen in action after the break. Also take a look at this master clock that signals slave clocks and runs for a year on a single AA battery.

Continue reading “How To Run A Clock For A Century”