Johnny-five: There is a way to burn node code on arduino.

Created on 24 Apr 2017  路  1Comment  路  Source: rwaldron/johnny-five

Is this possible to run jhony-five code directly into arduino , I wanna build an quadcopter using
jhony-five.

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:

  • Tessel 2
  • Raspberry Pi
  • BeagleBone Black
  • Intel Edison or Joule
  • piDuino
  • CHIP

>All comments

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:

  • Tessel 2
  • Raspberry Pi
  • BeagleBone Black
  • Intel Edison or Joule
  • piDuino
  • CHIP
Was this page helpful?
0 / 5 - 0 ratings