Integrating Bluetooth 4.0 without using Pi's USB port
Posted: Thu Apr 02, 2015 1:00 am
Hi all,
I want to enable Bluetooth Low Energy feature on my Raspberry Pi A which only has one USB port. I have been happy with CSR4.0 BLE USB adapter (such as this one http://www.amazon.com/BATTOP%C2%AE-Blue ... rds=csr4.0) on my Linux. However, the only USB port is occupied by a wifi adapter, and I don't want to attach a USB hub. So there are basically two ways of doing this:
1. Build a USB to GPIO interface so that Rapsberry Pi can talk to a BLE USB dongle via SPI or UART.
2. Build a central role BLE module which talks to Raspberry Pi with SPI or UART.
I want to do things quickly, but I am not sure if I can do either easily. Can anyone shine some light on this problem?
I want to enable Bluetooth Low Energy feature on my Raspberry Pi A which only has one USB port. I have been happy with CSR4.0 BLE USB adapter (such as this one http://www.amazon.com/BATTOP%C2%AE-Blue ... rds=csr4.0) on my Linux. However, the only USB port is occupied by a wifi adapter, and I don't want to attach a USB hub. So there are basically two ways of doing this:
1. Build a USB to GPIO interface so that Rapsberry Pi can talk to a BLE USB dongle via SPI or UART.
2. Build a central role BLE module which talks to Raspberry Pi with SPI or UART.
I want to do things quickly, but I am not sure if I can do either easily. Can anyone shine some light on this problem?