= Current Status = * Image nodes with the latest Bluetooth enabled [wiki:HowTo/Bluetooth/Enabling image] * Manually set the interfaces using [wiki:HowTo/Bluetooth/UsingCL pand], for instance {{{ node1-1:~# pand --listen -role NAP --master --autozap }}} wait for at least 10 seconds for the interface to configure {{{ node1-2:~# pand --connect 00:0A:3A:53:D4:82 --service NAP --autozap }}} Wait for at least 10 seconds for the interface to configure. At this point the link should be established and interface ''bnep'' created on both nodes. {{{ node1-2:~# ifconfig bnep0 192.168.1.2 }}} {{{ node1-1:~# ifconfig bnep0 192.168.1.1 }}} This step is automated by the script ''bt.pl''. * Execute your favorite script with proper settings for OTG and OTR with -k option in order not to reboot nodes and preserve manual settings. Assuming your script is ''btwifi.rb'' it will be something like {{{ nodehandler4 -k btwifi }}} == List of the nodes with BT interfaces == [wiki:BlueToothNodes List of nodes] == To Do == * Write btsender.rb and btreceiver.rb to fully integrate Bluetooth with [wiki:Documentation/OTG OTG and OTR]