Everyone has found themselves staring at the sky at least once in their lives, as if completely alienated. Since I was a child, I loved observing the summer sky, especially at night. As I grew older, my interest embraced the scientific world, and at the "WOW" a child exclaims, I moved on to asking questions, but my love for the sky and space remained the same.
SkySense was born from this love. A small laboratory connected to a hot air balloon to answer some of those questions.
To build SkySense, I used simple components. An ESP32 CAM to take photos at different altitudes and save them to an SD card, a BME680 module that allows me to obtain temperature, humidity, and pressure data, and finally a Wio Tracker L1 Series, which, thanks to its LoRa connectivity, allows me to send the recorded data to the ground station along with the capsule's position via GPS. Finally, SkySense will be powered by a 3.7V 1860 Lipo battery that provides about 4 hours of battery life.
- ESP32 CAM: It's a small card from the ESP family equipped with a small camera and an SD card reader. It allows you to take photos at regular intervals and save them directly to the SD card.
- BME680: It's a simple sensor that allows you to obtain temperature, humidity, and atmospheric pressure data. I chose this sensor for connectivity with the Seed board thanks to the Grove connector that allows for a quick and secure connection.
- WIO TRACKER L1 SERIES: This board is the true brain of SkySense. Thanks to the Grove connector, it receives data from the BME sensor and sends it to the ground via LoRa connectivity. It also features a GPS module to receive the Capsule's real-time position during ascent. The board also has a solar power connector, which could be used in future versions of SkySense.
- BATTERY: To power everything I used a 3.7V 1860 LiPo battery which allows for about 4 hours of autonomy on a full charge.
I connected all the components together according to this diagram.
To design the SkySense structure, I used Autodesk Fusion 360. The structure features a screw-on lid that houses the specially organized electronics. To connect everything I used several M2 and M3 screws.
The capsule has two holes, one for the ESP camera and the other for the downward-facing LoRa antenna. At the top and bottom, there are four connectors for attaching the balloon in various ways, or for tethering the capsule to the ground using a tether in initial tests.
You can download all the 3D models from the attachments below.
The Future StepsTo complete my project, once I have the Seed board, I will purchase a weather balloon and run some tests. An initial test will be with the Capsule connected to the ground by a 20-meter tether, followed by a final, completely untethered test. I will update this project later.
Comments