Michael Stal

Results 6 issues of Michael Stal

The call read_registers(0x88, buffer, 24); within read_compensation_parameters() should be changed to read_registers(0x88, buffer, 26); as the compensation parameter DIG_H1 resides in 0xA1 according to the BME280 datasheet, so that 26...

Entering sleep/dormant mode will work a couple of times, but then the Pico gets frozen. There must be configurations which are not recovered after wake-up. Saving and then restoring the...

I am currently experimenting with the sleep/dormant modes of the Raspberry Pi Pico. As a base I am using the examples hello_sleep respectively hello_dormant. The problem I encountered: After going...

When asking the Pico Project Generator to create output for Visual Studio Code, the generator assumes, the location of these tools is /usr/bin/...... This is statically defined in the Python...

Just an idea. I know, this is going to be a Webserver using ESP8266 and RPi Pico. My suggestion would be to separate communication from all other functionality by introducing...

Maybe, it is just an issue on macOS. When I am using PicoDemoSleep on the Mac (using minicom or any other app as serial monitor), there will be no output...