Search found 5 matches
- 03 Nov 2018, 15:23
- Forum: ESP Easy: Software
- Topic: ESP Easy and BME280 data
- Replies: 6
- Views: 6753
Re: ESP Easy and BME280 data
Since the sensor is putting out that information already, I didn't know how easy it would be to add that field to the BME280 data information to have it display automatically.
- 03 Nov 2018, 14:25
- Forum: ESP Easy: Software
- Topic: ESP Easy and BME280 data
- Replies: 6
- Views: 6753
ESP Easy and BME280 data
I finally upgraded all my esp8266 boards with the latest ESP Easy software. I'm using the BME280 devices and viewing the LOG option from the TOOLS tab, to view the data from the sensor. I notice it is giving me a Dew Point reading along with the Temp, Humidity, and Pressure. In the Device Setup tab ...
- 26 Oct 2018, 05:33
- Forum: ESP Easy: Hardware
- Topic: Sparkfun BME280 & Huzzah not communicating
- Replies: 4
- Views: 3645
Re: Sparkfun BME280 & Huzzah not communicating
Thank you TD-er !!
That was the fix. Using the BMX280 was what I needed. I did have to change the address to 0x77 for the final connection.
John
That was the fix. Using the BMX280 was what I needed. I did have to change the address to 0x77 for the final connection.
John
- 25 Oct 2018, 19:41
- Forum: ESP Easy: Hardware
- Topic: Sparkfun BME280 & Huzzah not communicating
- Replies: 4
- Views: 3645
Re: Sparkfun BME280 & Huzzah not communicating
I have 1 BME280 board and 1 Huzzah board. I set these boards up in the Arduino IDE and it displayed the temp, humidity and the pressure. I flashed ESPEasy 2 onto the Huzzah board and set up the I2C connection and connections to OH. Then I chose the BME280 board from the drop-down menu. It had the di...
- 25 Oct 2018, 18:21
- Forum: ESP Easy: Hardware
- Topic: Sparkfun BME280 & Huzzah not communicating
- Replies: 4
- Views: 3645
Sparkfun BME280 & Huzzah not communicating
I am trying to set up the Sparkfun BME280 module on the Huzah ESP8266 board. I have SCL -> 4 and SDA -> 5 between the BME280 and the Huzzah. I have verified this setup works using an Arduino sketch. I loaded ESP Easy 2 on the Huzzah, went through and set everything up according to the BME setup page...