Bluno General Arduino

Beetle BLE to Raspberry Pi Connection

userHead aislinn.mcavoy 2018-02-13 04:05:57 2227 Views3 Replies
Hello,

I am trying to connect the Beetle BLE to a Raspberry Pi Zero W. The Zero W is capable of Bluetooth and will link to the Beetle, however no information can be sent/received to/from the Beetle. Is there a way to make them work together?

Thank you!
2018-02-23 02:11:30 Excuse my ignorance, but is the pairing pin number the same as the 6 digit Bluetooth passcode? I think the Beetle BLE firmware leverages the TI BLE stack software, based on this comment in the GIT repo:
Code: Select all
https://github.com/DFRobot/BLE_firmware_V1.9
Recompile BLE firmware with official protocol stack:BLE-CC254x-1.4.0
I downloaded the TI development SW from their web site, and saw these two default passcodes in some of the BLE C-based applications they have prepared for customers of their devices:
Code: Select all
http://www.ti.com/tool/ble-stack?DCMP=wbu-blestack&HQS=blestack
#define DEFAULT_PASSCODE 0
#define DEFAULT_PASSCODE 19655
userHeadPic dsholt4
2018-02-17 05:51:29 I ended up having to use an hc-08 as well but I'd like to find a better solution to this as the addition will add more to my design and draw more power. userHeadPic aislinn.mcavoy
2018-02-13 11:05:51 Also looking for a solution for this. I'm trying to use the tool bluetoothctl but it needs to confirm the pairing pin number, and I don't know how to view that from the Bluno. userHeadPic mcguanaw