ModuleNotFoundError: No module named 'nbiot'

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’

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 :slight_smile:

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

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 :slight_smile: I ran the repo. please attached the files. but I couldn’t connect the simcar on the internet.

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?

Primarily try
AT
ATE1

Let me know if you are getting the responses.

like this?