How does the Bluetooth HCI interface work? HCI is a serial line protocol and it has a line discipline. A Bluetooth device attached over a UART would need to set the line disciple. That's because UARTs don't have any device identification mechanism.
But... if I plug in a USB stick which implements serial HCI, the code is able to use the USB ID for the device to route the HCI data into the BT stack without any user space intervention. So... we should be able to make an Econtag (with an USB ID eeprom soldered on to give it a unique ID - Mar that's on Econtag2 right?) talk to the 6lowpan code without needing any user space intervention. But how do you achieve that trick? One of those would work too. CC2531 based for $17. You can set the USB ID on a CC2531. http://www.aliexpress.com/item/5pcs-Wireless-the-zigbee-module-wireless-communication-module-zigbee-wireless-module-NC910-free-shipping/734720982.html -- Jon Smirl jonsm...@gmail.com ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Linux-zigbee-devel mailing list Linux-zigbee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel