-
-
-
-
-
-
Hello , I have received my official board today and I try to make blinking a led on my breadboard and nothings happends. With the same circuit on my Arduino it's ok. Can anyone explain me how we choose the pins?
This is an example in Ruby for arduino wich works well.
*require "rubygems" require "arduino_firmata" arduino = ArduinoFirmata.connect puts "firmata version #{arduino.version}" stat = true 5.times do puts stat arduino.digital_write 11, stat stat = !stat sleep 0.2 end 15.times do puts stat arduino.digital_write 11, stat stat = !stat sleep 2 end*
-
-
-
Hi everyone , I have bought this card wich is cheap for me (http://i.ebayimg.com/00/s/MTMwOVgxNjAw/z/4FcAAOSwQJhUh6-v/$_57.JPG) and I would know if it will work with Espruino ? I have read that http://www.espruino.com/Other+Boards but I 'm not sure. And what kind of project can we do with Espruino ? I have seen a project with the expensive Tessel board wich is a web alarm , you can ping your web site and you receive an alert when it's down , could we eventually do that ?
-
node-espruino
Failed at the serialport@1.3.1 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the serialport package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild