The Arduino team announced the 2.3 release of the Arduino IDE this Wednesday.
Since v2.3, the debug feature is now stable and fully incorporated into the IDE! It’s now based on a standard framework, and enabled for all the Arduino boards based on the Mbed™ core, include GIGA R1 WiFi, Portenta H7, Opta, Nano BLE and Nano RP2040 Connect.
Maintainers of Arduino cores can now add debugging for any board. And, the upcoming release of the Arduino-ESP32 core will support the new debug framework! Continue Reading…
Quick tutorial shows you how to the latest Arduino IDE, so far its version 1.6.6, in all current Ubuntu releases.
The open-source Arduino IDE has reached the 1.6.6 release recently with lots of changes. The new release has switched to Java 8, which is now both bundled and needed for compiling the IDE. See the RELEASE NOTE for details.
For those who don’t want to use the old 1.0.5 version available in Software Center, you can always follow below steps to install Arduino in all Ubuntu releases:
1. Download the latest packages, Linux 32-bit or Linux 64-bit, from the official link below:
This simple tutorial shows how to install Gnoduino IDE, implementation of well-known Arduino IDE for GNOME, in Ubuntu 14.04 & Ubuntu 12.04.
Why Gnoduino?
The original Arduino IDE is written in Java however, and that makes for poor integration on the Linux platform, particularly with Ubuntu Unity. Luckily enough someone has been busy to do a simple rewrite of the original IDE in Python and GTK, making a fully Linux native IDE, and it’s called Gnoduino. This implementation is targeted at GNOME and its purpose is to be light.
How to Install Gnoduino IDE in Ubuntu:
Besides building from source, the IDE is available in PPA for Ubuntu 14.04 and Ubuntu 12.04.
Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, paste the command below and hit enter to run. Type in your password when prompt.