pinout.vvzero.com/src/zh/translate/nadhat_v1.md

58 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2022-01-05 23:15:31 +08:00
<!--
---
name: NadHAT v1
class: board
type: IOT,ADC
formfactor: pHAT
manufacturer: Garatronic
collected: Other
description: An GSM/GPRS add-on board for the Raspberry Pi
url: https://www.garatronic.fr
github: https://github.com/garatronic/nadhat
schematic: https://github.com/garatronic/nadhat/tree/master/hardware/nadhat_v1_schematics.pdf
buy: https://shop.mchobby.be/en/hats/1654-nadhat-gsmgprs-sim800c-v1-3232100016545-garatronic.html
image: 'nadhat_v1.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'8':
mode: uart
name: TXD
'10':
mode: uart
name: RXD
'37':
name: PWR_BT
mode: output
active: high
-->
# 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:
```bash
sudo apt-get install minicom python-dev python-setuptools
sudo apt-get install python-serial python-pip git
sudo pip install wiringpi
sudo apt-get install wiringpi
cd ~
git clone https://github.com/garatronic/nadhat
cd nadhat/software
./nadpwr.sh
```