Subpages
@@ -111,8 +118,7 @@ Design Reminders
diff --git a/Documentation/html/hardware.js b/Documentation/html/hardware.js
index 01726fc..409ea2b 100644
--- a/Documentation/html/hardware.js
+++ b/Documentation/html/hardware.js
@@ -1,6 +1,9 @@
var hardware =
[
[ "Design Reminders", "hardware.html#autotoc_md1", null ],
- [ "Device Specifications", "device_specifications.html", null ],
- [ "Layout Planning", "layout_planning.html", null ]
+ [ "Design Choices", "design_choices.html", [
+ [ "JTAG Interface", "design_choices.html#autotoc_md2", null ],
+ [ "Microcontroller Peripheral Connections", "design_choices.html#autotoc_md3", null ]
+ ] ],
+ [ "Device Specifications", "device_specifications.html", null ]
];
\ No newline at end of file
diff --git a/Documentation/html/index.html b/Documentation/html/index.html
index bb3f534..27af132 100644
--- a/Documentation/html/index.html
+++ b/Documentation/html/index.html
@@ -5,7 +5,7 @@
-
2020-2021 Sunseeker Telemetry and Lighting System: Main Page
+
2020-2021 Sunseeker Telemetry and Lighting System: Home
@@ -16,6 +16,13 @@
+
+
@@ -82,16 +89,10 @@ $(document).ready(function(){initNavTree('index.html',''); initResizable(); });
-
Subpages
-
-
-
+
About
What this project is about (TODO)
@@ -115,13 +116,23 @@ Tips from Dr. Bazuin
Document things as we go
Need to make sure we have a BOM
Free samples for parts from manufacturers
+
Make peripherals like output on one side and inputs on the other
+
Use SPI Chip Select as a separate command (Use 3-pin SPI and then just use GPIO for Chip Select)
Tips from Dr. Gomez
Our requirements/specifications should be made to be more measurable
Need to design to safety standards, which need to be researched online
-He said that he is available himself for anything power-related to help out with if needed
+He said that he is available himself for anything power-related to help out with if needed
+
+
+TODO List
+
+[ ] Make battery circuitry for Real-Time Clock/Calendar for when the vehicle is off.
+[ ] 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.
+[ ] 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.
+[ ] Need to look through Sunseeker documentation to learn how they have their CANbus setup, ensuring we have our controller and transceiver setup correctly.
@@ -129,7 +140,7 @@ Tips from Dr. Gomez
diff --git a/Documentation/html/main_8c.html b/Documentation/html/main_8c.html
index 3617833..920ba04 100644
--- a/Documentation/html/main_8c.html
+++ b/Documentation/html/main_8c.html
@@ -16,6 +16,13 @@
+
+
@@ -124,7 +131,7 @@ Functions
diff --git a/Documentation/html/main_8c_source.html b/Documentation/html/main_8c_source.html
index e43c1f6..f7677e6 100644
--- a/Documentation/html/main_8c_source.html
+++ b/Documentation/html/main_8c_source.html
@@ -16,6 +16,13 @@
+
+
@@ -101,7 +108,7 @@ $(document).ready(function(){initNavTree('main_8c_source.html',''); initResizabl
diff --git a/Documentation/html/nav_f.png b/Documentation/html/nav_f.png
index ede4c20..203bea6 100644
Binary files a/Documentation/html/nav_f.png and b/Documentation/html/nav_f.png differ
diff --git a/Documentation/html/nav_h.png b/Documentation/html/nav_h.png
index c30663a..423329a 100644
Binary files a/Documentation/html/nav_h.png and b/Documentation/html/nav_h.png differ
diff --git a/Documentation/html/navtree.css b/Documentation/html/navtree.css
index 1d21c35..2f463f4 100644
--- a/Documentation/html/navtree.css
+++ b/Documentation/html/navtree.css
@@ -119,7 +119,7 @@
#nav-tree {
background-image:url('nav_h.png');
background-repeat:repeat-x;
- background-color: #F9FBFD;
+ background-color: #F8FAFD;
-webkit-overflow-scrolling : touch; /* iOS 5+ */
}
diff --git a/Documentation/html/navtreedata.js b/Documentation/html/navtreedata.js
index 3b4a7cf..3f07dbf 100644
--- a/Documentation/html/navtreedata.js
+++ b/Documentation/html/navtreedata.js
@@ -25,23 +25,24 @@
var NAVTREE =
[
[ "2020-2021 Sunseeker Telemetry and Lighting System", "index.html", [
- [ "About", "index.html#autotoc_md14", null ],
- [ "Documentation", "index.html#autotoc_md15", [
- [ "Tips from Dr. Bazuin", "index.html#autotoc_md16", null ],
- [ "Tips from Dr. Gomez", "index.html#autotoc_md17", null ]
+ [ "Home", "index.html", [
+ [ "About", "index.html#autotoc_md14", null ],
+ [ "Documentation", "index.html#autotoc_md15", [
+ [ "Tips from Dr. Bazuin", "index.html#autotoc_md16", null ],
+ [ "Tips from Dr. Gomez", "index.html#autotoc_md17", null ]
+ ] ],
+ [ "TODO List", "index.html#autotoc_md18", null ]
] ],
[ "Hardware", "hardware.html", "hardware" ],
[ "Software", "software.html", null ],
[ "Documentation Guide", "documentation_guide.html", [
- [ "Doxygen", "documentation_guide.html#autotoc_md18", null ],
- [ "Updating Documentation", "documentation_guide.html#autotoc_md19", null ],
- [ "Important Notes", "documentation_guide.html#autotoc_md20", [
- [ "For Consistency", "documentation_guide.html#autotoc_md21", null ]
+ [ "Doxygen", "documentation_guide.html#autotoc_md19", null ],
+ [ "Updating Documentation", "documentation_guide.html#autotoc_md20", null ],
+ [ "Important Notes", "documentation_guide.html#autotoc_md21", [
+ [ "For Consistency", "documentation_guide.html#autotoc_md22", null ],
+ [ "Adding Images", "documentation_guide.html#autotoc_md23", null ]
] ]
] ],
- [ "References", "references.html", [
- [ "Universal Clock System (UCS)", "references.html#autotoc_md23", null ]
- ] ],
[ "Files", "files.html", [
[ "File List", "files.html", "files_dup" ],
[ "Globals", "globals.html", [
@@ -54,7 +55,7 @@ var NAVTREE =
var NAVTREEINDEX =
[
-"device_specifications.html"
+"design_choices.html"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/Documentation/html/navtreeindex0.js b/Documentation/html/navtreeindex0.js
index f3e5048..f3bf9d6 100644
--- a/Documentation/html/navtreeindex0.js
+++ b/Documentation/html/navtreeindex0.js
@@ -1,44 +1,45 @@
var NAVTREEINDEX0 =
{
-"device_specifications.html":[2,1],
-"device_specifications.html#autotoc_md10":[8],
-"device_specifications.html#autotoc_md11":[9],
-"device_specifications.html#autotoc_md2":[0],
-"device_specifications.html#autotoc_md3":[1],
-"device_specifications.html#autotoc_md4":[2],
-"device_specifications.html#autotoc_md5":[3],
-"device_specifications.html#autotoc_md6":[4],
-"device_specifications.html#autotoc_md7":[5],
-"device_specifications.html#autotoc_md8":[6],
-"device_specifications.html#autotoc_md9":[7],
-"dir_465c8a410b787ccece2cc89dfe6b85b1.html":[6,0,2],
-"dir_4e9c05acfa2c3671b8618fcb95d57d96.html":[6,0,3],
-"dir_6cc751a9e685a986d41d35de353de328.html":[6,0,0],
-"dir_70428d3c5958c16802133545478a5cfb.html":[6,0,3,0],
-"dir_7795a02a4813dcd036f04e5f7854f185.html":[6,0,1],
-"dir_ef94255a62432ae865475b379d8bd501.html":[6,0,3,0,0],
-"documentation_guide.html":[4],
-"documentation_guide.html#autotoc_md18":[4,0],
-"documentation_guide.html#autotoc_md19":[4,1],
-"documentation_guide.html#autotoc_md20":[4,2],
-"documentation_guide.html#autotoc_md21":[4,2,0],
-"files.html":[6,0],
-"globals.html":[6,1,0],
-"globals_func.html":[6,1,1],
-"hardware.html":[2],
-"hardware.html#autotoc_md1":[2,0],
+"design_choices.html":[1,1],
+"design_choices.html#autotoc_md2":[1,1,0],
+"design_choices.html#autotoc_md3":[1,1,1],
+"device_specifications.html":[1,2],
+"device_specifications.html#autotoc_md10":[6],
+"device_specifications.html#autotoc_md11":[7],
+"device_specifications.html#autotoc_md12":[8],
+"device_specifications.html#autotoc_md13":[9],
+"device_specifications.html#autotoc_md4":[0],
+"device_specifications.html#autotoc_md5":[1],
+"device_specifications.html#autotoc_md6":[2],
+"device_specifications.html#autotoc_md7":[3],
+"device_specifications.html#autotoc_md8":[4],
+"device_specifications.html#autotoc_md9":[5],
+"dir_4e9c05acfa2c3671b8618fcb95d57d96.html":[4,0,2],
+"dir_6cc751a9e685a986d41d35de353de328.html":[4,0,0],
+"dir_70428d3c5958c16802133545478a5cfb.html":[4,0,2,0],
+"dir_7795a02a4813dcd036f04e5f7854f185.html":[4,0,1],
+"dir_ef94255a62432ae865475b379d8bd501.html":[4,0,2,0,0],
+"documentation_guide.html":[3],
+"documentation_guide.html#autotoc_md19":[3,0],
+"documentation_guide.html#autotoc_md20":[3,1],
+"documentation_guide.html#autotoc_md21":[3,2],
+"documentation_guide.html#autotoc_md22":[3,2,0],
+"documentation_guide.html#autotoc_md23":[3,2,1],
+"files.html":[4,0],
+"globals.html":[4,1,0],
+"globals_func.html":[4,1,1],
+"hardware.html":[1],
+"hardware.html#autotoc_md1":[1,0],
"index.html":[],
-"index.html#autotoc_md14":[0],
-"index.html#autotoc_md15":[1],
-"index.html#autotoc_md16":[1,0],
-"index.html#autotoc_md17":[1,1],
-"layout_planning.html":[2,2],
-"layout_planning.html#autotoc_md12":[10],
-"main_8c.html":[6,0,3,0,0,0],
-"main_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[6,0,3,0,0,0,0],
-"main_8c_source.html":[6,0,3,0,0,0],
+"index.html":[0],
+"index.html#autotoc_md14":[0,0],
+"index.html#autotoc_md15":[0,1],
+"index.html#autotoc_md16":[0,1,0],
+"index.html#autotoc_md17":[0,1,1],
+"index.html#autotoc_md18":[0,2],
+"main_8c.html":[4,0,2,0,0,0],
+"main_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[4,0,2,0,0,0,0],
+"main_8c_source.html":[4,0,2,0,0,0],
"pages.html":[],
-"references.html":[5],
-"references.html#autotoc_md23":[5,0],
-"software.html":[3]
+"software.html":[2]
};
diff --git a/Documentation/html/open.png b/Documentation/html/open.png
index bca328a..7b64466 100644
Binary files a/Documentation/html/open.png and b/Documentation/html/open.png differ
diff --git a/Documentation/html/pages.html b/Documentation/html/pages.html
index c902db6..482781b 100644
--- a/Documentation/html/pages.html
+++ b/Documentation/html/pages.html
@@ -16,6 +16,13 @@
+
+
@@ -86,9 +93,12 @@ $(document).ready(function(){initNavTree('pages.html',''); initResizable(); });