MICS-6814 I2C grove

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
carvals
Posts: 2
Joined: Wed Apr 17, 2019 6:37 pm

MICS-6814 I2C grove

Post by carvals » Wed Apr 17, 2019 6:43 pm

Hello,

Does anyone know a library for the grove board with gas multi sensor with MICS-6814 (I2C)
http://wiki.seeedstudio.com/Grove-Multi ... as_Sensor/
thanks in advance
Carvals

ThomasChr
Posts: 121
Joined: Sat Nov 25, 2017 7:50 am

Re: MICS-6814 I2C grove

Post by ThomasChr » Thu Apr 18, 2019 5:00 am

I didn‘t search for a library but I skimmed through the code of the Arduino Lib. Looks like easy I2C communication which you can easily port to Micropython if needed. Sp even without a library this is a simple task!

carvals
Posts: 2
Joined: Wed Apr 17, 2019 6:37 pm

Re: MICS-6814 I2C grove

Post by carvals » Sat Apr 20, 2019 8:43 am

Thanks. Yes I will do that. I asked in case it was done I could contribute ;-) ok I am lazy too lol
I found this one https://github.com/DexterInd/GrovePi/bl ... _sensor.py
but I would not call that a library....
thanks

Post Reply