Skip to content

Commit

Permalink
docs: circuit diagrams (#6)
Browse files Browse the repository at this point in the history
* docs: circuit diagrams

* chore: add new line
  • Loading branch information
sondresjolyst authored Dec 3, 2024
1 parent 8ced6c3 commit fad1be6
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 5 deletions.
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

0 comments on commit fad1be6

Please sign in to comment.