Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 1.91 KB

getting_started_ja.md

File metadata and controls

67 lines (38 loc) · 1.91 KB

nRF52832 Bluefruit Arduino Libraries

These's examples for our nRF52832 based Bluefruit LE modules

English | 中文 | 日本語

M5Stack Core のライブラリへようこそ

1. 始めよう

M5Stackの開発環境を構築しよう

1.MacOS環境

2.Windows環境

Coming soon...

2. プログラム例

https://github.com/Afantor/Bluefruit52_Arduino/tree/master/examples

3. 関数リファレンス(API仕様)

https://github.com/Afantor/Bluefruit52_Arduino/blob/master/src/bluefruit52.h#L49

4. ハードウェア仕様

I/Oインタフェイス

nRF52は複数のバリエーションがあります。違いは こちら

LCD

LCD 解像度: 135x240

nRF52 ChipP0.07P0.27P0.16P0.23P0.24~CS
ST7789SDASCLDCRSTCSBL

ボタン

nRF52 ChipP0.18P0.11
Button PinBUTTON 1BUTTON 2

BMI160 6 axis

nRF52 ChipP0.26P0.25P0.30(A6)
BMI160SCLSDAINT1

M-バス

image image

5. 素晴らしい応用例

  • App-Controller この例は、BLEUartヘルパークラスとBluefruit LE Connectアプリケーションを使用して、ベースのキーパッドとセンサーデータをnRF52に送信できることを示しています。