Hi ensar;
How are you? I have problem for sixfab NB-IoT shield. How Can I fix it?
(sixfab) pi@raspberrypi:~/Sixfab_RPi_NBIoT_Library/sample $ python3 sensor_test.py #for testing sensor_test example
Traceback (most recent call last):
File “sensor_test.py”, line 6, in
from nbiot import nbiot
ModuleNotFoundError: No module named ‘nbiot’
ensar
March 29, 2020, 10:45am
2
Hi @whatcares ,
Thank you.
Did you install the library?
Install with pip3
sudo pip3 install sixfab-nbiot
or
Manual Installation
git clone https://github.com/sixfab/Sixfab_RPi_NBIoT_Library.git
cd Sixfab_RPi_NBIoT_Library
sudo python3 setup.py install
actually the problem is virtual server.The libray is doesn’t work on the virtual server.I can run in the main directory.it’s work
How can I run the sim card?(connect to internet) Where can I get detailed information about the projects to be make with this card?
Thank you
ensar
March 29, 2020, 11:03am
4
You can find all the information here: Raspberry Pi NB-IoT Shield
Best regards.
hi ensar;
Thanks for your quick response.you are helpful man I ran the repo. please attached the files. but I couldn’t connect the simcar on the internet.
saeed
March 31, 2020, 11:13am
6
Hello,
The issue here is with the Serial port.
Could you please check if you can send AT commands via ttyS0 with the help of minicom at baudrate 9600.
Make sure Serial is enabled and not in use by any other application.
Hi Saeed;
What commands should I write? Could you explain in detail please?
saeed
April 1, 2020, 8:35am
8
Primarily try
AT
ATE1
Let me know if you are getting the responses.