Forum Discussion

InfiniteArray's avatar
2 years ago
Solved

Quest 3 disconnects from classical Bluetooth with ESP32 after 3 seconds

I am trying to link a Quest 3 and an ESP32-WROOM devkit via Bluetooth Classic. The ESP32 is running the following code:   #include "BluetoothSerial.h" String device_name = "ESP32-BT-follower"; B...
  • InfiniteArray's avatar
    2 years ago

    The ESP32 moving from the "Connected" to the "Not Connected" device list after pairing is normal for a SPP type connection.

    My problem was that I was running the program via Meta Quest Link and had paired the EPS32 with the Quest 3 when I should have paired it with my PC.