Skip to content

sixfab/Sixfab_RPi_NBIoT_Shield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sixfab Raspberry Pi NBIoT Shield

It is repository of python library for Sixfab Raspberry Pi NB-IoT Shield.

Library Installation

Manual Installation

git clone https://github.com/sixfab/Sixfab_RPi_NBIoT_Library.git
cd Sixfab_RPi_NBIoT_Library
sudo python3 setup.py install

Install with pip3

Use pip3 to install from PyPI.

sudo pip3 install sixfab-nbiot

Test

Enable serial_hw and I2C interfaces by following instructions below:

  1. Run sudo raspi-config
  2. Select 5 Interfacing Options
  3. Enable P5 I2C
  4. For P6 Serial
    • Disable Login shell to be accessible over serial
    • Enable Serial port hardware
  5. Finish
  6. Reboot
  7. It's done.
cd sample
python3 sensor_test.py  #for testing sensor_test example

Examples

** basicUDP
** sensorTest

Tutorials will be here (very soon)

Pinout

Pinout Schematic

Attention

! All data pins work with 3.3V reference. Any other voltage level should harm your hat or RPI.

Layout

Layout