-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: divide others page into csq and resources
- Loading branch information
Showing
4 changed files
with
41 additions
and
35 deletions.
There are no files selected for viewing
Submodule _includes
updated
8 files
+35 −0 | csq/cost.html | |
+26 −0 | csq/lessons.html | |
+14 −0 | csq/progress.html | |
+10 −0 | csq/schedule.html | |
+3 −3 | head.html | |
+22 −0 | resources/references.html | |
+50 −0 | resources/similar.html | |
+2 −2 | scripts/schedule.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
layout: csq | ||
title: CSQ | ||
permalink: /csq | ||
sequence: 6 | ||
|
||
# Lessons | ||
lessons: | ||
- title: Lessons learnt | ||
subtitle: Good practices to continue for future projects | ||
list: | ||
- name: Do not reset annotations for components as previously annotated components might have already been associated with BOM | ||
- name: Do not copy and paste symbols for different parts of the schematic as they might copy over other field values | ||
- name: Refer to application circuit in datasheets to connect various passives | ||
- name: Consider pulling out some unused pins as pads if the board is to be used for future development and iteration E.g. <a href="https://www.pjrc.com/store/teensy36b.jpg">Teensy</a> | ||
- name: Consolidate shipping orders for parts and components so that fewer deliveries are made | ||
- name: Use a <a href="https://www.youtube.com/watch?v=IrB-FPcv1Dc">p-channel MOSFET for reverse polarity circuit protection</a> | ||
- title: V2.0 | ||
subtitle: For next iteration | ||
list: | ||
- name: Use SMD components for IR receiver and emitter | ||
- name: Use standard 9-pin JTAG/SWD connector for burning the bootloader | ||
image: 9-pin-jtag-swd-pins.png | ||
- name: Use WiFi to control IR emission | ||
|
||
# Schedule | ||
design_start: '2019-07-14' | ||
design_end: '2019-11-02' | ||
manufacturing_start: '2019-11-03' | ||
manufacturing_end: '2019-11-16' | ||
integration_start: '2019-11-17' | ||
integration_end: '2020-09-16' | ||
deployment_start: | ||
deployment_end: | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters