Send Ambient Sensored data.
Install GrovePi+ Driver
$ sudo curl -kL dexterindustries.com/update_grovepi | bash
$ sudo raspi-config
I2CとSPIを有効にする
$ sudo reboot
Install Python3 modules
pip3 install matplotlib
pip3 install smbus2
pip3 install git+https://github.com/AmbientDataInc/ambient-python-lib.git
https://camp.isaax.io/ja/examples/omron-d7s-ambient (日本語)
Licensed under the MIT License.