Use Pycom cloud to control Gyroscope interface with Arduino
-
This post is deleted!
-
@catalin This is a promotion for NCD store, camouflaged as a question. See https://goo.gl/J9jZ6U for a list of similar questions. And see the user's profile, everything they've posted contains a link to the NCD store.
https://forum.pycom.io/user/jhonrob92?_=1533136634032&loggedin=true
-
hi @jhonrob92, what exactly are you trying to do?
Control a gyroscope (BMG160) using I2C/SPI with Sipy? In this case you could use this https://docs.pycom.io/chapter/firmwareapi/pycom/machine/I2C.html
Or you want Sipy to send over Sigfox messages to some server/cloud service? In this case, you could relay all Sigfox communication to Pybytes (closed beta available), but from Pybytes you need a way to export data/commands to your own Arduino interface.