Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一些关于在互联网数据的帮助下使用 Arduino Uno 和 GSM SIM900 进行 LED 开关的指导。还如何设置免费托管服务器,以便我可以将我的 arduino 与 android 应用程序通信。
第一步:设置SIM900的GPRS Commands(即APN)
步骤 2:设置 tcp ip 连接到您的静态服务器和端口号(AT 命令在手册中给出。静态 IP 是必须的)
第 3 步:当 TCP/IP 连接准备就绪时,从服务器(使用 Hercules 软件)向您的设备发送命令以打开/关闭 LED。
第 4 步:从您的 arduino 读取服务器的命令并打开/关闭 LED。
我希望它有所帮助。