awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Microcontroller development platform

Ranking updated Jul 8, 2026

For an open source platform for microcontroller development, the strongest matches are arduino/arduino-cli (This is a command-line toolchain that provides the core), arduino/arduino (This is the official Arduino IDE and core development) and arduino/arduino-ide (This is the official Arduino IDE, providing a comprehensive). arduino/arduino-pro-ide and tinygo-org/tinygo round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explore the best open-source Arduino libraries and tools. Hand-picked by activity and relevance to help you compare and pick the right one.

Microcontroller development platform

Find the best repos with AI.We'll search the best matching repositories with AI.
  • arduino/arduino-cliarduino avatar

    arduino/arduino-cli

    4,936View on GitHub↗

    Arduino CLI is a command line interface for compiling, uploading, and managing libraries and board cores for Arduino-compatible hardware. It functions as a microcontroller toolchain manager and hardware programming tool, providing utilities to discover and install the platform definitions and compilers required for various hardware architectures. The project features an RPC-enabled development daemon that allows external programs to trigger internal tool operations and manage automated electronics workflows programmatically. It also includes an interactive hardware debugger for real-time trou

    This is a command-line toolchain that provides the core functionality for compiling, uploading, and managing libraries and board support for the Arduino ecosystem, serving as the essential backend for development environments.

    GoBoard Support PackagesSerial Port Interfaces
    View on GitHub↗4,936
  • arduino/arduinoarduino avatar

    arduino/Arduino

    14,599View on GitHub↗

    Arduino is a physical computing platform and an open hardware standard used to build interactive electronic objects and standalone devices. It provides a C++ microcontroller IDE and an embedded systems framework for writing, compiling, and uploading code to microcontroller boards. The ecosystem facilitates embedded systems programming and interactive hardware prototyping, allowing for the creation of devices that respond to environmental changes or user input. It enables the development of physical computing projects by managing the connection and flashing of code to various hardware boards.

    This is the official Arduino IDE and core development environment, providing the complete suite of tools for board management, code compilation, serial communication, and library handling required for the ecosystem.

    JavaEmbedded SystemsCross-Platform Embedded FrameworksHardware Abstraction Layers
    View on GitHub↗14,599
  • arduino/arduino-idearduino avatar

    arduino/arduino-ide

    3,159View on GitHub↗

    Arduino IDE 2.x

    This is the official Arduino IDE, providing a comprehensive development environment that includes board management, a library manager, and serial monitoring for the entire Arduino ecosystem.

    TypeScriptIntegrated Development Environments
    View on GitHub↗3,159
  • arduino/arduino-pro-idearduino avatar

    arduino/arduino-pro-ide

    882View on GitHub↗

    This project is a professional integrated development environment designed for microcontroller firmware engineering and embedded systems development. It provides a specialized interface for writing, compiling, and deploying code to Arduino-compatible boards and various other hardware platforms. The environment distinguishes itself through a modular architecture that separates the graphical user interface from the underlying build and hardware communication logic. By utilizing a language server protocol and a decoupled plugin system, it allows for consistent code analysis and extensible functi

    This is the official advanced development environment for the Arduino ecosystem, providing a code editor, board support, and library management built specifically for Arduino hardware.

    Hardware and EmbeddedBuild ToolingEmbedded Systems Development
    View on GitHub↗882
  • tinygo-org/tinygotinygo-org avatar

    tinygo-org/tinygo

    17,529View on GitHub↗

    TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to resource-constrained microcontrollers and WebAssembly environments. It provides a bare-metal runtime environment that enables high-level code execution without the need for a traditional operating system, utilizing an LLVM-based backend to generate efficient machine instructions. The project distinguishes itself through aggressive optimization techniques tailored for small hardware, including a static memory allocation strategy and whole-program dead code elimination that significantly re

    TinyGo is a specialized compiler and development toolkit that supports Arduino hardware and provides the necessary abstractions for microcontroller programming, serving as a viable alternative to the standard Arduino IDE ecosystem.

    GoHardware Abstraction LayersSerial Port InterfacesMicrocontroller Development Platforms
    View on GitHub↗17,529
  • espressif/arduino-esp32espressif avatar

    espressif/arduino-esp32

    16,984View on GitHub↗

    This project is an implementation of the Arduino framework for ESP32 microcontrollers, providing a core that enables firmware development using a familiar API. It functions as a microcontroller hardware abstraction layer and a firmware toolchain integration, bridging external development environments to the hardware for compilation and flashing. The system includes an embedded real-time operating system wrapper to manage multi-core execution and task scheduling, alongside a wireless communication suite for TCP/IP networking and Bluetooth Low Energy. It distinguishes itself by providing an obj

    This repository provides the essential hardware abstraction layer and board support required to integrate ESP32 microcontrollers into the Arduino ecosystem, allowing you to use the standard Arduino API for development.

    C++Microcontroller SDKs
    View on GitHub↗16,984
  • rogerclarkmelbourne/arduino_stm32rogerclarkmelbourne avatar

    rogerclarkmelbourne/Arduino_STM32

    2,661View on GitHub↗

    This project is a hardware core and board support package that integrates STM32 microcontrollers into the Arduino development environment. It functions as an embedded systems development tool, bridging high-level programming workflows with ARM Cortex-M microcontroller architectures. The core provides the necessary configuration files and libraries to enable the compilation and deployment of firmware directly onto STM32 hardware. By mapping standard programming functions to specific microcontroller register operations, it ensures consistent behavior across different hardware platforms while ut

    This repository provides the necessary hardware abstraction layer and board support files to integrate STM32 microcontrollers into the Arduino development ecosystem, allowing you to use the standard Arduino IDE for these boards.

    CMicrocontroller Development Platforms
    View on GitHub↗2,661
  • earlephilhower/arduino-picoearlephilhower avatar

    earlephilhower/arduino-pico

    2,812View on GitHub↗

    This project provides a development framework that enables programming Raspberry Pi Pico microcontrollers using the Arduino environment and standard C++ libraries. It serves as a unified platform for compiling, debugging, and deploying firmware to diverse hardware boards based on the RP2040 and RP2350 architectures. The framework distinguishes itself through native support for symmetric multicore execution, allowing developers to distribute independent tasks across multiple processor cores to manage complex workloads. It also includes a specialized library for USB peripheral emulation, enabli

    This repository provides the essential hardware abstraction layer and board support required to program Raspberry Pi Pico microcontrollers within the Arduino ecosystem.

    CBoard Support PackagesHardware Abstraction LayersMicrocontroller Development Platforms
    View on GitHub↗2,812
  • esp8266/arduinoesp8266 avatar

    esp8266/arduino

    16,634View on GitHub↗

    This project is an embedded C++ development kit and hardware abstraction layer that enables the Arduino programming environment to target ESP8266 WiFi microcontrollers. It provides a comprehensive framework for compiling and flashing code to microcontroller memory via serial or wireless interfaces. The system includes a specialized WiFi microcontroller framework for managing TCP/IP stacks and internet connectivity. It features a dedicated over-the-air firmware update system that allows software updates to be delivered to remote hardware without a physical cable connection. The kit covers emb

    This project provides the essential hardware abstraction layer and board support required to integrate ESP8266 microcontrollers into the Arduino development ecosystem.

    C++Embedded Firmware DevelopmentMicrocontroller Firmware FrameworksEmbedded Development Kits
    View on GitHub↗16,634
  • sloeber/arduino-eclipse-pluginSloeber avatar

    Sloeber/arduino-eclipse-plugin

    432View on GitHub↗

    A plugin to make programming the arduino in eclipse easy

    This is an Eclipse plugin that provides a full Arduino development environment, including board support, library management, and serial communication features within the Eclipse IDE.

    JavaIntegrated Development Environments
    View on GitHub↗432
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
arduino/arduino-cli4.9KGoGPL-3.0Jun 15, 2026
arduino/arduino14.6KJavaNOASSERTIONOct 11, 2025
arduino/arduino-ide3.2KTypeScriptAGPL-3.0Jun 15, 2026
arduino/arduino-pro-ide882—NOASSERTIONMar 1, 2021
tinygo-org/tinygo17.5KGoNOASSERTIONJun 21, 2026
espressif/arduino-esp3217KC++LGPL-2.1Jun 26, 2026
rogerclarkmelbourne/arduino_stm322.7KCNOASSERTIONJul 1, 2025
earlephilhower/arduino-pico2.8KCLGPL-2.1Jun 20, 2026
esp8266/arduino16.6KC++LGPL-2.1Mar 23, 2026
sloeber/arduino-eclipse-plugin432Java—May 19, 2026

Related searches

  • a library for talking to GPIO pins on a Raspberry Pi
  • home automation firmware for ESP32 and ESP8266 boards
  • an open source hardware design platform
  • Embedded, IoT and hardware
  • a firmware framework for programming microcontrollers in Rust
  • an Arduino library for reading sensors and driving displays
  • a bluetooth library for android development
  • an open source android emulator for linux