Revert ""
This reverts commit75142d8376, reversing changes made tob51d00d063.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>2020-2021 Sunseeker Telemetry and Lighting System: Main Page</title>
|
||||
<title>2020-2021 Sunseeker Telemetry and Lighting System: Home</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -16,6 +16,13 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
extensions: ["tex2jax.js"],
|
||||
jax: ["input/TeX","output/HTML-CSS"],
|
||||
});
|
||||
</script>
|
||||
<script type="text/javascript" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -82,16 +89,10 @@ $(document).ready(function(){initNavTree('index.html',''); initResizable(); });
|
||||
|
||||
<div class="PageDoc"><div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">2020-2021 Sunseeker Telemetry and Lighting System Documentation</div> </div>
|
||||
<div class="title">Home </div> </div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><p><b>Subpages</b> </p>
|
||||
<ul>
|
||||
<li><a class="el" href="hardware.html">Hardware</a></li>
|
||||
<li><a class="el" href="software.html">Software</a></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<h1><a class="anchor" id="autotoc_md14"></a>
|
||||
<div class="textblock"><h1><a class="anchor" id="autotoc_md14"></a>
|
||||
About</h1>
|
||||
<p>What this project is about (TODO)</p>
|
||||
<h1><a class="anchor" id="autotoc_md15"></a>
|
||||
@@ -115,13 +116,23 @@ Tips from Dr. Bazuin</h2>
|
||||
<li>Document things as we go</li>
|
||||
<li>Need to make sure we have a BOM</li>
|
||||
<li>Free samples for parts from manufacturers</li>
|
||||
<li>Make peripherals like output on one side and inputs on the other</li>
|
||||
<li>Use SPI Chip Select as a separate command (Use 3-pin SPI and then just use GPIO for Chip Select)</li>
|
||||
</ul>
|
||||
<h2><a class="anchor" id="autotoc_md17"></a>
|
||||
Tips from Dr. Gomez</h2>
|
||||
<ul>
|
||||
<li>Our requirements/specifications should be made to be more measurable</li>
|
||||
<li>Need to design to safety standards, which need to be researched online</li>
|
||||
<li>He said that he is available himself for anything power-related to help out with if needed </li>
|
||||
<li>He said that he is available himself for anything power-related to help out with if needed</li>
|
||||
</ul>
|
||||
<h1><a class="anchor" id="autotoc_md18"></a>
|
||||
TODO List</h1>
|
||||
<ul>
|
||||
<li>[ ] Make battery circuitry for Real-Time Clock/Calendar for when the vehicle is off.</li>
|
||||
<li>[ ] Ensure the footprint for CANbus Transceiver is present, since it's not available in Altium by default, and the import from Ultra Librarian seemed to only successfully add the schematic and 3D Model, but wasn't sure about footprint.</li>
|
||||
<li>[ ] The CANbus Controller required a resonator/oscillator and capacitor pair to be picked, but non-optimized values were given and so we need to test which resonator/oscillator and capacitor pair works best.</li>
|
||||
<li>[ ] Need to look through Sunseeker documentation to learn how they have their CANbus setup, ensuring we have our controller and transceiver setup correctly. </li>
|
||||
</ul>
|
||||
</div></div><!-- PageDoc -->
|
||||
</div><!-- contents -->
|
||||
@@ -129,7 +140,7 @@ Tips from Dr. Gomez</h2>
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Sat Jan 30 2021 17:37:13 for 2020-2021 Sunseeker Telemetry and Lighting System by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated on Sat Feb 6 2021 19:02:29 for 2020-2021 Sunseeker Telemetry and Lighting System by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user