diff --git a/ESP32-BME280/src/main.cpp b/ESP32-BME280/src/main.cpp index f14ce37d5..001bcd40a 100644 --- a/ESP32-BME280/src/main.cpp +++ b/ESP32-BME280/src/main.cpp @@ -1,10 +1,10 @@ #include -#include +//#include #include -//#define BMP280 -#define BME280 +#define BMP280 +//#define BME280 #ifdef BME280 #include @@ -57,7 +57,7 @@ void setup() { #ifdef BMP280 //Adafruit_BMP280 bmp; Adafruit_BME280 bmp; - unsigned status = bmp.begin(0x58); + unsigned status = bmp.begin(0x76); if (!status) { Serial.println("Could not find a valid BME/BMP280 sensor, check wiring!"); Serial.print("SensorID was: 0x"); Serial.println(bmp.sensorID(), 16); diff --git a/README.md b/README.md index e43742580..06b277f43 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Eco-system of ESP32s Nodes and ATtiny85 peripherals with different functionaliti - programmable via [UART](https://github.com/alexandrebobkov/ESP-Nodes/tree/main?tab=readme-ov-file#uart) -> no need for serial drivers ### ESP32-WROOM-32D Module Adapter Pinouts -

The adapter allows interchangability of ESP32 modules between different nodes. The adapter contains minimal components on its PCB, just enough to ensure module's operation.

+

The adapter allows interchangability of ESP32 modules between different nodes. The adapter contains minimal components on its PCB, just enough to ensure module's operation. (ESP32 8-N-1)

ESP32-Node Pinout