I have this hat from an old project, and I want to get it to work on a Raspberry Pi Zero. I have been coding for the Quectel BC660K, so I am familiar with the AT command set. Is it possible to send the commands to this board using a Raspberry Pi Zero? Can I find documents for this board?
I was able to get the board up and running on a Raspberry Pi Zero, however the ppp install are marked as outdated is there an updated version to install on bookworm
I am following this guide setting up data connection over qmi and the command AT+QCFG=“usbnet” is not valid for the BG96. I tried AT+QURCCFG=“urcport”,“usbmodem” but when I run
sudo qmicli -d /dev/cdc-wdm0 --dms-get-operating-mode
I get:
[/dev/cdc-wdm0] Operating mode retrieved:
Mode: ‘online’
HW restricted: ‘no’
error: couldn’t release client: Transaction timed out
The module should be by default in the QMI mode. You can check it with lsusb -t
command.
This generally occurs when another process is interacting with the module. Check if the ModemManager is installed an using the module in background.