javascript - cylon.js and gsm-shield in arduino -


is there way connect , send sms arduino uno (with gsm shield) using cylon.js. have use node gsm.ino library , if how ? (just way use cylon.js control devices(led, motor,etc) connected arduino) thank you

is there way connect , send sms arduino uno (with gsm shield) using cylon.js.

no.

do have use node gsm.ino library , if how ?

cylon.js requires standardfirmata.ino on arduino family boards.

if want send text messages node.js programs, recommend using twilio http://twilio.github.io/twilio-node/


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -