首页 文章
  • 0 votes
     answers
     views

    接收Arduino MEGA中串行设备的响应

    我是Arduino Mega 2560的新手 . 我一直在尝试连接Arduino和SIM900A模块(GSM / GPRS模块) . 我已将USB连接到我的PC(串行实例)和引脚18(Tx)和19(Rx)分别为GSM / GPRS模块中的Rx和Tx,GND引脚(GSM / GPRS)模块连接到GND,Arduino中的引脚13附近有一个 . Power connection:- 我正在为每块电路板...
  • 3 votes
     answers
     views

    Arduino Uno R3 SIM900

    我是一个尝试硬件的程序员 我正在尝试连接我在网上购买的SIM900防护罩 . 所以我已经按照大量的教程将SIM盾与Arduino UNO连接起来 . 好吧,它不是那么顺利 . 我已经在其中放置了一个未锁定的SIM卡,并且netlight在3秒内闪烁3次意味着它找到了网络 . 我还将引脚设置为D7和D8,正如很多人所说的那样 . 我也使用9v和1A的电源 . 但是当我尝试运行一个简单的基本示例代码时...
  • 0 votes
     answers
     views

    arduino uno GSM sim900

    我需要一些指导,使用Arduino Uno和GSM SIM900在互联网数据的帮助下开启LED . 另外如何设置免费托管服务器,以便我可以与Android应用程序通信我的arduino .
  • 0 votes
     answers
     views

    Arduino UNO GSM

    我尝试获取完整的GSM消息: 我在阅读GSM commads的代码: void loop() { int i; if (started) { incomingByte = gsm.SimpleRead(); } }; 我总是得到~80个字符串,我怎么能读完全GSM命令? 我收到的输出: D0368103012304820281828D2708012E007600650073...
  • 3 votes
     answers
     views

    Raspberry Pi sim900默认Internet访问

    我已经 Build 了一个ITEAD sim900 GSM模块来与raspberry pi连接 . 我相信我已经通过wvdial Build 了与AT&T的gprs连接,因为我得到了这些结果 . --> WvDial: Internet dialer version 1.61 --> Initializing modem. --> Sending: AT+CGDC...

热门问题