Hello all!
I´m using a BC92 module with a ThingsMobile DataSIM-Card (O2 network) to send some sensor data via NB-IoT network.
But unfortunately, there doesn´t seem any connection or signal. The board containing the BC92 module uses a Quectel YE0008AA antenna with the PCB design according to Quectel´s design recommendations.
I am sending the following AT-commands via UART (simple RX/TX connection, without RTS/CTS). The answers from BC92 are in italic.
AT+QRST=1\r
OK
RDY
+CFUN=1
[WAIT 5000ms]
AT+CIMI
234500008xxxxx4
[WAIT 5000ms]
AT+CPIN
+CPIN: READY
[WAIT 5000ms]
AT+CESQ
+CESQ: 99,99,255,255,255,255
So the SIM-Card is OK and detected normally, but there isn´t any signal. Current consumption of the whole board does not exceed 30mA. Also AT+COPS=?\r returns ERROR.
Do I have to set other settings before? What am I doing wrong?
Thanks and kind regards