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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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
Community Hub
Community Hub
Member's Forum Question of the Month: What’s the most frustrating part of working with modern micro-controllers?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 29 replies
  • Subscribers 502 subscribers
  • Views 1402 views
  • Users 0 members are here
  • poll
  • QOM
  • question of the month
Related

Question of the Month: What’s the most frustrating part of working with modern micro-controllers?

cstanton
cstanton 1 month ago

Micro-controllers are at the core of most embedded systems, but working with them isn’t always smooth. From confusing datasheets to fragmented tool-chains, even experienced engineers can hit roadblocks. This month, we want to know:

Bonus question:

What micro-controllers are you currently using? (and why that one?)

  • Sign in to reply
  • Cancel

Top Replies

  • beacon_dave
    beacon_dave 1 month ago +7
    I'm probably just getting old, but like with a lot of modern technology, the built-in obsolescence factor. You spend a considerable amount of time digesting huge data sheets and getting comfortable with…
  • balajivan1995
    balajivan1995 1 month ago +3
    Using VS code with Arduino extension has ruined the idea of using IDE to build applications. I hate installing a new IDE which is just another port of eclipse IDE and comes bloated with BSP of some MCU…
  • robogary
    robogary 1 month ago in reply to beacon_dave +3
    Hear Ye Hear Ye Ole IDE. Next year is the major anniversary of my 1st and only official software programming class.........in Fortran 4 - WatFor. I must be getting old too :-)
  • ralphjy
    ralphjy 1 month ago

    As a hobbyist, my microcontroller of choice for 75% of my projects in the last few years has been the ESP32S3.  It is a good compromise of functionality, cost, power, and it is widely available on low cost development boards.  It is also supported by multiple development chains (ESP-IDF, Arduino IDE, Platform IO)  and has good documentation.  My favorite dev board implementation is the Seeed Xiao which has a small footprint and castellated pins which allows integration on other PCBs.  The biggest constraint of the Xiao has been the number of available IO pins but it solves most of my project needs (WiFi/BLE, I2C, UART, SPI, PWM) and it is also available in other MCU variations.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • robogary
    robogary 1 month ago

    I normally use Arduino Nanos, I bought dozens of clones years ago for just over a 1$ each. Different Arduino models get used tho based on needed functionality. I graduated a bit to Raspberry Pi Picos as PWM is alot faster and crazy easy to use, and OLED displays have more capabilities using Picos. 

    Arduinos are usually my starting point - the IDE has very reliable example codes available. This example code allows me to test hardware immediately, and is a starting place to cut and paste code snippets.    

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • balajivan1995
    balajivan1995 1 month ago

    Using VS code with Arduino extension has ruined the idea of using IDE to build applications. I hate installing a new IDE which is just another port of eclipse IDE and comes bloated with BSP of some MCU that I don't need at all. 

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • kmikemoo
    kmikemoo 1 month ago

    I stick to the Arduino and Raspberry Pi - primarily for the community support.  I've dabbled a little bit with the STM32 Nucleos.  I just don't enjoy having to learn a new ecosystem as much as I used to.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • obones
    obones 1 month ago

    If it's not supported by PlatformIO or not even a plugin into VSCode, there's a 99% chance that I won't consider it.
    I'm so used to VSCode for so many personal and professional projects that I'm not willing to learn yet another IDE where some very basic features might even be missing from it.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave 1 month ago

    I'm probably just getting old, but like with a lot of modern technology, the built-in obsolescence factor.

    You spend a considerable amount of time digesting huge data sheets and getting comfortable with development tools only to find that tomorrow you have to start all over again and often for no real benefit either.

    • Cancel
    • Vote Up +7 Vote Down
    • Sign in to reply
    • Cancel
  • Andrew J
    Andrew J 1 month ago

    By far, I think proprietary IDEs and toolchains are the biggest bug bear.  But also, configuration complexity and poor documentation - within that, I count lack of or irrelevant/overly simplistic examples.  I've mostly used Arduino's but the actual last MCU I used was a PIC.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • robogary
    robogary 1 month ago in reply to beacon_dave

    Hear Ye Hear Ye Ole IDE.  Next year is the major anniversary of my 1st and only official software programming class.........in Fortran 4 - WatFor. I must be getting old too   :-)  

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • colporteur
    colporteur 1 month ago

    90 percent Nano with Uno and Mega picking up the final 10.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • dougw
    dougw 1 month ago

    My pet peeve is the long load time of the Arduino IDE.

    Another issue I often have is that MCUs and peripherals are not usually tolerant of both 5V and 3.3V

    Is it my imagination or is TI moving away from low-cost dev kits?

    • Cancel
    • Vote Up +3 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 © 2025 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