#include <M5Stack.h> #include "BluetoothSerial.h" byte counter; BluetoothSerial bts; void setup() { M5.begin(); M5.Lcd.println("Bluetooth Now"); Serial.begin(9600); bts.begin("M5Stack");//PC側で確認するときの名前 counter = 0; } void loop() { bts.println(counter); counter++; delay(100); } ここで一度シリアルモニタでちゃんとBluetoothでシリアル通信できてるか確認しましょう。 Windowsならば、設定>デバイス>Bluetoothとその他のデバイス を開き、Bluetoothデバイスを追加しましょう。 デバイスの名前はM5