Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: circuit diagrams #6

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
**secrets**
**secrets**
.notes
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# ReadTempAndHumidity

controll device
// echo -n "{\"method\":\"getPilot\"}" | nc -4u -w1 192.168.1.202 38899
// https://gist.github.com/LucasPlacentino/1b34b044e0f859721b45c40ae0876e54
// https://github.com/UselessMnemonic/OpenWiz
## Liz Sensor Voltmeter

![Liz Sensor Voltmeter](</assets/svg/Liz Sensor Voltmeter.svg>)

## Liz Sensor BME280

![Liz Sensor Voltmeter](</assets/svg/Liz Sensor BME280.svg>)
94 changes: 94 additions & 0 deletions assets/easyEDA/SCH_Liz_2024-12-03.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions assets/svg/Liz Sensor BME280.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/svg/Liz Sensor Voltmeter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
platform = espressif8266
board = d1_mini
framework = arduino
; upload_protocol = espota
; upload_port = 192.168.1.194
build_flags =
-I src
lib_deps =
Expand Down
Loading