MultiMote / niimblue

🖨 NIIMBOT custom web client/app. Design and print labels with NIIMBOT printers directly from your PC or mobile web browser!
https://niim.mmote.ru
MIT License
77 stars 13 forks source link

Can't pair D11 with Tp-Link UB500 #43

Closed danielwerg closed 1 week ago

danielwerg commented 1 week ago

describe your issue here

Trying to pair using bluetui and I'm getting generic error: Error Bluetooth authentication failed: Authentication Failed

On android I have to enable "location" service in order to pair the printer, maybe this is related?

MultiMote commented 1 week ago

I have same adapter and I found no issues when tried to repeat your setup. I am not familiar with Arch. What I did:

  1. Stated Artix Xfce live image - https://ftp.crifo.org/artix/iso/artix-lxde-openrc-20240823-x86_64.iso

  2. Added omniverse repo

image

  1. Installed chromium: pacman -Sy, pacman -S ungoogled-chromium

  2. Enabled Bluetooth image

  3. Started chromium, enabled experimental web features (chrome://flags) image

  4. Restarted chromium and connected my printer

image

image

There is no need to pair printer manually.

danielwerg commented 1 week ago

Thank you for such detailed instructions! I'm not very familial with bluetooth, I never even opened website in chromium because I couldn't manually pair the printer XD Gonna be so much easier to debug now, hate the damn phones.

Maybe it's worth adding some parts of your comment to README for people like me.