Mise à jour de 'README.md'

This commit is contained in:
Th3maz1ng 2023-04-29 09:00:22 +02:00
parent 392bc42f64
commit b58d9d9a3b

View File

@ -49,8 +49,13 @@ The W800 is a pretty interesting chip with impressive characteristics for its pr
* ~ 5 days in sleep mode. * ~ 5 days in sleep mode.
* ~ 9 hours when continuously connected to BLE with the phone (I may be able to slightly improve power consumption in BLE mode - working on it). * ~ 9 hours when continuously connected to BLE with the phone (I may be able to slightly improve power consumption in BLE mode - working on it).
#### Casing and docking station : #### Casing and docking station :
* The case of the watch is 3D printed and the STL files are available [here]() * The case of the watch is 3D printed and the STL design files are available [here](design/FreeCad/stl)
* The size of the watch's case is as follow :
![]()
* The thickness of the watch will be reworked in the next version of the casing, the goal is to shave 3 to 4 mm off to reach 12 to 13 mm.
* I also designed a docking station for which is used to :
* Recharge the W800 Smart Watch by simply putting the watch on it. The connection between the docking and the watch is done through a magnetic 4 pin connector.
* Flash a new firmware to the watch. No extra programming hardware is required, only the docking is needed.
## Getting started : ## Getting started :
### So, you'd like to try this project yourself ? ### So, you'd like to try this project yourself ?
@ -114,13 +119,13 @@ make down
#This will do both previous commands in one (build and flash) #This will do both previous commands in one (build and flash)
make flash make flash
``` ```
## Sensors and I2C addresses :
## Actuators : * Accelerometer : **BMA456** I2C addr : 0x18 or 0x19 7 bit address.
* A vibration motor to notify events to the user. * Magnetometer : **QMC5883L** I2C addr : 0x0D 7 bit address.
* ~~A piezo buzzer~~ : dropped, maybe in next version. * Pressure/Temperature sensor : **BMP280** I2C addr : 0x76 or 0x77 7 bit address.
## Power source : ## Power source :
* A single 400~ mAh cell lipo battery. * A single ~ 400 mAh cell lipo battery.
* A charge/discharge controller stage : * A charge/discharge controller stage :
* TP4056 * TP4056
* DW01A + 8205A * DW01A + 8205A
@ -220,7 +225,7 @@ to save power
* Drivers: * Drivers:
* [ ] Write/port the MAX30102 Heart Rate Monitor driver to the project. * [ ] Write/port the MAX30102 Heart Rate Monitor driver to the project.
* [ ] Add a wake up alarm app (using the vibration motor). * [ ] Add a wake up alarm app (using the vibration motor).
* [ ] Add BLE functionality. * [X] Add BLE functionality.
## Achieved power consumption recap: ## Achieved power consumption recap: