This plugin helps to install Arduino IDE
The Arduino IDE allows editing, compiling and uploading sketches (programs) for Arduino (and compatible) microcontroller boards
There are a few gradle tasks using which you can specify options for executing one of the provided tools in the Arduino IDE
Normally, running the arduino command starts the IDE, optionally loading any .ino files specified on the commandline
- dump-prefs - dumps build properties used when compiling
- compile - compiles the given sketch
AVR Downloader/UploaDEr is a utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).
The following tasks will be implemented:
- Download and Install Arduino IDE
- Build Arduino sketches
- Load to device
- Burning the Bootloader (via avrdude)
- http://packs.download.atmel.com/
- http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.4/
- https://www.microchip.com/mplab/avr-support/avr-and-arm-toolchains-c-compilers
- See a simple project
- See smart-home