Search found 1 match
- Mon May 04, 2020 8:40 pm
- Forum: ESP32 Arduino
- Topic: Impossible to make my ESP32 visible on BLuetooth
- Replies: 0
- Views: 2740
Impossible to make my ESP32 visible on BLuetooth
Environment: • ESP32 Chip (Custom PCB) / DevKit : esp32doit-devkit-v1 • IDE : PlatformIO • Framework : Arduino. • Operating System : Windows 10 Problem Description: I used a very simple Bluetooth sketch based on BluetoothSerial.h. #include <Arduino.h> #include <BluetoothSerial.h> #if !defined(CONFI...