The project's hardware, including the ESP32 camera module, stuffed into the GoPro-intended waterproof shell. The camera portion of the ESP32 module sticks out exactly where the GoPro's camera would be. To the left, a hacked ESP32-CAM module is shown.

Hackaday Prize 2022: Solar-Harvesting ESP32 Camera Is Waterproof, Repeatable

[alberto nunez] shows off his sleek build of a solar-harvesting ESP32 camera – waterproof, somewhat energy-efficient, and able to be built by more-or-less anyone. For that, he’s chosen fairly jellybean components – an ESP32-CAM module with a matching protoboard, a small solar cell, a LiFePO4 battery, and a waterproofed GoPro shell that all of these parts neatly fit into.

A BQ25504 energy harvesting chip is used to ensure the ‘solar’ part of the project can meaningfully contribute to the project’s power budget, with energy otherwise mainly provided by the LiFePo4 battery. Since this battery’s nominal voltage is 3.2 V, it can be wired straight to ESP32’s power input and there’s no need for a regulator – thus, that one got mercilessly desoldered. [alberto] has also modded the board using a FET to gate power to the ESP32-CAM module’s camera, with all of these hacks bringing the board’s deep sleep current from 2.8 mA to 0.8 mA. Not great for a low-power device, but not terrible for something you can build so easily. Plus, it’s waterproof, dust-resistant, and quite robust!

These ESP32 camera modules are seriously nifty – we see them put to good use on the regular. Whether you need to detect motion in your Halloween project, decode your water meter readings, or perhaps merely a security camera, it’s worth having a few in your toolbox. Maybe even pick up a programming helper for these while you’re at it!

ESP32 Powers Covert Pentesting Device

Looking to expand their hardware design experience, [mentalburden] recently put together a low-cost handheld gadget that can be used for various security-related tasks such as logging WiFi traffic, operating as a dead drop, and performing deauthentication attacks.

The custom PCB plays host to the essentials — an ESP32-S microcontroller, AMS1117 3.3 V regulator, a SSD1306 OLED, and a couple of buttons. This lets the user navigate through a simple menu system and select whatever function they wish to enable. During testing, a pair of 18650 cells kept the electronics running for an impressive 22 hours.

A second version of the PCB fixed a few bodges that were required to get the original prototype working, and given how energy efficient the hardware ended up being,  [mentalburden] decided to drop the power supply down to a single 18650 for a total runtime of around 15 hours. A 3D printed case and some silicone buttons, produced with a simple clay mold, completed the package.

There’s still some improvements that could be made, namely integrating a battery charging circuit into the PCB and switching over to USB-C, but overall its a solid prototype with an impressive per-unit cost of less than $10 USD. Though if you’re looking for something even cheaper, we’ve seen an even more simplistic approach based on the ESP-01.