Comment on page
Begin with IOT
Internet Of Things is an expression that design little electronic board.
You can easily cross-compile an Arduino firmware with NectarJS. You first need to install avr-gcc on your platform.
Once done, you can try to compile one of the example:
mkdir examples
cd examples
nectar --examples
nectar arduino-led.js --env arduino --target nano
You can directly flash an Arduino connected in USB using the --flash flag
Last modified 3yr ago