Begin with IOT

Internet Of Things is an expression that design little electronic board.

Get Started

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

Flashing

You can directly flash an Arduino connected in USB using the --flash flag

Last updated