Sponsored Content
Top Forums Programming NB-IoT Arduino Shield from AIS (Thailand) First Impressions Post 303042755 by Neo on Monday 6th of January 2020 01:26:25 AM
Old 01-06-2020
Note to AIS network engineering:

In the same building next to the beach, but on the opposite side of the building (the city side), the AIS NB-IoT shield will not connect to the network. In fact, it connects easily on the sea-side of the building, but on the city-side, even though there are many cell towers, the shield has never connected:

NB-IoT Arduino Shield from AIS (Thailand) First Impressions-img_8837jpg


Code:
############ AIS_NB_BC95 Library by AIS/DEVI V1.0.5 ############
# Reboot Module.
# Module IMEI-->  869405XXXXXXXXX



# Firmware ver-->  
SECURITY,V100R100C10B657SP5

PROTOCOL,V100R100C10B657SP5

APPLICATION,V100R100C10B657SP5

SEC_UPDATER,V100R100C10B657SP5

APP_UPDATER,V100R100C10B657SP5

RADIO,BC95HB-02-STD_900



# IMSI SIM-->  
520039XXXXXXXX



# Connecting NB-IoT Network......................................

############ AIS_NB_BC95 Library by AIS/DEVI V1.0.5 ############
# Reboot Module.
# Module IMEI-->  86940XXXXXXXXX



# Firmware ver-->  
SECURITY,V100R100C10B657SP5

PROTOCOL,V100R100C10B657SP5

APPLICATION,V100R100C10B657SP5

SEC_UPDATER,V100R100C10B657SP5

APP_UPDATER,V100R100C10B657SP5

RADIO,BC95HB-02-STD_900



# IMSI SIM-->  
520039XXXXXXXX



# Connecting NB-IoT Network...........................................................> Disconnected
################################################################
# Device IP: +CGPADDR:0

# Ping Failed
# Get Network Status : Trying
# CSQ Data: +CSQ:28,99

# Get CSQ Signal: csq= 28, rssi= -57, ber= 99


 my signal csq: 28 rssi: -57 dBm 
# Connecting NB-IoT Network...........................................................> Disconnected
################################################################
# >Disconnected
# CSQ Data: +CSQ:29,99

# Get CSQ Signal: csq= 29, rssi= -55, ber= 99


 my signal csq: 29 rssi: -55 dBm 
# Connecting NB-IoT Network...........................................................> Disconnected
################################################################
# >Disconnected
# CSQ Data: +CSQ:29,99

# Get CSQ Signal: csq= 29, rssi= -55, ber= 99


 my signal csq: 29 rssi: -55 dBm 
# Connecting NB-IoT Network...........................................................> Disconnected
################################################################
# >Disconnected
# CSQ Data: +CSQ:28,99

# Get CSQ Signal: csq= 28, rssi= -57, ber= 99


 my signal csq: 28 rssi: -57 dBm 
# Connecting NB-IoT Network...........................................................> Disconnected
################################################################
# >Disconnected
# CSQ Data: +CSQ:29,99

# Get CSQ Signal: csq= 29, rssi= -55, ber= 99


 my signal csq: 29 rssi: -55 dBm 
# Connecting NB-IoT Network...........................................................> Disconnected

At least, we know this was set and AutoConnect is working Smilie

Code:
bool AIS_NB_BC95:: setAutoConnectOn()
{
        _Serial->println(F("AT+NCONFIG=AUTOCONNECT,TRUE"));
        AIS_NB_BC95_RES res = wait_rx_bc(1000,F("OK"));
        return(res.status);
}


NB-IoT Arduino Shield from AIS (Thailand) First Impressions-img_8838jpg
 

6 More Discussions You Might Find Interesting

1. Solaris

java shield

dear experts i want to install java install shield on solaris but first i want to read more information and help about it can anyone gives me some links or guids that helps me (0 Replies)
Discussion started by: murad.jaber
0 Replies

2. Programming

Arduino-cli - Uploading to Unknown Chinese Arduino Boards using the Arduino Command Line Interface

In my further exploration of Arduino, today I decided to install the arduino-cli on my mac today. https://github.com/arduino/arduino-cli I followed the instructions for macOS but when I got to this part: arduino-cli board list I got the dreaded "Unknown" Fully Qualified Board Name... (1 Reply)
Discussion started by: Neo
1 Replies

3. Programming

Arduino UNIX Time - Syncing Computer UNIX Time to Arduino Time with Python

Just finished a quick Python script to send the current unix time over to the Arduino from macOS, so in the absence of GPS or some other way to get the unix timestamp (epoch time) to the Arduino, I can get my macOS and Arduino UNO synced to within a second. Normally, when the Arduino starts... (9 Replies)
Discussion started by: Neo
9 Replies

4. Programming

Arduino Project with NB-IoT (3GPP) and LoRa / LoRaWAN

My favorite projects are always related to the "latest" tech in command and control, networking and network communications. This Elecrow GSM/GPRS/EDGE SIM5360E 3G Shield seems to be the "latest and the greatest" as far as 3G and GPS, as far as I can see so far, but I has it drawbacks for sure.... (6 Replies)
Discussion started by: Neo
6 Replies

5. Programming

Elecrow GSM/GPRS/EDGE SIM5360E 3G Shield for Arduino

Normally I have very good experiences buying from AliExpress, but in this case with Elecrow, I'm disappointed. After confirming with Elecrow on AliExpress that their Elecrow GSM/GPRS/EDGE SIM5360E 3G Shield for Arduino would work with 3G SIM cards in Thailand, I purchased one. My plan was to... (1 Reply)
Discussion started by: Neo
1 Replies

6. Programming

Arduino Project: iPhone to HM-10 BLE to NB-IoT Shield to NB-IoT Network to Internet to Linux Server

This post describes a "work in progress" project I started today. Here is the High Level Overview: Currently, this project sits on my desk as an Arduino UNO (on the bottom), an NB-IoT Shield (sandwiched in the middle), a Sensor Shield (on top) with a HM-10 BLE Module (in the little... (13 Replies)
Discussion started by: Neo
13 Replies
All times are GMT -4. The time now is 06:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy