element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Code Exchange
  • Technologies
  • More
Code Exchange
Forum open-source microcontroller IDE
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Code Exchange to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 25 replies
  • Subscribers 53 subscribers
  • Views 676 views
  • Users 0 members are here
  • ide
  • open_source
  • stm32
  • arduino
Related

open-source microcontroller IDE

Moussa1492
Moussa1492 14 days ago
Hi everyone,

I’m building an open-source desktop IDE for microcontroller learning and prototyping, mainly focused on Arduino and STM32.

The goal is not to replace professional tools like STM32CubeIDE, PlatformIO, Keil or IAR, but to provide a simpler learning-oriented workflow for students, technicians and training centers.

Current / planned features:
- Arduino and STM32 project creation
- Build / upload workflow
- Serial monitor and serial plotter
- STM32 debug with GDB/OpenOCD
- Register / memory / stack views
- Basic SVD peripheral view
- Static analysis with cppcheck / MISRA-light
- Coverage reports
- Crash / HardFault reporting
- Power profiling demo via UART/SWO-style events
- QEMU/Renode simulation experiments

I’m looking for honest feedback:
1. Would such a tool be useful for education or training?
2. Which feature would be most valuable?
3. What would make you trust or not trust this kind of tool?
4. Would it be better as a VS Code extension, standalone IDE, or educational toolkit?
5. What pain points do you have with current embedded IDEs?

I’m not trying to promote a paid product here. I’m trying to validate whether this project should continue as an open-source educational tool or pivot toward a smaller specialized utility.

Thanks for any critical feedback.
  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz 14 days ago +2
    Curious what's motivating this, because I cannnot see a real need. The Arduino IDE has the benefit that there are thousands of tutorials and YouTube videos, showing that IDE in use, so that's the IDE that…
  • Moussa1492
    Moussa1492 14 days ago in reply to BigG +2
    Yes, I agree. I’m realizing that the first step should be identifying where learners actually get blocked, not deciding features first. Maybe the real problem is not writing code, but understanding how…
  • BigG
    BigG 14 days ago +1
    You have listed some interesting features, but before diving into these, ask the simple question: "what problem am I trying to solve". So, if you are educational focused, what are the pain points. Explore…
  • Moussa1492
    Moussa1492 14 days ago in reply to BigG

    Yes, I agree. I’m realizing that the first step should be identifying where learners actually get blocked, not deciding features first.

    Maybe the real problem is not writing code, but understanding how everything fits together: build system, linker script, startup code, MCU configuration, registers, debugger, RTOS concepts, and hardware feedback.

    AI may or may not be the right answer, but I’m thinking of it more as an explanation layer over real tools, not something that hides the complexity.

    I’ll look more closely at where current tools expose or hide these concepts. Zephyr is a good example to study because it exposes more of the embedded system structure.

    Thanks, this helps me narrow the problem.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • Moussa1492
    Moussa1492 14 days ago in reply to BigG

    Yes, I agree. I’m realizing that the first step should be identifying where learners actually get blocked, not deciding features first.

    Maybe the real problem is not writing code, but understanding how everything fits together: build system, linker script, startup code, MCU configuration, registers, debugger, RTOS concepts, and hardware feedback.

    AI may or may not be the right answer, but I’m thinking of it more as an explanation layer over real tools, not something that hides the complexity.

    I’ll look more closely at where current tools expose or hide these concepts. Zephyr is a good example to study because it exposes more of the embedded system structure.

    Thanks, this helps me narrow the problem.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • SensoredHacker0
    SensoredHacker0 13 days ago in reply to shabaz

    He already said Uses AI.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz 13 days ago in reply to SensoredHacker0

    The responses on this page are not in chronological order, so it's easy to misunderstand when the OP mentioned AI (i.e. he mentioned it after my response).

    Anyway, as far as I understand so far, the OP has not identified an issue, but is asking if issue(s) exists, that perhaps AI (or otherwise) may be used to solve.

     Moussa1492  is this a school project?  Normally one is motivated to solve a problem they've seen themselves or has been brought to their attention, hence odd that you've not identified any substantial problem so far, unless I've missed it, which is definitely possible. 

    As you're aware, AI is already used to gain help with coding and with debug and troubleshooting, in some parts within IDEs, and also with chat sessions. It wouldn't be surprising if many people already routinely get debugging and error message help with AI, especially beginners.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • SensoredHacker0
    SensoredHacker0 12 days ago

    I wish the Arduino-IDE verion 2 had an version for arm64

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Moussa1492
    Moussa1492 12 days ago in reply to SensoredHacker0

    what do you mean by arduino IDE version 2

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Aniket_kumar_raj
    Aniket_kumar_raj 12 days ago

    I think that offering a local school with the lab could help

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Jan Cumps
    Jan Cumps 12 days ago in reply to Moussa1492
    Moussa1492 said:
    what do you mean by arduino IDE version 2

    Getting Started with Arduino IDE 2

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • DAB
    DAB 12 days ago

    If I have time I would like to help test your IDE.

    I suffer from ADD issues, so it would be good for me to see if your approach can help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Moussa1492
    Moussa1492 11 days ago in reply to DAB

    image

    tthis is the intrface 
    now i am finishing it
    iI  made it in 9 sprint ( actually in sprint 6) 

    Sprint Theme
    Sprint 1 Core IDE foundation: Qt UI, editor, project explorer, file management
    Sprint 2 Build/upload support: Arduino/AVR, STM32, Makefile/toolchain integration
    Sprint 3 Simulation and test scenarios: QEMU/Renode, UART scenarios, automated tests
    Sprint 4 Productivity tools: Git, diff viewer, serial plotter, UI/workspace improvements
    Sprint 5 Measurements, coverage, OTA/DFU, static analysis, crash reporting
    Sprint 6 Advanced debugging: tracepoints, SWO/ITM, reverse debug, live registers history
    Sprint 7 Board/toolchain catalog, profiles, plugin structure, multi-board architecture
    Sprint 8 AI assistance: explain compiler errors, debug logs, code suggestions, guided help
    Sprint 9 Stabilization, packaging, documentation, QA, public release preparation



    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube