Search found 23 matches

by shadow
Fri Dec 02, 2016 11:44 pm
Forum: ESP32 Arduino
Topic: Unable to read from BME280
Replies: 25
Views: 44743

Unable to read from BME280

Hi, I'm trying to read values from a BME280 sensor. connected to an ESP32 dev board . As I'm a complete newbie, I followed the board and the sensor setup guides. Running the I2C_ReadAllData sketch from the sensor examples I see that it doen't manage to read the registers of the sensor through I2C :c...
by shadow
Fri Dec 02, 2016 6:35 pm
Forum: News
Topic: ESP-IDF 1.0 Release plan
Replies: 59
Views: 112053

Re: ESP-IDF 1.0 Release plan

Hmm, That's what I did actually, using https://github.com/sparkfun/SparkFun_BME280_Arduino_Library, but when I tried it, all I got was garbage on the serial monitor. But today I've read in Mr. Kolban's book this fragment: I2C and the Wire library – The default pins on the ESP32 for the I2C and Wire ...
by shadow
Fri Dec 02, 2016 4:59 pm
Forum: News
Topic: ESP-IDF 1.0 Release plan
Replies: 59
Views: 112053

Re: ESP-IDF 1.0 Release plan

No I2C means I can't read any sensors connected through I2C?
I'm a complete newbie and I just got my board and BME280 sensor from SparkFun and I am trying to do a school project.