Conversation

Notices

  1. !linux #
    Steps to connect a # keyboard:
    # apt-get install bluetooth
    <Push connect button>
    # hcitool scan →copy hex address to clipboard
    # bluez-simple-agent hci0 <hex address>
    RequestPinCode
    Enter PIN Code: <Enter 4 digits>
    <Enter same 4 digits at keyboard>
    # bluez-test-input connect <hex address> yes
    <finished>

    Tuesday, 16-Jun-15 22:32:13 UTC from status.vinilox.eu
    1. … !linux #
      To add "permanent trust" to the # keyboard:
      # bluez-test-input trusted <hex address> yes
      (Source: http://www.correlatedcontent.com/blog/bluetooth-keyboard-on-the-raspberry-pi/)

      Wednesday, 17-Jun-15 09:56:50 UTC from status.vinilox.eu
      1. # #
        that should have been:
        # bluez-test-device trusted <hex address> yes

        Examples of bluetooth stuff working with !Debian Wheezy:
        https://wiki.archlinux.org/index.php/Bluez4

        show details of your bluetooth interface(s):
        hciconfig -a

        ping a bluethooth device (mouse…)
        l2ping <hex address>

        Tuesday, 30-Jun-15 22:29:10 UTC from status.vinilox.eu