#[Solved] Bluetooth connection issues

1 messages · Page 1 of 1 (latest)

solid raft
#

I cant see the device on bluetooth list and cant test the keys.

i taked a look into connection issues on docs and i tried to but with no success:

  • flash settings reset on both sides
  • add the ble_experimental_conn, ctlr_tx_pwr_plus_8 and control_nrf_k32src options on .conf file
  • also tried to connect with zmk studio but it shows “failed to connect to device”

im with no ideas. someone could help me?
im using a nrf52840 mcu. device blinks twice in red when booting and when pressing the reset button. pressing reset button twice enters on bootloader.

the repository im using is: https://github.com/hvini/zmk-config/blob/main/config/skeletyl.conf

i also tried to check if it appears in other computers to but all apple devices: intel, apple silicon, ipad os and ios

GitHub

Contribute to hvini/zmk-config development by creating an account on GitHub.

#

here is how it shows when trying to connect on zmk studio

sly grove
#

Both of your keyboard parts have CONFIG_ZMK_SPLIT_ROLE_CENTRAL=n

#

Peripheral sides will only connect to a ZMK central, and the central can connect to PC.

solid raft
#

ooh right. is there a rule for who's the central? i removed the flag from one side and is not showing on bluetooth yet

#

keeping one with value =y and other =n make it appear on bluetooth list but its not connecting

#

i connected the central to pc and keys is being registered except for the peripheral side that seems laggy and somtimes dont register

solid raft
#

on ipad worked wirelessly. there is some patch to make it work on intel macbook?

wise tide
wise tide
solid raft
#

it wasnt at first, then i rebooted the macbook and reflashed the sides (cause i flashed inverted) and it worked 😅

#

[Solved] Bluetooth connection issues