Skip to content

sixfab/Sixfab_RPi_CellularIoT_HAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sixfab RPi CellularIoT HAT

Repository of Sixfab RPi CellularIoT HAT.

Library Installation

Manual Installation

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

Sixfab_RPi_CellularIoT_App_Shield

! Note: Sixfab_RPi_CellularIoT_HAT uses the same python library with Sixfab_RPi_CellularIoT_App_Shield. Please visit the library repo above. You can find the detailed instructions there.

Install with pip3

Use pip3 to install from PyPI.

sudo pip3 install sixfab-cellulariot

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
** buton_led_test
** sendSMS

Tutorials

** Basic UDP Communication Tutorial for Sixfab RPi CellularIoT HAT
** PPP Connection Tutorial

Pinout

Pinout Schematic

Attention

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

Layout

Layout

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published