johnny-five
johnny-five copied to clipboard
Uploading to arduino
Currently i run the code as node arduino on my pc when developing it. I would now like to push the javascript to the arduino so I don't need the serial cable connected to my PC. How do I do this
For most Arduino boards, Johnny-Five requires a "host" machine to run your JavaScript in Node.js and communicate with the "client" Arduino over USB, WiFi, or Bluetooth. There are some boards that allow for embedding Johnny-Five through IO plugins, see http://johnny-five.io/platform-support/#relationship:embedded