Samsung The Frame - Bluetooth config

Manufacturer: Samsung
Model: The Frame (bluetooth)

Volume down / up : F9 / F10
Channel down / up : F11 / F12
down : key_down_arrow
up, left, right … same thing
ok : consumer_enter_channel
power : key_power
mute : F8
main menu : F5
back : key_esc
guide : key_menu
inputs : F6
channels list : F7
colors red green yellow blue : F1 F2 F3 F4

1 Like

I cant get my frame to connect… I go into settings and add bluetooth device, it sees my unfolded circle remote but when I press pair and connect it says unable to connect to remove, make sure the device is turned on. Any tips?

scratch that - tried it again a few times and now its working. thanks for sharing the key mapping!

1 Like

Did the frame show a 6 character pin on the screen during pairing?

Initially no it was just failing immediately. Eventually yes I got the pin but still took a couple of attempts for the remote webpage to accept this - once done it’s working well though

Were you able to get power off to work.

The Power toggle only seems to turn on.

Did you find the quick settings button?

Does anyone gets the “Remote Two_XXXXX is connected” notification every 10 minutes when the remote is not in the dock? It is really anoying when you wanna watch tv with the remote on the coffeetable

From my FireTV I think I only got this message after I pressed a key but this was a couple of month ago when BlueTooth integration was new. I could live with this.

Ralf

Have you tried to adjust the Bluetooth suspend behaviour? Unfortunately that’s only possible via the api and not the web configurator: core-api/doc/bt/suspend_behaviour.md at main · unfoldedcircle/core-api · GitHub

1 Like

Thanks for the suggestion. I would need some guidance to do that. I edited the body of CORE API REST to:

{
“peripheral_connections”: 1,
“enable_hci_log”: true,
“enable_debug_port”: true,
“suspend_actions”: “NONE”,
“wakeup_actions”: “NONE”
}

Will see what happens

You only need to include what you want to change.