简体   繁体   English

arduino中的cylon.js和gsm-shield

[英]cylon.js and gsm-shield in arduino

Is there a way to connect and send sms from the arduino uno (with gsm shield) using cylon.js. 有没有一种方法可以使用cylon.js从arduino uno(带有gsm屏蔽)进行连接和发送短信。 Do I have to use node gsm.ino library and if so how ? 我是否必须使用节点gsm.ino库? (just like the way we use cylon.js to control devices(LED, motor,etc) connected to arduino) Thank you (就像我们使用cylon.js来控制连接到arduino的设备(LED,电机等)的方式一样)谢谢

Is there a way to connect and send sms from the arduino uno (with gsm shield) using cylon.js. 有没有一种方法可以使用cylon.js从arduino uno(带有gsm屏蔽)进行连接和发送短信。

No. 没有。

Do I have to use node gsm.ino library and if so how ? 我是否必须使用节点gsm.ino库?

Cylon.js requires StandardFirmata.ino on all Arduino family boards. Cylon.js在所有Arduino系列板上都需要StandardFirmata.ino。

If you want to send text messages from node.js programs, I recommend using Twilio http://twilio.github.io/twilio-node/ 如果要从node.js程序发送文本消息,建议使用Twilio http://twilio.github.io/twilio-node/

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

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