简体   繁体   English

使用GPRS的Arduino Web服务器

[英]Arduino webserver using GPRS

I am trying to make Arduino web server using SIM300 . 我正在尝试使用SIM300制作Arduino Web服务器。 I want to control my Arduino through the web from any where around the world. 我想通过Web在世界任何地方控制我的Arduino。 Controlling through SMS is easy, but it does not guarantee that an SMS will reach it on time. 通过SMS进行控制很容易,但是不能保证SMS会按时到达。 How can I do that? 我怎样才能做到这一点?

I'd start by reading this. 我将从阅读本文开始。 http://arduino.cc/en/Guide/ArduinoGSMShield http://arduino.cc/en/Guide/ArduinoGSMShield

On the other hand I can advise you that running a webserver on an Arduino is kinda high end for a low end board. 另一方面,我可以建议您,在Arduino上运行Web服务器对于低端板来说有点高端。 (although not impossible of course) (尽管当然不是不可能的)

One would more easily use a Raspb Pi or a beagle bone for this. 为此,更容易使用Raspb Pi或beagle骨头。

If you would implement a webserver on your arduino it runs that server sequentially next to the code you want it to execute. 如果要在arduino上实现Web服务器,它将在您要执行的代码旁边顺序运行该服务器。 (so when it is by example steering a servo the webserver will not work) (因此,例如通过转向伺服器,Web服务器将无法工作)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM