Data sheets
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
__pycache__
|
__pycache__
|
||||||
|
*.st
|
||||||
|
/espidf
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
nvs, data, nvs, 0x9000, 0x4000,
|
nvs, data, nvs, 0x9000, 0x4000,
|
||||||
otadata, data, ota, , 0x2000,
|
otadata, data, ota, , 0x2000,
|
||||||
phy_init, data, phy, , 0x1000,
|
phy_init, data, phy, , 0x1000,
|
||||||
ota_0, 0, ota_0, , 0x110000,
|
ota_0, 0, ota_0, , 0x120000,
|
||||||
ota_1, 0, ota_1, , 0x110000,
|
ota_1, 0, ota_1, , 0x120000,
|
||||||
spiffs, data, spiffs, , 0x110000,
|
spiffs, data, spiffs, , 0x1B0000,
|
||||||
|
|||||||
|
@@ -3,4 +3,6 @@ Old load cell
|
|||||||
1kg ~= 700
|
1kg ~= 700
|
||||||
=> overflow at 93 kg
|
=> overflow at 93 kg
|
||||||
|
|
||||||
|
New load cell
|
||||||
|
const int CONFIG_VALUE_DIVIDER = 8;
|
||||||
|
1 kg ~= 1100
|
||||||
|
|||||||
BIN
hardware/datasheets/ESP32-DevKitC-V4_SCH_20180607A.pdf
Normal file
BIN
hardware/datasheets/ESP32-DevKitC-V4_SCH_20180607A.pdf
Normal file
Binary file not shown.
BIN
hardware/datasheets/HX711_Datasheet.pdf
Normal file
BIN
hardware/datasheets/HX711_Datasheet.pdf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user