Where can I find an example of retrieving data from BMM150 + SH200Q
- 
					
					
					
					
 I try to use any library but did not succeed 
- 
					
					
					
					
 
- 
					
					
					
					
 I can't find working examples neither. It would be nice if there was included examples in the M5Stack Arduino library. If someone can help it would be great. Thanks ! 
- 
					
					
					
					
 Hello @Yova, 
 there is a standard library for SH200Q available for the M5Stick. Since I have a M5Stack Fire core, I ported this library in order to work for this device. You can find it at the address: https://github.com/scavallero/SH200Q.
 I will put there an example as soon as possible.
- 
					
					
					
					
 Prova questa libreria 
 https://github.com/Seeed-Studio/Grove_3_Axis_Compass_V2.0_BMM150poi modifica BMM150_I2C_Address 0x13 con 0x10 nel file bmm150_defs.h in questo modo dovresti poter accedere al BMM150. 
 Purtroppo M5STACK ha i magneti sul fondoTry this library 
 https://github.com/Seeed-Studio/Grove_3_Axis_Compass_V2.0_BMM150then modify BMM150_I2C_Address 0x13 with 0x10 in the file bmm150_defs.h this way you should be able to access the BMM150. 
 Unfortunately M5STACK has magnets on the bottom
- 
					
					
					
					
 In ogni caso potrai calibrare la bussola con lo sketc figure8_calibration.ino ruotando in varie direzioni M5STACK In any case, you can calibrate the compass with the sketc figure8_calibration.ino by rotating in various directions M5STACK 
- 
					
					
					
					
 
- 
					
					
					
					
 
- 
					
					
					
					
 
-