All Projects → arduino → Arduino Ide

arduino / Arduino Ide

Licence: agpl-3.0
Arduino IDE

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Arduino Ide

Adalight Fastled
Adalight with FastLED support
Stars: ✭ 232 (+85.6%)
Mutual labels:  arduino, arduino-ide
Arduino Cmake Ng
CMake-Based framework for Arduino platforms
Stars: ✭ 123 (-1.6%)
Mutual labels:  arduino, arduino-ide
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (+86.4%)
Mutual labels:  arduino, arduino-ide
Garhage
a Home-Automation-friendly ESP8266-based MQTT Garage Door Controller
Stars: ✭ 163 (+30.4%)
Mutual labels:  arduino, arduino-ide
Bare Arduino Project
Start your Arduino projects right out of the box
Stars: ✭ 505 (+304%)
Mutual labels:  arduino, arduino-ide
Arduino Applemidi Library
Send and receive MIDI messages over Ethernet (rtpMIDI or AppleMIDI)
Stars: ✭ 177 (+41.6%)
Mutual labels:  arduino, arduino-ide
Espui
A simple web user interface library for ESP32 and ESP8266
Stars: ✭ 330 (+164%)
Mutual labels:  arduino, arduino-ide
Arduinoxinput
XInput library for USB capable Arduino boards
Stars: ✭ 126 (+0.8%)
Mutual labels:  arduino, arduino-ide
Ardublockly
Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
Stars: ✭ 363 (+190.4%)
Mutual labels:  arduino, arduino-ide
Sim7000 Lte Shield
LTE CAT-M/NB-IoT Arduino-compatible shield with GNSS and temperature sensor. Library supports SIMCom 2G/3G/4G LTE/CAT-M/NB-IoT
Stars: ✭ 340 (+172%)
Mutual labels:  arduino, arduino-ide
Reflowduino
Arduino-compatible wireless reflow oven controller ecosystem of open-source hardware
Stars: ✭ 154 (+23.2%)
Mutual labels:  arduino, arduino-ide
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-56.8%)
Mutual labels:  arduino, arduino-ide
Irremoteesp8266
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
Stars: ✭ 1,964 (+1471.2%)
Mutual labels:  arduino, arduino-ide
Esp32 Ble Mouse
Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
Stars: ✭ 180 (+44%)
Mutual labels:  arduino, arduino-ide
Opentracker
OpenTracker - open source GPS/GLONASS hardware
Stars: ✭ 129 (+3.2%)
Mutual labels:  arduino, arduino-ide
Deviot
Sublime Text plugin for IoT development based in PlatformIO ecosystem (Arduino IDE)
Stars: ✭ 281 (+124.8%)
Mutual labels:  arduino, arduino-ide
Platform Espressif32
Espressif 32: development platform for PlatformIO
Stars: ✭ 333 (+166.4%)
Mutual labels:  arduino, arduino-ide
Arduino Pro Ide
The Arduino IDE for advanced users and developers. Experimental alpha version.
Stars: ✭ 917 (+633.6%)
Mutual labels:  arduino, arduino-ide
Attiny10ide
A Streamlined IDE for Coding and Programming the ATtiny10 and other ATTiny Devices
Stars: ✭ 124 (-0.8%)
Mutual labels:  arduino, arduino-ide
Tts
Text-to-Speech for Arduino
Stars: ✭ 118 (-5.6%)
Mutual labels:  arduino

Arduino IDE 2.x (beta)

Arduino IDE

This repository contains the source code of the Arduino IDE 2.x, which is currently in beta stage. If you're looking for the stable IDE, go to the repository of the 1.x version at https://github.com/arduino/Arduino.

The Arduino IDE 2.x is a major rewrite, sharing no code with the IDE 1.x. It is based on the Theia IDE framework and built with Electron. The backend operations such as compilation and uploading are offloaded to an arduino-cli instance running in daemon mode. This new IDE was developed with the goal of preserving the same interface and user experience of the previous major version in order to provide a frictionless upgrade.

⚠️ This is beta software. Help us test it!

Download

You can download the latest version from the software download page on the Arduino website.

Nightly builds

These builds are generated every day at 03:00 GMT from the main branch and should be considered unstable:

Platform 32 bit 64 bit
Linux Nightly Linux 64 bit
Linux ARM 🚧 Work in progress... 🚧 Work in progress...
Windows Nightly Windows 64 bit installer
Nightly Windows 64 bit MSI
Nightly Windows 64 bit ZIP
macOS Nightly macOS 64 bit

These links return an HTTP 302: Found response, redirecting to latest generated builds by replacing latest with the latest available build date, using the format YYYYMMDD (i.e for 2019/Aug/06 latest is replaced with 20190806)

Support

If you need assistance, see the Help Center and browse the forum.

Bugs & Issues

If you want to report an issue, you can submit it to the issue tracker of this repository. A few rules apply:

  • Before posting, please check if the same problem has been already reported by someone else to avoid duplicates.
  • Remember to include as much detail as you can about your hardware set-up, code and steps for reproducing the issue. Make sure you're using an original Arduino board.

Security

If you think you found a vulnerability or other security-related bug in this project, please read our security policy and report the bug to our Security Team 🛡️ Thank you!

e-mail contact: [email protected]

Contributions and development

Contributions are very welcome! You can browse the list of open issues to see what's needed and then you can submit your code using a Pull Request. Please provide detailed descriptions. We also appreciate any help in testing issues and patches contributed by other users.

This repository contains the main code, but two more repositories are included during the build process:

See the BUILDING.md for a technical overview of the application and instructions for building the code.

Donations

This open source code was written by the Arduino team and is maintained on a daily basis with the help of the community. We invest a considerable amount of time in development, testing and optimization. Please consider donating or sponsoring to support our work, as well as buying original Arduino boards which is the best way to make sure our effort can continue in the long term.

License

The code contained in this repository and the executable distributions are licensed under the terms of the GNU AGPLv3. The executable distributions contain third-party code licensed under other compatible licenses such as GPLv2, MIT and BSD-3. If you have questions about licensing please contact us at [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].