From 6a484d127193278a8eca5e7d0785100da4039897 Mon Sep 17 00:00:00 2001 From: Sayanee Date: Mon, 6 May 2024 10:02:25 +0800 Subject: [PATCH] refactor (docs): simplify iteration ideas into one big list --- _includes | 2 +- csq.md | 20 +++++++------------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/_includes b/_includes index 3332b46..59cce68 160000 --- a/_includes +++ b/_includes @@ -1 +1 @@ -Subproject commit 3332b46ddfb77274ba49bbffe61f80dd56ea4707 +Subproject commit 59cce68e5e4ef95fa39f1caf942d0ec47ef4e2a5 diff --git a/csq.md b/csq.md index a0f8cc8..b258d01 100644 --- a/csq.md +++ b/csq.md @@ -6,19 +6,13 @@ sequence: 7 # Lessons lessons: - - title: Lessons learnt - subtitle: Good practices to continue for future projects - list: - - name: Mark polarity for power connectors to safe guard against reverse polarity. E.g. JST connector should have + and - labels on silkscreen - - name: Buy good quality LiPo / battery and power connectors E.g. JST connectors - - title: V2.0 - subtitle: For next iteration - list: - - name: Do not use modules as they are big and bulky. E.g. MDBT42Q - - name: Use DP3T to power on, wireless off and wireless on options instead of 2 switches - - name: Use a smaller and brighter RGB LED - - name: Use a single layer board with only SMD parts so that a housing can be catered for the battery at the back - - name: Use a smaller rechargeable coin cell battery E.g. CR2450 + - name: (Layout) Mark polarity for power connectors to safe guard against reverse polarity. E.g. JST connector should have + and - labels on silkscreen + - name: (Power) Buy good quality LiPo / battery and power connectors E.g. JST connectors + - name: (Prototype) Do not use modules as they are big and bulky. E.g. MDBT42Q + - name: (Schematic) Use DP3T to power on, wireless off and wireless on options instead of 2 switches + - name: (BOM) Use a smaller and brighter RGB LED + - name: (Layout) Use a single layer board with only SMD parts so that a housing can be catered for the battery at the back + - name: (Power) Use a smaller rechargeable coin cell battery E.g. CR2450 # Schedule design_start: '2019-04-02'