Closed sblantipodi closed 4 years ago
@ladyada I think that latest commits are yours, can you check it please?
Hey @sblantipodi Do you think you could let me know what hardware you're using and what (if anything) you're seeing in the serial terminal
@dherrada thanks for the answer, I appreciate it. unfortunantly the microcontroller is running inside my wall and it's pretty difficult to debug the serial.
I'm running the genuine BME680 from adafruit on a Lolin D1 Mini ESP8266EX board.
Ah, well I don't happen to have an esp8266EX, so if you could find out what's actually causing the failure by connecting to a serial terminal, then we can take a look at it. I'd be glad to look at it, but something just not working isn't enough to go off to reproduce something. Do you have another esp you might be able to hook up the BME680 to?
1.0.7 works well, 1.1.0 no. hope that Adafruit will chime in since they are the owner of the lib, of the break out board and they have ESP8266 boards as well :)
1.0.7 works well, 1.1.0 no.
If you want help, you need to let us know what the error message you're getting is.
hope that Adafruit will chime in
I'm an intern working for Adafruit.
I'm assuming this is a duplicate of #41. If you can provide me with the error message and it turns out to be different from the error message in 41, I'll reopen this.
@dherrada I attached the serial to my pc, no error at all, code works well without issues but all readings from the sensors return 0
can you reopen the issue please? and fix it if you can xD
Well, that's odd. And you're certain everything's hooked up correctly?
Well, that's odd. And you're certain everything's hooked up correctly?
some code, same everything, different lib version 1.0.7 works like a charm, 1.1.0 read 0 on all sensors.
tried it multiple times now.
I think that since both you and the person who opened #41 had the issue hit after the same release, it could be the same issue presenting itself in different ways. I'll focus on 41 first, since we've got more debug info to work off of, and then if the fix we find for that doesn't work for this issue, we can look more in-depth into what's going on here.
please fix your code examples and you will fix the problem ;)
have you tried to do a single test of your "code examples" by your own on your board before the release?
@sblantipodi Please keep your comments civil, respectful, and constructive
I can confirm that as of today's masters branch of the library I can reliably get BME680 data from the sensor,although running on ATMEGA328P
Awesome! good to know
Can we close this then?
As title. this simple code works perfectly with lib version 1.0.7
it does not work on 1.1.0, it simply return null readings when using 1.1.0
can you fix it please?