You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the NINA bluetooth module that comes with the HummingBoard Pulse. I have followed the following steps in order to use bluetooth:
Hardware: HummingBoard Pulse, i.MX8M
Software: SolidRun Official Debian Buster image
All commands executed via SSH terminal
After first boot, using hciconfig did not yield any devices
Use of bluetoothctl from bluez too yielded no controllers.
Contacted SolidRun for support and was directed to build and install firmware for NINA B1 module as stated here.
a. Installed Apache Newt Tool
b. Installed gcc-arm-none-eabi
c. Installed OpenOCD as documented here and enabled imx_gpio
d. Followed the rest of the steps to build and load image.
- Here I temporarily encountered the error which said The specified debug interface was not found (imx_gpio). This issue got resolved by itself, but I don't know what resolved this error.
Executed the sudo btattach -B /dev/ttymxc3 -S 1000000 -N & so as to not block the terminal.
Now I try to list the devices using hciconfig -a. I get the following output
a. For hciconfig -a to list the device, the command in step 4 has to be executed at every reboot. Otherwise, it does not show up.
Here bluetoothctl also is not recognizing this device.
When I try hciconfig hci1 up, I get Can't init device hci1: Connection timed out (110) error.
I am at a loss on how to proceed further. Googling this issue brings up a lot of similar issues, but none are exactly this issue and none of the suggested solutions have worked for me.
Furthermore, I bought a USB Bluetooth dongle for HB Pulse. This works perfectly fine. Using this Bluetooth dongle, controlling it with bluetoothctl, the NINA-B1 module shows up on device scan and can be also paired with the Bluetooth dongle. So I assume everything is fine with the module itself and something is the problem with the software connection with the Bluetooth module.
The text was updated successfully, but these errors were encountered:
I am trying to use the NINA bluetooth module that comes with the HummingBoard Pulse. I have followed the following steps in order to use bluetooth:
Hardware: HummingBoard Pulse, i.MX8M
Software: SolidRun Official Debian Buster image
All commands executed via SSH terminal
hciconfig
did not yield any devicesbluetoothctl
frombluez
too yielded no controllers.a. Installed Apache Newt Tool
b. Installed gcc-arm-none-eabi
c. Installed OpenOCD as documented here and enabled imx_gpio
d. Followed the rest of the steps to build and load image.
- Here I temporarily encountered the error which said
The specified debug interface was not found (imx_gpio)
. This issue got resolved by itself, but I don't know what resolved this error.sudo btattach -B /dev/ttymxc3 -S 1000000 -N &
so as to not block the terminal.hciconfig -a
. I get the following outputa. For
hciconfig -a
to list the device, the command in step 4 has to be executed at every reboot. Otherwise, it does not show up.bluetoothctl
also is not recognizing this device.hciconfig hci1 up
, I getCan't init device hci1: Connection timed out (110)
error.I am at a loss on how to proceed further. Googling this issue brings up a lot of similar issues, but none are exactly this issue and none of the suggested solutions have worked for me.
Furthermore, I bought a USB Bluetooth dongle for HB Pulse. This works perfectly fine. Using this Bluetooth dongle, controlling it with
bluetoothctl
, the NINA-B1 module shows up on device scan and can be also paired with the Bluetooth dongle. So I assume everything is fine with the module itself and something is the problem with the software connection with the Bluetooth module.The text was updated successfully, but these errors were encountered: