package imageArduino IDE v2

Description

Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. Included is an integrated development environment that can be used to develop and upload code to compatible microcontrollers. The new major release of the Arduino IDE is faster and even more powerful! In addition to a more modern editor and a more responsive interface it features autocompletion, code navigation, and even a live debugger. The Flatpak build of Arduino IDE 2.x requires the user to have USB permissions to upload a sketch, preferably, the user has to be part of the dialout group. Alternatively, add the following 2 lines to /etc/udev/rules.d/50-arduino.rules: KERNEL=="ttyUSB[0-9]*",MODE="0666" KERNEL=="ttyACM[0-9]*",MODE="0666"

Licenses: AGPL-3.0
Repository: flathub
Version: 2.0.3
Download Size: 193.0 MB
http://www.arduino.cc/

Installing:
flatpak install cc.arduino.IDE2

Removing:
flatpak remove cc.arduino.IDE2