Commit Graph

154 Commits

Author SHA1 Message Date
William Miceli a3fffa5696 IMU is now finished, again... 2021-02-16 21:31:24 -05:00
William Miceli 80e2fdcd2f Updated Doxygen 2021-02-16 21:28:01 -05:00
William Miceli 5148ac3166 Updated documents to reflect changes in major components 2021-02-16 21:27:43 -05:00
William Miceli cb0b663ebd Symbol/footprint updates 2021-02-16 20:51:01 -05:00
William Miceli b7877dcbd2 Updated annotations 2021-02-16 20:45:31 -05:00
William Miceli 1afb8be47a Need final verification on CANbus connector before symbol and footprint is ready to add 2021-02-16 20:45:12 -05:00
William Miceli ac856e3236 Additional components and 6-axis IMU removed 2021-02-16 20:43:58 -05:00
William Miceli 3c00f571f3 USB Bridge is now isolated! 2021-02-16 20:43:28 -05:00
William Miceli b815593136 Cleanup and additional parts 2021-02-16 20:42:54 -05:00
William Miceli 8aadd93f05 Upgrading component from 6-axis to 9-axis IMU 2021-02-16 20:42:41 -05:00
William Miceli 824a2e47b0 Isolator for the USB connection 2021-02-16 20:40:56 -05:00
William Miceli 100de7a0ee The Not-Really-Useful datasheet for the CANbus connector 2021-02-16 20:40:43 -05:00
William Miceli 42e21f6531 Found a GPS receiver that looks good to use and isn't insanely complicated to setup 2021-02-16 20:40:07 -05:00
William Miceli 5a8ebfc543 Added more symbols/footprints/models for placement 2021-02-16 20:39:44 -05:00
William Miceli 281edcc924 TI didn't make getting their Driverlib.h very easy... 2021-02-15 21:50:28 -05:00
William Miceli ef74b58b8a Changed Lighting sheet size to better fit 2021-02-15 17:16:40 -05:00
Stephen 3f5faf0aff Merge branch 'main' of https://git.williammiceli.systems/williammiceli-wmu/ECE4810-Fall2020-SunseekerTelemetry into main
# Conflicts:
#	Hardware/AltiumProject/2020-2021 Telemetry and Lighting Board/History/Lighting.~(8).SchDoc.Zip
#	Hardware/AltiumProject/2020-2021 Telemetry and Lighting Board/Lighting.SchDoc
#	Hardware/AltiumProject/2020-2021 Telemetry and Lighting Board/__Previews/Lighting.SchDocPreview
2021-02-15 17:06:07 -05:00
William Miceli 2fccad5895 Starting work on MCU code 2021-02-15 00:53:34 -05:00
William Miceli 765351230b Added MOSFET and Connector components for Lighting; Light board also finished 2021-02-15 00:43:50 -05:00
William Miceli 9a2bea1722 Added original files from imported components 2021-02-15 00:43:09 -05:00
William Miceli 4b37d46251 Added documentation for parts that have now been added 2021-02-15 00:40:56 -05:00
William Miceli 2e898dd125 Changed folder name 2021-02-15 00:40:34 -05:00
William Miceli b276dd54fe Had to add Voltage-Level Translators in a few places 2021-02-14 22:08:47 -05:00
William Miceli 6dc50e402d Moved voltage translator to RTC-side since MCU is NOT 5V tolerant 2021-02-14 20:39:31 -05:00
William Miceli 0c27e1d55b Miscellaneous Altium changes 2021-02-13 23:10:16 -05:00
William Miceli e970ae6170 Connected multifunction pin of RTC 2021-02-13 23:05:19 -05:00
William Miceli 3a57dc9b47 RTC is done; IMU needed voltage translator for I2C; Made some library edits 2021-02-13 22:59:26 -05:00
William Miceli 237278636d Added documentation for a bidirectional voltage level translator 2021-02-13 22:57:52 -05:00
William Miceli 4e8bf58866 Added official documentation for I2C reference 2021-02-13 22:57:24 -05:00
William Miceli 87ae285383 GPS Receiver is too complicated for us to quickly get into and made work at the moment
Might come back to later on.
2021-02-13 20:59:10 -05:00
William Miceli b4343bec83 IMU incorrectly had "No ERC" marks on the interrupt pins 2021-02-13 15:43:43 -05:00
William Miceli e0ab99a2e0 Added more info to 2x2 Header Pins schematic 2021-02-13 15:41:39 -05:00
William Miceli d5acebf2c8 Miscellaneous adjustments 2021-02-13 15:24:12 -05:00
William Miceli 74ad12a8ed Fixed filename 2021-02-13 15:21:03 -05:00
William Miceli 35106cc1a3 Fixed schematic symbol transparency issue 2021-02-13 15:14:16 -05:00
William Miceli 1b7428bd76 MCU power now has it's own schematic 2021-02-13 15:05:04 -05:00
William Miceli cca642fd8a SD Card connection is finished 2021-02-13 14:43:04 -05:00
William Miceli 7d4bcc47a6 Added drawing for the socket we'll use 2021-02-13 14:42:42 -05:00
William Miceli 6b83479bf9 Added official SD Card documentation 2021-02-13 13:59:57 -05:00
William Miceli 3ae55910a5 Miscellaneous Altium-made changes 2021-02-10 17:09:24 -05:00
William Miceli 50f8cf15d8 Fixed bad connections 2021-02-10 17:08:04 -05:00
William Miceli b34c5b0843 Removed connection swap schematic and just made a custom part 2021-02-10 17:06:21 -05:00
William Miceli f5a00015fa Changed some notes 2021-02-10 16:21:03 -05:00
William Miceli e8a95ccd6f Forgot to connect the DE-9 connector shield to ground 2021-02-10 16:09:37 -05:00
William Miceli 6cc8e345d1 DE-9 connection now has a "Null Modem" with loopback handshaking configuration 2021-02-10 16:06:43 -05:00
Stephen ea093d015d Merge branch 'main' of https://git.williammiceli.systems/williammiceli-wmu/ECE4810-Fall2020-SunseekerTelemetry into main 2021-02-08 21:47:56 -05:00
William Miceli 0a95c0bfd3 Did some work on the RTC. Minor changes with the IMU and Main sheet 2021-02-08 21:43:01 -05:00
Stephen c1d78afa72 Merge branch 'main' of https://git.williammiceli.systems/williammiceli-wmu/ECE4810-Fall2020-SunseekerTelemetry into main 2021-02-08 21:39:22 -05:00
Stephen b2a7c6e62a Bus Work 2021-02-08 21:29:40 -05:00
William Miceli 5c8338923a Connected interrupt pins from IMU to MCU 2021-02-08 21:28:52 -05:00