GSM_2 by ddima

Отправка СМС через Arduino и GSM модуль NEOWAY M590

Взято http://2150692.ru/faq/36-otpravka-sms-cherez-arduino-i-gsm-modul-neoway-m590

Статья для тех, кто хочет заставить Arduino отправлять СМС через данный GSM модуль. Модуль NEOWAY M590 на базе чипа SIM900 подойдет для создания самодельной сигнализации, умного дома. Постановка задачи Используя только Arduino и GSM модуль управлять светодиодом посредством звонка с телефона. Отправлять СМС (пока через команду поступающую через монитор порта в Arduino IDE)

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:267226" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>