diff --git a/draft/boards/nadhat_v1.png b/draft/boards/nadhat_v1.png new file mode 100644 index 0000000..60e34cd Binary files /dev/null and b/draft/boards/nadhat_v1.png differ diff --git a/draft/overlay/nadhat_v1.md b/draft/overlay/nadhat_v1.md new file mode 100644 index 0000000..7c73061 --- /dev/null +++ b/draft/overlay/nadhat_v1.md @@ -0,0 +1,56 @@ + +# NadHAT v1 + +NadHAT v1 is a GSM/GPRS modem pHAT for the Raspberry pi based on Simcom SIM800C standard module, gammu and pppd compatible for SMS and DATA exchange. + +It have a timekeeper with CR1225 coin cell, one 10 bits ADC channel, 2 status LEDS and an efficient switched mode DC/DC converter. It needs a micro sim card line suscriber 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 +```