Sponsored Content
Top Forums Programming NB-IoT Arduino Shield from AIS (Thailand) First Impressions Post 303042762 by Neo on Monday 6th of January 2020 09:04:15 AM
Old 01-06-2020
Note for AIS network engineers:

Here is a very small example of how poorly AIS NB-IoT performs on the East side of my building (pictured above), from my UDP server logs.

In my sketch, every time a UDP message is sent, the sequence number is incremented by one. On the UDP server side, it logs each time it receives a package, including the RSSI and Sequence #:

Code:
waiting to receive message
1578313941.2: received 42 bytes from ('119.31.119.163', 33333)
1578313941.2: my signal csq: N/A rssi: N/AdBm   seq: 677
1578313941.2: sent 24 bytes back to ('119.31.119.163', 33333)

waiting to receive message
1578313941.54: received 41 bytes from ('119.31.119.163', 33333)
1578313941.54: my signal csq: 29 rssi: -55dBm   seq: 678
1578313941.54: sent 25 bytes back to ('119.31.119.163', 33333)

waiting to receive message
1578314106.17: received 41 bytes from ('119.31.119.163', 33333)
1578314106.17: my signal csq: 31 rssi: -51dBm   seq: 686
1578314106.17: sent 25 bytes back to ('119.31.119.163', 33333)

waiting to receive message
1578316246.96: received 42 bytes from ('119.31.119.254', 33333)
1578316246.96: my signal csq: N/A rssi: N/AdBm   seq: 759
1578316246.96: sent 25 bytes back to ('119.31.119.254', 33333)

waiting to receive message
1578316263.66: received 42 bytes from ('119.31.119.254', 33333)
1578316263.66: my signal csq: N/A rssi: N/AdBm   seq: 760
1578316263.66: sent 25 bytes back to ('119.31.119.254', 33333)

waiting to receive message
1578317185.86: received 42 bytes from ('119.31.119.254', 33333)
1578317185.86: my signal csq: 30 rssi: -53dBm   seq: 1168
1578317185.86: sent 25 bytes back to ('119.31.119.254', 33333)

I find it interesting (but not very interesting) that AIS coverts the BC95 RSSI / CSQ of 99 (undetectable) to "N/A" in the AIS library, but it can still (sometimes) transmit / receive even at 99:

NB-IoT Arduino Shield from AIS (Thailand) First Impressions-screen-shot-2020-01-06-85101-pmjpg


... anyway, I hope AIS network engineers find this helpful in their analysis of this area.

This issue only happens on the East side (city side) of this building, the West side (ocean facing side), does not experience this problem and no UDP messages are lost.

I'll leave this NB-IoT shield on the East side of the building for the next 24 hours, transmitting and receiving on the NB-IoT network, so AIS can troubleshoot their network:

NB-IoT Arduino Shield from AIS (Thailand) First Impressions-img_8841jpg
This User Gave Thanks to Neo For This Post:
 

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 12:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy