cylon.js 和 arduino 中的 gsm-shield

cylon.js and gsm-shield in arduino

有没有办法使用 cylon.js 从 arduino uno(带 gsm 屏蔽)连接和发送短信。我是否必须使用 node gsm.ino 库,如果是的话怎么办? (就像我们使用 cylon.js 来控制连接到 arduino 的设备(LED、电机等)的方式一样) 谢谢

Is there a way to connect and send sms from the arduino uno (with gsm shield) using cylon.js.

没有。

Do I have to use node gsm.ino library and if so how ?

Cylon.js 需要在所有 Arduino 系列板上使用 StandardFirmata.ino。

如果你想从 node.js 程序发送短信,我推荐使用 Twilio http://twilio.github.io/twilio-node/