I want to use my project on resin which uses Bluetooth LE.
I tried loading resin-io-projects/rpi3-bluetooth on my Pi Zero W but it doesn’t work. I get these messages:
10.06.17 12:17:54 (-0400) Systemd init system enabled.
10.06.17 12:17:55 (-0400) systemd 215 running in system mode. (+PAM +AUDIT +SELI
NUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
10.06.17 12:17:55 (-0400) Detected virtualization 'other'.
10.06.17 12:17:55 (-0400) Detected architecture 'arm'.
10.06.17 12:17:55 (-0400) Set hostname to <0183e8b>.
10.06.17 12:18:15 (-0400) Testing bluetooth on RPI3. Make sure you have a blueto
oth device enabled and visible.
10.06.17 12:18:15 (-0400) Attaching hci0...
10.06.17 12:18:15 (-0400) bcm43xx_init
10.06.17 12:18:45 (-0400) Initialization timed out.
10.06.17 12:18:45 (-0400) First try failed. Let's try another time.
10.06.17 12:18:45 (-0400) bcm43xx_init
10.06.17 12:18:45 (-0400) Patch not found for BCM43430A1, continue anyway
10.06.17 12:18:45 (-0400) Set Controller UART speed to 921600 bit/s
10.06.17 12:18:45 (-0400) Device setup complete
10.06.17 12:18:45 (-0400) Bring hci0 up...
10.06.17 12:18:46 (-0400) Scan for devices...
10.06.17 12:18:56 (-0400) Test finished. App configured to not exit. Restart the
app if you want to retest.
10.06.17 12:18:56 (-0400) TEST FAILED
My end goal is to communicate with BLE using lbluetooth in the C language, but I thought this example program was a good first step. I have the code working in this repository, but it does not use resin yet, but I’m hoping to make the switch.
Does anybody have any idea how to use Bluetooth on the Rpi Zero W?