how OTA programming for arduino using gsm can be done?

孤人 提交于 2019-12-12 02:14:22

问题


I am doing a project on OTA programming of Arduino at remote place so I need GSM along with Arduino, so how can we do OTA with gsm for Arduino?


回答1:


I assume you're asking how you can remotely control an Arduino with your phone, right?

I suggest using Bluetooth for this, as it is build into every phone nowadays. You'll still have to buy a module to allow the Arduio to communicate via bluetooth. An example of such a module is the HTC-06, wich can be bought online for less then $10 and for wich there is an exellent tutorial over at instructables.

The phone side of the story depends on what kind of device you're using, this is the official Android documentation, this seems to be the Apple documentation.

Alternatively, if you don't want to write everyting yourself, you can use an app like Tinkernut does is one of his videos.



来源:https://stackoverflow.com/questions/39315688/how-ota-programming-for-arduino-using-gsm-can-be-done

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!