Programming and uploading Arduino sketch without IDE

arduino-mk package makes it simple to build and upload sketches on a Raspberry Pi without the bloated Arduino IDE. Install the package: sudo apt-get install arduino-mk This will install all the required software and files. Create a library area in your user home directory with a demo sketch in it:…