Removed HMC5883L datasheet because QMC2883L was selected. Updated the README.md file

This commit is contained in:
Anatole SCHRAMM 2022-12-15 17:45:23 +01:00
parent cc108584c2
commit ee877803ab
3 changed files with 14 additions and 7 deletions

View File

@ -28,8 +28,8 @@ Possible choices :
* LSM6DS3
* BMA456 <-- SELECTED i2c addr : 0x18 or 0x19 7 bit address, has the wrist tilt detection feature.
* A magnetometer (possible choices):
* HMC5883L <-- SELECTED i2c addr : 0x1E 7 bit address, better soldering footprint
* QMC5883L
* HMC5883L <-- After reading some comparison articles between the HMC5883L and QMC5883L and the datasheets, the later seems better in term of perfomances.
* QMC5883L <-- SELECTED i2c addr : 0x0D 7 bit address, better soldering footprint
* LSM303DLHC
* BMM150 <-- Package with balls, hard to handle
* An air pressure/temperature sensor (to display the altitude for example)
@ -97,8 +97,15 @@ Requirements : 4 line serial interface in 8 bit mode with a dedicated Data/Comma
* 1 menu list with icons.
## To do :
* Write I2C drivers for the BMA456, BMP280 and HMC5883L.
* Finish to design the settings page.
* Test the charge circuit.
* Draw the schematic.
* Design the PCB.
* Write I2C drivers for the :
* [ ] BMA456
* [ ] BMP280
* [X] QMC5883L
* [ ] Write the init sequence for the GC9A01 LCD driver.
* [ ] Finish to design the settings page.
* [ ] Test the charge circuit.
* Design and test the :
* [ ] vibration moto circuit
* [ ] piezo buzzer circuit
* [ ] Draw the schematic.
* [ ] Design the PCB.

Binary file not shown.