mp-se / gravitymon

iSpindle replacement firmware for beer brewing/fermenting
MIT License
55 stars 11 forks source link

Gyro and temp sensor not detected after flashing on S2 #143

Closed mp-se closed 1 year ago

mp-se commented 1 year ago

On the S2 build the gyro and temp sensors are not correcly detected. After a power cycle they started to work.

v1.3.0-beta2 build

mp-se commented 1 year ago

The problem seams to occur when doing a reset of the board and not when you do a power on/off.

Suspect that there are issues with the I2C communication and wire on this board.

This works on the 1.2.0 version so looks like something is broken in the updated esp32 framework.

mp-se commented 1 year ago

Reverting to arduino esp32 framework in v5.3.0 solves this issue. Probably related to IDF v5.0 upgrade in the 6.x version. Needs further investigation...