Here is a small satellite sculpture based on brass tube and copper wire.
It is a "functional" micro satellite that captures every hour a photo and then sends it by wifi in FTP.
The circuit consists of an ESP32 Camera connected to a super capacitor by means of a DC-DC converter to maintain a 3.3V stability even if the capacitor voltage passes above or below 3.3V.
A voltage divider bridge checks the voltage of the super capacitor to avoid starting the ESP32 if the voltage is too low.
The super cap is charged by four 5V little solar panel.
After running the code the ESP32 goes to sleep for 15 minutes and restarts if the voltage is sufficient.
The ESP32 code then captures a photo, sends it by FTP to the website and then calls a php page to send telemetry and the website generates a GIF of the day.
The MicroSat has found its place, suspended, in my astronomy observatory.
Details
Here is an example of a photo taken by the MicroSat camera:
Animation generated by the website of all photo taken by the MicroSat camera for the day :
Files
MicroSat-01.gif
Gif made by the MicroSat
Graphics Interchange Format -
7.00 MB -
03/14/2023 at 02:27
Hard to say, continuously, maybe sends 2 to 3 photos without sun, otherwise 2 photos spaced 15 minutes apart without sun.
The problem is that even without anything connected, the supercap is slowly discharging, and connected with the ESP in standby the converters consume some energy. But I think it’s optimisable.
For the Step-UP: https://fr.aliexpress.com/item/4001054709058.html
And for the Step-down: https://fr.aliexpress.com/item/32891890551.html
I know that now it is possible to have just one module that step-up and regulates the output if the input voltage goes beyond the output voltage like this: https://fr.aliexpress.com/item/1005002587844860.html , but I didn’t have any at that time.
Hi thanks for your comment, I just used what I had on hand when I made the circuit, now I have additional KA75330 and KA75450, I can maybe do it again with a KA75330 connect on the pin enable of the ESP32...
I don't think 66K at 5V leak a lot of current, like 75µA ?
I wonder if the internal resistance of the supercap isn't consuming more current ^^
Great project, I love it.
How many time did the capa give you ?