Skip to content

Commit

Permalink
refactor: divide others page into csq and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Mar 27, 2024
1 parent c1c8c22 commit 9b55b71
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 35 deletions.
2 changes: 1 addition & 1 deletion _includes
2 changes: 1 addition & 1 deletion _layouts
Submodule _layouts updated 3 files
+11 −0 csq.html
+1 −1 default.html
+7 −0 resources.html
35 changes: 35 additions & 0 deletions csq.md
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:
---
37 changes: 4 additions & 33 deletions others.md → resources.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,8 @@
---
layout: others
title: Others
permalink: /others
sequence: 8

# 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
layout: resources
title: Resources
permalink: /resources
sequence: 7

# References
similar:
Expand Down Expand Up @@ -200,14 +181,4 @@ references:
url: http://www.eeeguide.com/on-off-controller/
- name: PID controller
url: https://en.wikipedia.org/wiki/PID_controller

# 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:
---

0 comments on commit 9b55b71

Please sign in to comment.