Want to help make Pinout.xyz better? Please support us at Patreon.com

Raspberry Pi Pinout

NadHAT v1

NadHAT v1 is a GSM/GPRS modem pHAT for the Raspberry Pi, based on the Simcom SIM800C standard module. It's Gammu and pppd compatible for SMS and DATA exchange.

It has a timekeeper with CR1225 coin cell, one 10bit ADC channel, 2 status LEDS and an efficient switched-mode DC/DC converter. It needs a micro sim card line subscriber to work with it.

To install the necessary software, use the following commands:

  1. sudo apt-get install minicom python-dev python-setuptools
  2. sudo apt-get install python-serial python-pip git
  3. sudo pip install wiringpi
  4. sudo apt-get install wiringpi
  5. cd ~
  6. git clone https://github.com/garatronic/nadhat
  7. cd nadhat/software
  8. ./nadpwr.sh

Details

NadHAT v1