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 731 views
  • Users 0 members are here
  • ide
  • open_source
  • stm32
  • arduino
Related

open-source microcontroller IDE

Moussa1492
Moussa1492 15 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 15 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 15 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 12 days ago in reply to Jan Cumps

    I am working on an a software that supports arduino and STM32 ( and other microcontroller )

    When finished, it would include:

    • project explorer and code editor
    • Arduino/AVR and STM32 build/upload support
    • GDB/OpenOCD debugging
    • registers, memory, stack, breakpoints, tracepoints
    • serial monitor and serial plotter
    • coverage and static analysis tools
    • QEMU/Renode simulation scenarios
    • AI-assisted explanation of compiler/debug errors
    • FaultLens: a module that explains Cortex-M HardFault/BusFault/UsageFault reports using .elf, GDB logs, fault registers and stacked PC
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Moussa1492
    Moussa1492 12 days ago in reply to DAB

    When finished, it would include:

    • project explorer and code editor
    • Arduino/AVR and STM32 build/upload support
    • GDB/OpenOCD debugging
    • registers, memory, stack, breakpoints, tracepoints
    • serial monitor and serial plotter
    • coverage and static analysis tools
    • QEMU/Renode simulation scenarios
    • AI-assisted explanation of compiler/debug errors
    • FaultLens: a module that explains Cortex-M HardFault/BusFault/UsageFault reports using .elf, GDB logs, fault registers and stacked PC
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • phoenixcomm
    phoenixcomm 7 days ago

    moussa1492 I don't know why you want to mess with this, I has been done a long time ago. It is called Eclipse!! A lot of the IDEs are on top of it. TI, Arduino, STM shall I keep on going?  It is written in JAVA, Stable has been around for 15+ years. The IDE is minimalistic, ie Not M$ v whatever with so many buttons. Basically, it's broken down into the following: Writing the Code, Debug/Running, and the context (buttons) will change by its use. You make it what you want.. I read from left to right, so I want my function tree on the right, then Code, below Code I have console messages, and another column in the right. Look before you leap!! ~~~ Cris Harrison

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • BigG
    BigG 7 days ago in reply to phoenixcomm

    Personally, I never once found Eclipse helpful to learn from. All I can say is thank goodness for Arduino IDE as it forced you to think things through knowing you had rudimentary (being complementary here) debugging capability. Of course, now that I've learnt the ropes I find the Eclipse IDE very efficient but prefer VS Code, personally.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • madthescientist
    madthescientist 7 days ago

    Could Microchip Pic be supported and try to be an alternative to Mplab X?

    • 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