-
Notifications
You must be signed in to change notification settings - Fork 11
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
KCX BT Emitter V1.1 does not reconnect #9
Comments
When I read your description, it sounds to me as if the chip got damaged somehow or was defective or something like that. I know this is not very helpful, but that would be my best guess at what happened. |
I have this problem with multiple v1.7 boards in TX mode. It connects to my sink OK if I press the CONNECT button (or add MAC via Arduino), but if I let it connect automatically after a power cycle, it will seem to connect (PCB LED flashes twice, BT speaker stops searching for devices) but no audio will flow until I press CONNECT (which forces a brief disconnect / re-connect). |
I had no solution for that. My solution was to use ESP32-A1S modules with a custom code implementing audio in and Bluetooth audio transmitter. You can find my code here: https://github.com/saeugetier/audio_bt_emitter |
I have a KCX BT Emitter Version 1.1 (PCB says KCX BT Emitter V1.4). The BT emitter does not reconnect to the BT audio devices after connection got lost or bt emitter was reset. Is that behaviour normal?
Things I have done to reproduce the behaviour:
1.) Power BT Emitter: status is disconnected. The bt emitter prompts "ALL_DEVICES=0"
2.) Test current firmware version: "AT+GMR" --> V1.1
3.) Put bt audio device into pairing mode (tested with Sennheiser HD 4.50BTNC and Jabra Elite 75t headsets)
4.) issue "AT+SCAN" commands. The bt emitter finds a new device and connects to it.
5.) Copy the mac address into the "AT+ADDLINKADD=0x" command.
6.) Test with "AT+VMLINK?" if connection was saved: Success
7.) Turn off power of bt emitter
8.) Turn off audio device
9.) Turn on power of bt emitter
10.) Turn on bt audio device
11.) Test saved audio devices. Valid MAC Address was saved.
12.) Wait for 10 minutes for bt audio device to connect. No connection is established.
The text was updated successfully, but these errors were encountered: