使用护盾 Raspberry Pi 2

Using Shields with Raspberry Pi 2

我想使用 RPI2 来发送短信。我有一个 Raspberry Pi Itead SIM800 GSM/GPRS V2 Link Here

我从哪里开始使用防护罩?是否就像将屏蔽设置到 RPI2 上的引脚一样简单?我是否必须以某种方式对 GPIO 引脚进行编程?

是的,你把它放到你的 Raspberry Pi 2 上,然后像往常一样通过串行接口与它通信。您在问题中提到的 here. Very informative article with useful links on how to set-up the software part of your Raspberry Pi can be found here. You have to use the AT commands described in the manual linked at the bottom of the page 可以找到一个示例。除非您想 power-on/power-off 或以编程方式重置 add-on,否则 GPIO 并不是真正必需的。

我昨天通过邮件收到了我的邮件,几个小时后就掌握了基础知识。