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
  • 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
RoadTests & Reviews
  • Products
  • More
RoadTests & Reviews
RoadTest Forum What Are Your Most Popular Dev Kits or Reference Design Kits?
  • Blogs
  • RoadTest Forum
  • Documents
  • RoadTests
  • Reviews
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RoadTests & Reviews to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 66 replies
  • Subscribers 2555 subscribers
  • Views 6130 views
  • Users 0 members are here
  • What Are Your Most Popular Dev Kits or Reference Design Kits?
Related

What Are Your Most Popular Dev Kits or Reference Design Kits?

rscasny
rscasny over 2 years ago

I was asked this question the other day. What Are Your Most Popular Dev Kits or Reference Design Kits? On impulse, I would venture to say the Raspberry Pi, Beaglebone. I'm sure there are others. Sensor kits, FPGA kits, Motor Contr0ol kits, Power kits, come to mind, but I'm not sure which ones element14 would consider "popular."

So, I figured I would ask you.  What are your most popular kits?  If you have the time, please leave a comment below. 

Thanks

Randall Scasny

-element14 Community

  • Sign in to reply
  • Cancel

Top Replies

  • taifur
    taifur over 2 years ago +4
    Arduino Uno and Raspberry Pi is my favorite.
  • ZGoode
    ZGoode over 2 years ago +3
    Personally, I'm a big fan of any boards that use the standard layouts such as Arduino Uno or Adafruit Feather. As such, the Nucleo boards from STMicro are always great to work with since they are Arduino…
  • misaz
    misaz over 2 years ago +3
    STM32 Nucleos are very popular. I have seen them everywhere where the serious MCUs designs are made. I think that there are two key things for making board popular: Price to performance ratio …
  • ntewinkel
    ntewinkel over 1 year ago in reply to kmikemoo
    kmikemoo said:
    I don't apply for RoadTests that require me to learn a new IDE

    Same!

    I used to love trying out all the new things but quickly learned that I would end up spending more time just to get to "blink" than I would on any actual project.

    The Pi Pico is an exception, but Python was already on my list... and they do make it easy with Thonny and Python.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Fred27
    Fred27 over 1 year ago in reply to colporteur

    No. I really don't like Arduino.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • ntewinkel
    ntewinkel over 1 year ago

    I'm doing this as a hobby, so my dev boards need to be easy so it doesn't feel like work!

    Summary:

    Currently:
    * Wemos (Lolin) D1 Mini (ESP8266) on Arduino IDE
    * Raspberry Pi - as a server
    * Arduino Uno

    Next:
    * Raspberry Pi Pico and Pico-W (with Thonny and Python)
    * Arduino Uno R4

    The presence of plenty of libraries, tutorials and examples is important, as it makes it much easier and quicker for me to build something in the limited time I have for projects.

    Most of my projects have been Wemos (Lolin) D1 Mini (ESP8266) based, because they are small and support WiFi, and are very affordable, and can easily be powered with a basic USB phone charger. Many of my recent projects have been smart home sensor type projects, so this fits well. I use the Arduino IDE to program them.

    On the receiving end of the WiFi sensors is a Raspberry Pi server. This doesn't technically require a Pi, but the size and low power consumption make it nice for this purpose. I did have a Raspberry Pi as a sprinkler controller for about 7 years, and it was solid and reliable for that, but most of my projects that require wires and external components are better suited to smaller boards.

    For proof of concept type builds I still prefer the Arduino Uno - good, solid, reliable, and easy to use.

    And I like the Pi Pico a lot - Thonny and Python are easy and fun to use, and those boards have more than enough power, memory, and pins to handle most of my projects. And they can also be easily powered with a little USB charger.
    There's a good chance my future projects will be built on Pi Pico and Pi Pico W.

    That said, with AI, ML, and machine vision... I might need to pivot to whatever is required to have the most fun Smiley

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • tarna
    tarna over 1 year ago

    For versatility coupled with power, I believe the STM32 family takes the cake. Although it is a bit more fiddly to setup. For this same reason I have come to abhor the wanton use of Arduino for everything; especially applications for which it is severely underpowered or a pi where a microcontroller would do. I feel we could gain so much more by taking the time to become familiar with the bare metal side of things. That said both the pi and anrduino are so simple to use and so well used that almost anything, too, is possible and for that reason they cannot be denied. I am a bit behind on all things ESP32, but have come to enjoy their versatility as well. 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • AlfiereInnovation
    AlfiereInnovation over 1 year ago

    I used to develop using PIC 16, PIC18 and PIC32. after that, Arduino Nano, then ESP32.

    used some STM and DSPIC afew times. 

    with OS, I definitely use RPI, mostly RPI3 and ZERO W

    Luca

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Workshopshed
    Workshopshed over 1 year ago

    The Uno is my go-to for testing as that is typically one of the best supported. Then my choice is typically dependent on features and I/o.

    ESP32 if I need WiFi

    Pi Pico for I/O

    Seeeduino Xiao for small form factor or audio

    Pi if I need Linux support

    ATTiny for turning a Uno project into a stand-alone PCB.

    • Cancel
    • Vote Up +2 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