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 6136 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 …
Parents
  • 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
Reply
  • 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
Children
No Data
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