Rocket Telemetry System
Hardware- 3 Devlogs
- 4 Total hours
high-power model rocket with a custom onboard computer that records and sends flight data
high-power model rocket with a custom onboard computer that records and sends flight data
Devlog 3: Major Changes to Schematic
Over the past week, I have significantly evolved the flight computer architecture, migrating the design from a high-level ESP32 module to a custom chip-down design using the ESP32-PICO-D4. This transition required the manual implementation of all essential “life support” circuitry, ensuring the system can handle the rigors of flight.
Key Schematic Improvements:
Chip-Down Migration: Transitioned to the ESP32-PICO-D4, requiring a custom power bus and complete decoupling implementation using uF capacitors for power stability and pF capacitors for RF performance.
Antenna Optimization: Implemented a formal Pi-network between the radio module and antenna connector to properly match impedance, ensuring effective signal transmission.
Infrastructure Addition: Integrated manual Boot/Programming buttons and a dedicated UART header to facilitate reliable code deployment and real-time debugging.
Design Cleanup: Removed redundant components (such as external Flash memory) by leveraging the integrated features of the PICO-D4, resulting in a cleaner, more reliable board.
Power Integrity: Added critical decoupling across all power rails to prevent brown-outs during high-current radio transmissions.
The schematic is now ready for the physical PCB layout phase.
i made a rough outline, placing components roughly where i think they should go, and making an outline of the board based on that. I also decided on a two-layer pcb. I will place the other components next.
Finalizing Schematic & Assigning Footprints