From 11fc4dce2f343ea352bc1c4e713231623f073c36 Mon Sep 17 00:00:00 2001 From: Stephen Date: Sat, 23 Jul 2022 18:29:03 -0500 Subject: [PATCH 1/2] adding alternative method using ESPHome --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 46f6746..1bb4731 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,21 @@ Just build, flash, and you're done. When connecting everything up, you should see an open Wi-Fi Access Point to configure your Wi-Fi and MQTT credentials. +## Alternative Software Using ESPHome + +ESPHome can be used to build firmware for the ESP device. A configuration example for it can be found below. The only thing to update will be the rx_pin to match your connection point. + +``` +uart: + rx_pin: D2 + baud_rate: 9600 + +sensor: + - platform: pm1006 + pm_2_5: + name: "Particulate Matter <2.5µm" +``` + ## Low-Noise Mod **Note:** The intent of this section is only to document that this is possible. I don't "recommend" doing this nor do I advise against it. From 90a49a5befbd78da4db02509c6e4fd8c68913c10 Mon Sep 17 00:00:00 2001 From: Stephen Date: Sat, 23 Jul 2022 18:30:45 -0500 Subject: [PATCH 2/2] added the PR link for the esphome addition --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bb4731..c70bfcb 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ When connecting everything up, you should see an open Wi-Fi Access Point to conf ## Alternative Software Using ESPHome -ESPHome can be used to build firmware for the ESP device. A configuration example for it can be found below. The only thing to update will be the rx_pin to match your connection point. +ESPHome can be used to build firmware for the ESP device ([added in this pull request](https://github.com/esphome/esphome/pull/2038)). A configuration example for it can be found below. The only thing to update will be the rx_pin to match your connection point. ``` uart: