====== BLE Central 機能のプログラミング ====== MA-S120/LB は、 * Bluetooth Adapter: [[https://www.ezurio.com/wireless-modules/bluetooth-modules/bluetooth-5-modules/bt850-series-bluetooth-module|Ezurio BT850]] * Bluetooth SDK: [[https://www.tjsys.co.jp/embedded/netnucleus-bt/index_j.htm|NetNucleus Bluetooth(東芝情報システム製)]] を搭載しており、[[https://qualification.bluetooth.com/ListingDetails/250061|SIG 認証を取得]]していますので、BLE のセントラル機能を心配なく開発することができます。 SDK の機能をラップし、簡単に BLE セントラルの開発ができるライブラリを用意しています。 * API ドキュメント: [[https://wiki.centurysys.jp/nimdocs/htmldocs/nim_nucleus.html|Nim-Nucleus API documentation]] * リポジトリ: [[https://github.com/centurysys/nim-nucleus]] \\ ===== 使用例 ===== * [[.switchbot:start]]