Saturday 28 December 2019

Friday 27 December 2019

M5StickC with ENV Unit

I ordered the Grove version of the M5 ENV module instead of the HAT version by mistake so the M5StickC ENV.ino example did not work out of the box.   

The Wire.begin() needs to be told to use the GROVE pins G32 and G33 as SDA/SCL :  


Wire.begin(32,33,100000); //SDA, SCL 





Later...
The github entry for the example was updated 3 months ago, so my local copies are out of date, that will teach me :-(