Monday 24 April 2017

How to Install Arduino IDE 1.8.2 on Ubuntu 17.04

   Arduino is an open-source prototyping platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board.


Arduino IDE 1.8.2 Changelog
[ide]
  • Fix command line: works again with relative paths (regression)
  • Fix command line: "--save-prefs" works again (regression)
  • AVR toolchain has been updated with a tentative fix for the ld-returned-5-exit-status bug
  • Update arduino-builder to 1.3.25
    •  avoid name clashing for libraries
    •  cache core archives to speedup compilation consistently
  • Allow BoardManager to fetch FreeBSD tools (thanks @kevans91)
  • Serial monitor: the input string box is automatically focused when window is selected
  • Serial monitor: now can not be opened during upload
  • Serial monitor: now properly decodes UTF8 characters (thanks @aknrdureegaesr)
  • Serial monitor: added 500k, 1M and 2M baudrates (thanks @dsstutts)
  • Updated RSyntaxTextArea to 2.6.1 (textarea component)
  • Updated jmdsn (mDNS discovery)
  • Allow plugins to attach a listener to compile progress (thanks @tomneutens)
[core]
  • Add Atmel-ICE and JTAGICE3 programmers for AVR chips (thanks @matthijskooijman)
  • AVR: Set unused bits of extended fuse to 1, should remove some avrdude warning during burn bootloader (thanks @descampsa)
  • AVR: USB: send ZLP when needed (allows full 64 bytes packets)
  • AVR: USB: use IAD descriptors instead than Generic (thanks @cuitoldfish)
[other]
  • SAM platform source code has been moved to its own repository (https://github.com/arduino/ArduinoCore-sam) - all PRs and issues have been moved as well
  • Update Wifi101 Firmware Updater plugin
 Installation instructions:

1. Download the latest packages, Linux 32-bit or Linux 64-bit, from the official link below:  www.arduino.cc/en/Main/Software

2. Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T keys. When it opens, run below commands one by one:


$ cd ~/Downloads

$ tar -xvf arduino-1.8.2-*.tar.xz

$ sudo mv arduino-1.8.2 /opt

$ cd /opt/arduino-1.8.2/




3. Insert RESOURCE_NAME=arduino-arduinoide on line:10 on install.sh file run below commands


$ gedit install.sh





4. Change mode install.sh and run install.



$ chmod +x install.sh

$ ./install.sh

Finally, launch Arduino IDE from Unity Dash, Application Launcher, or via Desktop shortcut.


You Might Like to Have These Offline Books 

Explore Offline Book Here

 

Harry

Author & Editor

A technology enthusiast and addictive blogger who likes to hacking tricks and wish to be the best White Hacket Hacker of the World.

1 comments:

  1. Please refer original content : https://howto-ubuntunew.blogspot.com/2017/04/how-to-install-arduino-ide-182-on.html

    ReplyDelete

Note: only a member of this blog may post a comment.