/2smpb02e-with-isaax

オムロンの絶対圧センサ 2SMPB02E(グローブコネクタ付き)をRaspberry Piで動かすサンプルコード

Primary LanguagePythonMIT LicenseMIT

2smpb02e-with-isaax

オムロン絶対圧センサ2SMPB-02Eを搭載した評価用モジュール(Groveコネクタ付き)をRaspberry Pi+isaaxで動かすためのサンプルコードです。

センサの仕様については以下のドキュメントをご確認ください。

Dependency

  • Raspberry Pi 3B/3B+
  • Python 3.6 or higher
  • GrovePi+

Configure Software

Setup GrovePi+

$ sudo curl -kL dexterindustries.com/update_grovepi | bash
$ sudo raspi-config
Enable I2C and SPI
$ sudo reboot

Insatll Python Modules

pip3 install matplotlib
pip3 install smbus2
pip3 install git+https://github.com/AmbientDataInc/ambient-python-lib.git