Hi,
I can send commands to flipper via serial using this approach (here for example transmit an ir command with protocol NEC):
echo 'ir tx NEC 0x40 0x1A' > /dev/ttyACM0
It is also possible (as here in the forum cited), to show the cli menu including flipper ascii artwork:
screen /dev/ttyACM0
My question is, how can I do this over bluetooth? I tried connecting the flipper device using bluetoothctl, then binding the flipper device to a serial port /dev/rfcomm0 using rfcomm, but in the end, no response:
bluetoothctl
rfcomm bind 0 80:E1:26:03:4B:D1
screen /dev/rfcomm0
(no response)
Thanks!