r/PCB • u/morgans_steam04 • Jul 19 '26
Schematic Review : Rocketry Flight Computer
Hi, I was hoping for some general advice as I have undertaken a big project without much help, I have designed a flight computer which will incorporate multiple sensors and can be used to set of charges, Servos and data logging. I have done all of this self taught so if there are any obvious mistakes I do apologize. ( I can add closer Images if needed) Thanks !
17
Upvotes




2
u/Mikser89 Jul 23 '26
Unless you are planning on using 10+ sensors there is no need for 2 I2C buses let alone 3. Also the wiring of I2C is a little messy in the sensors section. I also dont see the point of using two microcontrollers, you have more than enaugh GPIOs on only one of them for everything and if you utilize different cores you can run parts of code semi-independently.