We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d90fb commit c785a21Copy full SHA for c785a21
doc/Wiring.md
@@ -1,12 +1,14 @@
1
-# Connect ESP32 to BME680
+# Connect to BME680
2
3
This sketch uses I2C for communication.
4
5
-| BME680 | ESP32 |
6
-|--------|-------|
7
-| VCC | 3V3 |
8
-| GND | GND |
9
-| SCL | 22 |
10
-| SDA | 21 |
+| BME680 | ESP8266 (D1 mini) | ESP32 |
+|--------|-------------------|-------|
+| VCC | 3V3 | 3V3 |
+| GND | GND | GND |
+| SCL | D1 | 22 |
+| SDA | D2 | 21 |
11
12
-
+
13
+
14
+
doc/images/wiring.jpg renamed to doc/images/wiring_ESP32.jpg
doc/images/wiring_ESP8266_D1_mini.jpg
3.16 MB
0 commit comments