Search found 2 matches
- Mon Sep 06, 2021 2:10 pm
- Forum: ESP-IDF
- Topic: BT classic serial does not show up on Chromebook as pairable device
- Replies: 1
- Views: 2084
BT classic serial does not show up on Chromebook as pairable device
This is a follow up on basically the same problem, which I first had assumed was a problem in the Arduino framework layer for the ESP32 and thus posted in that forum. Not so, and apologies for the more or less Double Post. TL:DR: The ESP32 device does not show up on Chromebook as pairable device Env...
- Tue Aug 31, 2021 3:14 pm
- Forum: ESP32 Arduino
- Topic: SerialBT device does not show up on Chromebook as pairable device
- Replies: 0
- Views: 1389
SerialBT device does not show up on Chromebook as pairable device
Title says it all. Background info: Environment: ESP32, PlatformIO, Arduino framework Keywords: Bluetooth, SerialBT, Pairing Example code snippet: In setup SerialBT.begin("MyName"); In loop if (SerialBT.hasClient()) { if (SerialBT.available()) { char ch = SerialBT.read(); .... } } MyName shows up in...