Skip to content

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

License

Notifications You must be signed in to change notification settings

isaaxug/2smpb02e-with-isaax

 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.1%
  • JavaScript 11.6%
  • HTML 3.3%