Skip to content

Instantly share code, notes, and snippets.

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32dev]
@Potewo
Potewo / main.cpp
Created August 15, 2021 01:19
ESP32 Bluetooth Serial Test
#include "Arduino.h"
#include "BluetoothSerial.h"
BluetoothSerial BTSerial;
void setup() {
BTSerial.begin("ESP33SerialTest");
}
void loop() {
@Potewo
Potewo / how-to-use-minicom.sh
Created August 14, 2021 11:36
minicomの使い方
minicom -b 115200 -o -D /dev/serial