How to know BG96 (RAK8212) worked or not? #7289
Replies: 1 comment
-
Posted at 2019-03-13 by user97438 below are some AT command responses . +CEREG: 2,1,"2EB","B2A3106",8 Posted at 2019-03-13 by user97438 AT+QCSQ Posted at 2019-03-13 by user97438 there is one error message "ERROR { "code": -15,
Posted at 2019-03-13 by @gfwilliams I'm pretty sure the code in https://www.espruino.com/RAK8212 is tested and works. However what you're trying to do here - using the built in HTTP module for NB-IoT - won't work, as it isn't supported by Espruino at the moment. You will have to do all NB-IoT communication via AT commands for the time being. If the link that's provided (https://wolfgangklenk.wordpress.com/2018/10/12/espruino-on-rak8212-accessing-the-nb-iot-nb1-modem/) doesn't give you enough info, you should ask RAK for some examples of what AT commands need to be sent for NB-IoT communications. Posted at 2019-03-13 by user97438 My SIM card is CAT-M1 Posted at 2019-03-13 by @gfwilliams Ok, I've just looked into this and there were a few issues with the QuectelBG96 module by the look of it. If you download the 'cutting edge' firmware from http://www.espruino.com/Download#RAK8212 it should now hopefully be fixed. While you may still have issues with CAT-M1, normal TCP/IP comms should now work fine |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-03-13 by user97438
do you have whole one program( include AT ,HTTP , SMS ) for testing? we can't get any http data by executing your examples, there is no any error message .
Beta Was this translation helpful? Give feedback.
All reactions