johnny-five icon indicating copy to clipboard operation
johnny-five copied to clipboard

Uploading to arduino

Open ARR4NN opened this issue 3 years ago • 1 comments

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

ARR4NN avatar Aug 26 '22 11:08 ARR4NN

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

HipsterBrown avatar Aug 26 '22 14:08 HipsterBrown