#Problem with peripheral side bluetooth not enabling

1 messages · Page 1 of 1 (latest)

safe talon
#

I'm trying to get some hardware running again and have set up a new repo for it : https://github.com/vattern/hakea-config
The left half works and connects to the host via bluetooth. The right half only connects via USB and does not enable BLE or pair to the controller side. This has been verified with two different sets of hardware.

0:00:00.825,653] <inf> usb_hid: Device configured
[00:00:00.825,653] <dbg> zmk: zmk_usb_get_conn_state: state: 3
[00:00:00.825,714] <dbg> zmk: zmk_usb_get_conn_state: state: 3
[00:00:00.825,714] <dbg> zmk: zmk_usb_get_conn_state: state: 3
[00:00:00.825,744] <dbg> zmk: get_selected_transport: Only USB is ready.
[00:00:00.825,744] <dbg> zmk: zmk_endpoints_send_report: usage page 0x07
[00:00:00.825,775] <dbg> zmk: zmk_endpoints_send_report: usage page 0x0C
[00:00:00.825,836] <inf> zmk: Endpoint changed: USB
[00:00:00.825,897] <wrn> zmk: Not sending, no active address for current profile
[00:00:00.825,927] <wrn> zmk: Not sending, no active address for current profile

I've flashed a settings reset and it no difference.

GitHub

Contribute to vattern/hakea-config development by creating an account on GitHub.

distant sand
#

Both side don't have CONFIG_ZMK_SPLIT=y so they are built as two independent unibody keyboard.

#

Right side is not visible in BLE because it doesn't have a name (which is expected)