Updated the README file by adding some pictures of the PCB + otherinformation
This commit is contained in:
parent
f1af0cd0d6
commit
e393c2c18a
11
README.md
11
README.md
@ -155,13 +155,14 @@ using a magnetic 4 pin plug.
|
|||||||
## What is done/working so far - HARDWARE :
|
## What is done/working so far - HARDWARE :
|
||||||
* Schematic :
|
* Schematic :
|
||||||
* First version of the schematic is done an available [here](design/Kicad/W800_Smart_Watch/W800_Smart_Watch.pdf).
|
* First version of the schematic is done an available [here](design/Kicad/W800_Smart_Watch/W800_Smart_Watch.pdf).
|
||||||
* PCB version 1.0 design is done based on the schematic. Waiting for the PCBs from JLCPCB.
|
* 2 layer PCB version 1.0 design is done based on the schematic. Waiting for the PCBs from JLCPCB.
|
||||||
* Wake up interrupts handling :
|
* Wake up interrupts handling :
|
||||||
* Wrist tilt MCU wake up working
|
* Wrist tilt MCU wake up working
|
||||||
* LCD touch wake up
|
* LCD touch wake up
|
||||||
* MCU sleep feature :
|
* MCU sleep feature :
|
||||||
* Sleep and Standby modes working but implemented in a crude way.
|
* Sleep and Standby modes working but implemented in a crude way.
|
||||||
Can and should be improved.
|
Can and should be improved.
|
||||||
|
* PIFA antenna tested, performance isn't the best but it is working well for what it will be used for (BLE).
|
||||||
|
|
||||||
## What is done/working so far - SOFTWARE :
|
## What is done/working so far - SOFTWARE :
|
||||||
* LVGL 8.3.3 running on the SOC using DMA.
|
* LVGL 8.3.3 running on the SOC using DMA.
|
||||||
@ -188,8 +189,10 @@ using a magnetic 4 pin plug.
|
|||||||
|
|
||||||
## To do - HARDWARE:
|
## To do - HARDWARE:
|
||||||
* [ ] Add the MAX30102 Heart Rate Monitor to the current design.
|
* [ ] Add the MAX30102 Heart Rate Monitor to the current design.
|
||||||
|
* [ ] Fix the issue with the DW01A chip, should be as easy to replace the 100nf C12 cap with a lower value, let's say 80nf.
|
||||||
## To do - SOFTWARE
|
## To do - SOFTWARE
|
||||||
* [ ] Finish to design the settings page.
|
* [X] Finish to design the settings page.
|
||||||
|
* [ ] Implement watch settings persistency using the integrated flash memory
|
||||||
* [ ] Implement a good algorithm to handle adaptiv MCU clock
|
* [ ] Implement a good algorithm to handle adaptiv MCU clock
|
||||||
to save power
|
to save power
|
||||||
* Drivers:
|
* Drivers:
|
||||||
@ -220,6 +223,10 @@ to save power
|
|||||||
## Update 21/03/2023 : PCBs were received from JLCPCB and this what they look like :
|
## Update 21/03/2023 : PCBs were received from JLCPCB and this what they look like :
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
## And the watch running :
|
||||||
|

|
||||||
|
|
||||||
### **Almost everything works :**
|
### **Almost everything works :**
|
||||||
* BMA456 ✓
|
* BMA456 ✓
|
||||||
* BMP280 ✓
|
* BMP280 ✓
|
||||||
|
Loading…
Reference in New Issue
Block a user