Search found 9 matches

by boernsen
Sat Oct 22, 2022 5:14 pm
Forum: ESP32 Arduino
Topic: Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?
Replies: 5
Views: 3325

Re: Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?

Thanks for the link. That is a good overview over the different profiles. The app did not connect to the trackpad, which I think is no surprise as the trackpad only supports the HID profiles whereas the app only supports the SPP profile. The trackpad connects to various devices having an OS (tested ...
by boernsen
Fri Oct 14, 2022 8:10 pm
Forum: ESP-IDF
Topic: How to pair ESP32 with BT Classic HID device with PIN/passkey?
Replies: 0
Views: 732

How to pair ESP32 with BT Classic HID device with PIN/passkey?

Hi everyone, as I couldn't find good information about that: what is the procedure to pair the ESP32 with a Bluetooth Classic HID device that requires a 4-digit PIN/passkey when pairing (such as my Bluetooth trackpad)? E.g. at what point and how am I supposed to enter the PIN? I only found this, but...
by boernsen
Fri Oct 14, 2022 2:20 pm
Forum: ESP-IDF
Topic: BT_BTC: btc_dm_auth_cmpl_evt() Authentication fail reason 5
Replies: 1
Views: 60525

Re: BT_BTC: btc_dm_auth_cmpl_evt() Authentication fail reason 5

Any idea?

Could it be related to the pairing PIN? The trackpad normally requires to enter a PIN when pairing it. In my attempt I didn't come over any request to enter a PIN.
by boernsen
Wed Oct 12, 2022 7:12 pm
Forum: ESP-IDF
Topic: BT_BTC: btc_dm_auth_cmpl_evt() Authentication fail reason 5
Replies: 1
Views: 60525

BT_BTC: btc_dm_auth_cmpl_evt() Authentication fail reason 5

Hi everyone, I am trying to get my ESP32 pair with a Bluetooth Classic 2.0 trackpad (generally recognized as Bluetooth mouse on Windows/Linux) using the official esp_hid_host example. So, I: followed Get started guide built and flashed the example opened a monitor put my trackpad into pairing mode r...
by boernsen
Fri Sep 30, 2022 5:33 pm
Forum: ESP32 Arduino
Topic: Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?
Replies: 5
Views: 3325

Re: Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?

I started with the ESP-IDF BT/BLE HID Host Demo . The trackpad is found, but it doesn't connect. It prints the error: BT_HIDH: OPEN ERROR: ERR_SDP Do you have any idea what I can do or how I can debug it? This is the full output (Addresses are removed, I double-checked the trackpad's address. It is ...
by boernsen
Thu Sep 22, 2022 6:53 am
Forum: ESP32 Arduino
Topic: Using Bluetooth HID with ESP32
Replies: 2
Views: 3985

Re: Using Bluetooth HID with ESP32

Hi Roland,

I know it is a long time ago, but did you manage to pair your joystick with the ESP32? If yes, I (and probably many) would be very interested to know! :)
by boernsen
Thu Sep 22, 2022 6:20 am
Forum: ESP32 Arduino
Topic: Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?
Replies: 5
Views: 3325

Re: Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?

As far as I know, these apps only use Bluetooth SPP. Is that correct? Anyway, the app didn't connect to the trackpad, although it did connect to the Android phone itself. I could even use it as mouse input for the Android device. I feel it is very hard to find reliable information about the ESP32's ...
by boernsen
Sat Sep 10, 2022 3:28 pm
Forum: ESP-IDF
Topic: Pairing a Bluetooth Keyboard?
Replies: 5
Views: 14817

Re: Pairing a Bluetooth Keyboard?

As I am planning to pair it with a Bluetooth mouse and receive movement data, I'm quiet interested in this! Did you manage to pair the ESP32 with the Bluetooth keyboard and receive key presses?
by boernsen
Wed Aug 31, 2022 8:53 pm
Forum: ESP32 Arduino
Topic: Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?
Replies: 5
Views: 3325

Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?

Hello everyone,

is it possible to pair an Apple Magic Trackpad (1. gen -> Bluetooth Classic 2.0) with the ESP32? How simple is that? Can I be sure it'll work?

I am asking as I had hard times finding any projects doing such things, even with Bluetooth keyboards.

Thank you in advance!