Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fast forward and rewind tracks and other tips and curiosities #283

Open
zinhoBR opened this issue Feb 17, 2024 · 0 comments
Open

Fast forward and rewind tracks and other tips and curiosities #283

zinhoBR opened this issue Feb 17, 2024 · 0 comments

Comments

@zinhoBR
Copy link

zinhoBR commented Feb 17, 2024

Hello everyone, great library, I worked a lot with this library a while ago and I have some tips and curiosities that might be useful to other members:

1 - If you put key media play press + next OR previous track it works like advancing or rewinding a track, example:

..........
bleKeyboard.press(KEY_MEDIA_PLAY_PAUSE);
bleKeyboard.press(KEY_MEDIA_NEXT_TRACK);
delay(100);
bleKeyboard.releaseAll();

2 - I tested the library myself on several different phones and systems and it works perfectly with Windows, IOS, Android and Linux.
The majority of problems in Windows with pairing or disconnecting** are the fault of your Bluetooth dongle, which is probably of poor quality, just trust me.

3 - The most current versions do not reconnect when you disable Bluetooth or connect/disconnect the board.
I always used version 0.2.3 (or 0.3.0, I don't remember now) because they reconnect automatically.

4 - From my tests, some ESP32-C3 boards don't work well with this library, I have an ESP32-C3 DevikitM-1 that I can't get to work while my ESP32-C3 super mini runs smoothly.
Soon I will test it on an ESP32-pico-mini.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant