Robert Hammelrath

Results 491 comments of Robert Hammelrath

Implementing the change by @hoihu at the SAMD port revealed another (or the same) problem. If text is pasted to the device and echoed, the USB stack locks up. Data...

No. I tried it now, and as expected, it makes no difference. MICROPY_EVENT_POLL_HOOK consists of a call to mp_handle_pending() and __WFI(). Since the scheduler is not enabled, mp_handle_pending() is practically...

Thank you for the contribution, which is surely useful. May I also ask you add a few words for the new method to the documentation in README.md.

At the moment I have no opinion about that topic. As you can see in the comments at the top of the source, this driver has quite a history. And...

Looking into the code, there is just one method for reading. So it is no problem to set-up the sensor in sleep mode. The code change is minor, I just...

I made a comparison of starting up the sensor in sleep mode vs. normal mode. I cannot tell a difference. According to the data sheet the difference is 0.1 µA...

So I removed the regulator and repeated the test with my python script. When initialized in NORMAL mode, the standby current is about 600µA. When set to SLEEP mode, the...

I noticed that the sensors are pretty sensitive to placement. When doing my tests, I placed them, if possible, in a certain distance to the CPU module and below that...

This setting was changed in the actual state of the repository. The device is initialized to sleep mode. The lines below are use in both variants of the driver. ```...

@wetterfrosch: The way you have soldered the BME280 to the ESP32 board will cause the BME280 to get heated by the ESP32. The ESP32 board gets a warm, and that...