-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SRAD Altimeter #91
base: master
Are you sure you want to change the base?
SRAD Altimeter #91
Conversation
…er selector, 12V/3V3 current sense, swapped pyros to BATT/3V3 from BATT/5V in
…mag switch and fuses, voltage sensing, battery charge current sensing
… +pyro voltage sense, gps connector and mcp2562, and capacitor to prevent brownout on 3v3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Your labels for the programming pins are wrong. When only 2 pins are connecting we're using SWD not JTAG mode
- Why do you have boot0 selection and a reset jumper? IIRC we've never used either, and camera worked just fine without either.
- Why do you have an external oscillator? Again camera worked without it, the internal one is usually fine?
- Resize the LED resistors for 3.3V
- There are weird doubled up DNP resistors on the pololu sheet?
- You don't need to connect to the pololu addr pin, save yourself the hassle and 1x1 connector.
- Also you should inject 3.3V direct to VDD on the pololu not via VIN
- It would be nice to use the 4R resistor as a pyro current sense measurement for real, probably via a voltage divider of the low side into the STM?
- CANH/CANL test points are kinda silly cause there's a connector right there
- I'd move the main/drogue testpoints to the pyro sheet
- I'd also move the current sense testpoints to the power sheet
- The INA4180 is kinda hard to lay out, I'd suggest 2x INA2180, one on the power sheet and one on the main sheet
- The 5V LDO max input voltage is 12V, but lipos go to 12.6
- The 3.3V buck has a soft start time of 2ms which isnt enough to charge the capacitor given its 3A limit, so we're going to be overcurrenting it. I really think you should reduce the requirements on that capacitor to make it a more reasonable size, eg maybe you only need 20ms and the STM32 can handle going to 2V or something, idk. Otherwise you need a buck with configurable soft start.
- F1 has the wrong footprint, also are there smaller options? Its kinda big
- L1 schematic value should be the part number, not the size
- Same for C31
- The ferrite bead is 0603, choose an 0805 one?
- The SDMMC app note link is missing
- I glanced at it but pls try to configure all your pins in STM32cube and make sure its happy before ordering
- Like Zach mentioned you should change the pyro connectors, I think you should have a single M80 harwin with main + drogue in the same pinouy as RA.
@BluCodeGH |
Currently a schematic review only.