Is this possible to run jhony-five code directly into arduino , I wanna build an quadcopter using
jhony-five.
Sorry, there is no way to run JavaScript code directly on an Arduino. If you want to run your JS programs on board, you'll need to use a single board computer that runs linux and supports Node.js:
Most helpful comment
Sorry, there is no way to run JavaScript code directly on an Arduino. If you want to run your JS programs on board, you'll need to use a single board computer that runs linux and supports Node.js: