{"id":68438,"date":"2022-04-13T23:06:52","date_gmt":"2022-04-14T06:06:52","guid":{"rendered":"https:\/\/www.ponoko.com\/blog\/?p=68438"},"modified":"2022-04-20T14:58:01","modified_gmt":"2022-04-20T21:58:01","slug":"how-to-choose-the-best-development-kit","status":"publish","type":"post","link":"https:\/\/www.ponoko.com\/blog\/how-to-make\/how-to-choose-the-best-development-kit\/","title":{"rendered":"How To Choose The Best Development Kit"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg\" alt=\"\" class=\"wp-image-68439\" srcset=\"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg 800w, https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog-300x200.jpg 300w, https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog-600x400.jpg 600w, https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog-768x512.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">The Ultimate Development Board Guide For Beginners<\/h2>\n\n\n\n<p><em>This post was written by Abhi Bavishi&nbsp;<\/em>and reposted with permission from <em>the <a href=\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/\" target=\"_blank\">Predictable Designs blog<\/a><\/em><\/p>\n\n\n\n<p>If you\u2019re looking to build a proof-of-concept (POC) prototype for a new product idea, your first step is to choose a development kit. It\u2019s actually more complicated than you may imagine, but I\u2019ll explain why.<\/p>\n\n\n\n<p>A development kit (also called a development board) will serve as the brains of your project and will communicate with all the interconnected electronic components.<\/p>\n\n\n\n<p>But here\u2019s the thing about choosing development kits \u2014 it\u2019s a super-complex decision, with lots of technical attributes that don\u2019t seem to make a lot of sense, especially if you\u2019re just getting started with electronics.<\/p>\n\n\n\n<p>While a lot of guides offer extensive technical guidance in choosing between different variants (Arduino, Raspberry Pi, BeagleBone), there aren\u2019t many guides that explain the decisive factors that you need to consider while choosing a development board.<\/p>\n\n\n\n<p>In this article, we\u2019re going to dive into the basics of development boards, explore the optimal variants for different applications, and understand decisive pointers that play a pivotal role in selecting the right board for an array of applications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is A Development Kit?<\/h2>\n\n\n\n<p>Development kits can be broadly split into two types: kits based on a microcontroller unit (MCU) and kits based on a microprocessor unit (MPU).<\/p>\n\n\n\n<p>Both a microcontroller and a microprocessor are just two types of a computer chip. A MCU is slower, more integrated, easier to program, easier to design, requires no operating system, consumes less power, and costs less than an MPU.<\/p>\n\n\n\n<p>An MPU on the other hand is much faster and more complex to program and to design. Their higher performance capabilities also require far more power. They also use a full operating system such as Linux or Android.<\/p>\n\n\n\n<p>Think of a microcontroller as the brains behind products such as wearable tech, remote controls, drones, or microwaves. A microprocessor, on the other hand, serves as the brains behind products like computers and smart phones.<\/p>\n\n\n\n<p>In fact, if you connect a keyboard and display to a microprocessor development kit, such as the Raspberry Pi, you can use it as a stand-alone computer allowing you to do things like surf the web.<\/p>\n\n\n\n<p>Your brain can take inputs from the environment (vision, smell, touch, etc.), process the information (react to input signals), and trigger a reaction.<\/p>\n\n\n\n<p>Similarly, a MCU\/MPU can sense multiple input signals (analog or digital), process the information (based on preprogrammed logic) and provide corresponding output signals.<\/p>\n\n\n\n<p>A microcontroller contains a core processor, some memory, at least one serial interface for communicating with external peripherals, and general purpose input\/output (GPIO) pins all integrated onto a single chip.<\/p>\n\n\n\n<p>Microcontrollers are primarily used to control processes and manage input\/output signals from externally connected components, like sensors, wireless radios (such as Bluetooth), actuators, motors, electronic displays, etc.<\/p>\n\n\n\n<p>As examples, Arduinos are microcontroller kits and the Raspberry Pi is a microprocessor kit.<\/p>\n\n\n\n<p>But, microcontrollers and microprocessors aren\u2019t a new concept, and have been around for decades.<\/p>\n\n\n\n<p>Why is it that development boards like Arduino, Raspberry Pi or BeagleBone have managed to get such wide-spread acceptance and popularity with makers and hardware entrepreneurs?<\/p>\n\n\n\n<p>Well, the answer is they are reusable, easy to use, affordable and familiar.<\/p>\n\n\n\n<p>In the past, microcontrollers were programmed using proprietary serial communication interfaces, proprietary software, and required special equipment for each brand of microcontroller.<\/p>\n\n\n\n<p>But with the advent of open source microcontroller development kits like Arduino, it became possible to program microcontrollers through a USB interface from any computer.<\/p>\n\n\n\n<p>The shift from low-level hardware programming (assembly language) to high level programming (C\/C++\/Python) using a standardized communication interface was a major inflection point in the electronics industry.<\/p>\n\n\n\n<p>The cost-effectiveness of open-source development boards, coupled with ease-of-use and convenience, helped to trigger the maker movement across the globe.<\/p>\n\n\n\n<p>More than 12.5 million Raspberry Pi boards have been sold in the last five years, with the maker community growing multifold in the last decade.<\/p>\n\n\n\n<p>While it used to take weeks or months to build a working prototype of a drone, 3D printer or self-balancing robot, you can now build the first version in just a few days using an Arduino or Raspberry Pi.<\/p>\n\n\n\n<p>However, as more functional prototypes were developed, the maker community soon realized that it was impossible to have a generic, \u2018one-size-fits-all\u2019 development kit.<\/p>\n\n\n\n<p>For example, while Raspberry Pi is a super-powerful microprocessor development board, it\u2019s not ideal for controlling a setup with 10 analog inputs and 25 digital outputs, because the Pi has limited GPIOs (I\/O bus) available for external use.<\/p>\n\n\n\n<p>Nor is a Raspberry Pi or BeagleBone a good choice for prototyping most ultra-low power wearable tech products. The power consumption is just too high. A Raspberry Pi consumes hundreds of milliamps of current, whereas an Arduino only consumes tens of milliamps.<\/p>\n\n\n\n<p>Therefore, with the view of democratizing the prototyping platform for a variety of different use-cases, multiple models with slightly different technical specifications were introduced.<\/p>\n\n\n\n<p>For instance, there are multiple models of Arduino, like, Uno, Nano, Mini, Pro, Leonardo, etc.. to suit different project specifications.<\/p>\n\n\n\n<p>We will discuss this in detail in the next section of the article, but for now, it\u2019s important to understand why multiple models of development kits exist, and how it\u2019s impossible to have a single kit that can cater to all prototyping use-cases.<\/p>\n\n\n\n<p>Note: A lot of people think that if they buy a development board with the most powerful technical specs, they will be able to build a working prototype for all possible use-cases. But that\u2019s simply not true.<\/p>\n\n\n\n<p>There are no short-cuts, here. You have to analyze what kind of project you\u2019re looking to build, and pick a kit that best suits those needs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Most Popular Development Kits<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Arduino <\/h3>\n\n\n\n<p>The Arduino family of microcontroller development kits is an ideal choice when you want to communicate with a wide array of electronic components and manage the intercommunication on a swift, robust basis.<\/p>\n\n\n\n<p>Examples include robotic cars, control circuits, data logging units, etc.<\/p>\n\n\n\n<p>Arduino has a pretty diverse line up of microcontrollers, ranging from the extremely tiny (Arduino Micro) to the amazingly powerful (Arduino Due).<\/p>\n\n\n\n<p>Unlike Raspberry Pi, Arduino boards don\u2019t run an operating system, and come with limited RAM\/Flash storage (usually in kilobytes).<\/p>\n\n\n\n<p>While the space might seem a bit constrained, it\u2019s usually enough to write a piece of code that can run your project.<\/p>\n\n\n\n<p>The best part is that Arduino boards are incredibly cheap, with models like Uno costing around $20. However, if you\u2019re like me and believe in building things from scratch, you can even build your own Arduino on a breadboard by following this tutorial.<\/p>\n\n\n\n<p>Unique factor: Arduino is a robust, flexible and affordable development platform, supported extensively by a growing online community. Since it\u2019s used by millions of enthusiasts worldwide, it\u2019s very likely that you\u2019ll find source-code for your use-case online, and you\u2019ll just need to tweak it a bit to suit your requirements.<\/p>\n\n\n\n<p>Suited for: Beginners, who are looking to build their first electronics project<\/p>\n\n\n\n<p>Recommended model (starter): Arduino Uno<\/p>\n\n\n\n<p>Supported Programming Languages: C\/C++<\/p>\n\n\n\n<p>Choose Arduino Uno as your development board if you want:<\/p>\n\n\n\n<p>\u2013 A development board that\u2019s simple, affordable and easy-to-use<\/p>\n\n\n\n<p>\u2013 Control of a handful of input-output devices (analog\/digital), and want a system that efficiently manages the intercommunication.<\/p>\n\n\n\n<p>\u2013 To create a project that isn\u2019t connected to the Internet, and operates independently on a standalone basis.<\/p>\n\n\n\n<p>\u2013 A development kit without the extra overhead of an operating system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Raspberry Pi<\/h3>\n\n\n\n<p>Raspberry Pi remains one of the most popular development kits in the maker community. It truly is a complete, stand-alone computer on a relatively small board.<\/p>\n\n\n\n<p>Priced at just $35, the latest version features a 1.2 GHz quad core processor with 1GB RAM and expandable flash memory.<\/p>\n\n\n\n<p>To further sweeten the deal, the latest version\u2014Raspberry Pi Model 3\u2014comes with built-in HDMI, Wi-Fi and Bluetooth capabilities, making it one of the best development boards for creative experimentation.<\/p>\n\n\n\n<p>Unique factor: Raspberry Pi is capable of running an entire operating system on top of it (Linux, Raspbian, Windows or even Android), making it an ideal choice for applications where you need extra-powerful computing, or want to integrate multiple web-based services.<\/p>\n\n\n\n<p>Suited for: Enthusiasts who are building a project that requires significant computational power, and that have a background in computer programming.<\/p>\n\n\n\n<p>Recommended model (starter): Raspberry Pi Model 3<\/p>\n\n\n\n<p>Supported Programming Languages: Python, C\/C++, Java, Perl, Ruby<\/p>\n\n\n\n<p>Choose Raspberry Pi as your development board if you want to:<\/p>\n\n\n\n<p>\u2013 Build a project that requires a fair bit of computational power<\/p>\n\n\n\n<p>\u2013 Plug your project to an external display via HDMI interface<\/p>\n\n\n\n<p>\u2013 Perform HD video capture and processing<\/p>\n\n\n\n<p>\u2013 Implement speech recognition capabilities<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">BeagleBone<\/h3>\n\n\n\n<p>BeagleBone is another popular microprocessor development board that\u2019s mainly used for prototyping advanced applications like gesture recognition, face detection or even underwater exploration.<\/p>\n\n\n\n<p>Powered by an ARM Cortex A8 1 GHz processor and 512 MB DDR3 RAM, it can easily handle complex data processing while drawing incredibly low power.<\/p>\n\n\n\n<p>Compared to Raspberry Pi, BeagleBone offers nearly 1.5 times more GPIO pins (65 digital pins), and comes with 4GB onboard storage memory (no SD card required!).<\/p>\n\n\n\n<p>Unique factor: BeagleBone is an open-hardware, open-software computer which supports operating systems like, Ubuntu, Android (official) and Linux. It offers much more interfacing capabilities than Raspberry Pi.<\/p>\n\n\n\n<p>Recommended model (starter): BeagleBone Black Wireless<\/p>\n\n\n\n<p>Ideal for: Those who are looking to build an advanced prototype<\/p>\n\n\n\n<p>Supported Programming Languages: Python, C\/C++, Java, Perl, Ruby<\/p>\n\n\n\n<p>Choose BeagleBone Black as your development board if you\u2019re:<\/p>\n\n\n\n<p>\u2013 Looking for a high performance and affordable development board<\/p>\n\n\n\n<p>\u2013 Want to run the project on operating systems like, Linux, Ubuntu or Android<\/p>\n\n\n\n<p>\u2013 Connecting a lot of input\/output peripherals (65 digital pins)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Do You Choose A Development Board?<\/h2>\n\n\n\n<p>In the previous section, we looked at some of the most popular development platforms available on the market. But how do you know which one is right for your project?<\/p>\n\n\n\n<p>In this section, I will do a quick rundown of all the decisive factors (hardware + software) that play a crucial role in assessing the resourcefulness of a development board.<\/p>\n\n\n\n<p>Once you have a solid grasp of these factors, you\u2019ll be able to assess in just a few seconds, if a development board is a good fit for your project (no kidding!).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Hardware<\/h3>\n\n\n\n<p><strong>Voltage: <\/strong>The first factor that you need to consider, when choosing a development kit is voltage. Every development will have two types of voltages mentioned in the technical specification: Input Voltage and Operating Voltage.<\/p>\n\n\n\n<p>Input Voltage = The voltage provided to the kit via an external power source (usually a wall adapter).<\/p>\n\n\n\n<p>Operating Voltage = The regulated voltage supply that the board provides for externally connected devices.<br \/>While input voltage varies (7-20V) depending on each kit, the operating voltage will generally be fixed at 3.3V or 5V.<\/p>\n\n\n\n<p>This means that if you pick a development board with 5V operating voltage, you\u2019ll ideally want to pick external components that all operate on 5 volts.<\/p>\n\n\n\n<p>If you pick a sensor\/display that operates on a slightly different voltage, you may need to use a voltage divider or bidirectional level shifter to successfully control it through your development board.<\/p>\n\n\n\n<p>Warning: If you connect a 5V sensor with a 3.3V voltage, the sensor might not activate, but it won\u2019t necessarily get damaged. However, if you connect a 3.3V sensor with 5V voltage, it\u2019s quite likely that it will be damaged. Therefore, it\u2019s important to ensure that you connect devices at the correct operating voltage.<\/p>\n\n\n\n<p><strong>Current: <\/strong>Think of voltage as an overhead water tank and current as the flow of water through the pipes. While the flow of current would naturally increase if the height of water tank is increased, you can also regulate the water supply by having thin, narrow pipes and appropriate valves.<\/p>\n\n\n\n<p>Similarly, every development board has an internal impedance that regulates the amount of current that can flow through it. The limit is usually imposed to preserve the circuitry, and to provide appropriate interfacing with external devices.<\/p>\n\n\n\n<p>If you look at the technical specification of every board, you\u2019ll find a section that reads: DC current per I\/O pin. This refers to how much current is available to externally connected electrical components, if they\u2019re connected to the development board.<\/p>\n\n\n\n<p>If the sensor or display that you\u2019re connecting needs a different current to operate, you might want to regulate the supplied current before connecting the pins directly.<\/p>\n\n\n\n<p>Note: If you\u2019re powering up multiple electronic components through the operating voltage (Vcc) on the development board, the setup might draw more current than the threshold value.<\/p>\n\n\n\n<p>Therefore, using an external power supply (3.3V\/5V) for supplying operating voltage is always recommended, especially if you\u2019re connecting lots of components to the development board.<\/p>\n\n\n\n<p><strong>Clock-speed:<\/strong> In quite simple terms, clock-speed is the rate at which the development boards process data.<\/p>\n\n\n\n<p>For instance, Arduino Uno has a clock speed of 16 MHz, while Arduino Due has a clock speed of 84 MHz. That means Due would be able to perform almost 5x better than Uno in time-sensitive or data-intensive applications.<\/p>\n\n\n\n<p>Processor performance is dependent on much more than just a clock speed, so this only holds true as an approximate way to measure performance differences among similar processors.<\/p>\n\n\n\n<p>That being said, processors with higher clock speeds consume comparatively more power, which means if you\u2019re running the setup on a battery, Arduino Uno would run for a longer duration than an Arduino Due.<\/p>\n\n\n\n<p>Generally, clock speed isn\u2019t a huge concern, unless your project is highly complex or time-critical. However, if you\u2019re planning to run the setup on battery, it\u2019s highly recommended to aim for microcontrollers that have lower clock speeds.<\/p>\n\n\n\n<p><strong>GPIO: <\/strong>To provide more flexibility for designing electronic projects, development boards come with GPIO (General Purpose Input\/Output) pins.<\/p>\n\n\n\n<p>The advantage of using these pins for external communication is that the behavior of each pin can be defined at run-time by the processor. For instance, you can write the following code snippet to use GPIO pin 7 as an input pin on an Arduino:<\/p>\n\n\n\n<p>void setup() {<br \/>pinMode(7, INPUT); \/\/ sets the digital pin 7 as input<br \/>}<\/p>\n\n\n\n<p>But, if you want to change the configuration later on, you can also configure the same pin as an output pin with the following modifications:<\/p>\n\n\n\n<p>void setup() {<br \/>pinMode(7, OUTPUT); \/\/ sets the digital pin 7 as output<br \/>}<\/p>\n\n\n\n<p>Before you choose a development board, it\u2019s important to pre-assess how many GPIO pins you\u2019d need to manage the intercommunication between the components.<\/p>\n\n\n\n<p>The easiest way to determine how many GPIO pins you\u2019ll need for the project is to first pre-design your project by creating a detailed block diagram.<\/p>\n\n\n\n<p>But even if you figure out the total GPIO pins, the mapping won\u2019t be that simple. Since GPIO pins are further categorized into analog and digital pins, you\u2019ll need to assess whether you have the correct number of analog\/digital pins available for the project.<\/p>\n\n\n\n<p><strong>Analog\/Digital pins:<\/strong> GPIO pins are digital and can be either HIGH or LOW, but nothing in between those states. Any signal above 66% of the operating voltage is considered HIGH, while below that is considered a LOW signal.<\/p>\n\n\n\n<p>For example, push-buttons or relays can be connected to digital I\/O pins.<\/p>\n\n\n\n<p>But there are cases when you need more than just HIGH or LOW signaling. For instance, you might want to control the motor speed or dim the light to desired levels.<\/p>\n\n\n\n<p>For these applications you can use digital pins that are marked as PWM (Pulse-Width Modulation). These pins can toggle between HIGH and LOW at a programmable duty cycle.<\/p>\n\n\n\n<p>Duty cycle refers to what percentage of the time the pin is HIGH versus LOW. This allows you to control the average voltage and thus provide some form of analog output.<\/p>\n\n\n\n<p>Lastly, there are analog input\/output (AIO) pins which are capable of reading analog voltage signals (using a built-in Analog-to-Digital Converter, or ADC) and also outputting true analog voltages (using a Digital-to-Analog Converter circuit called a DAC).<\/p>\n\n\n\n<p>These pins can be useful in scenarios, where you need to measure a voltage, instead of sensing just HIGH or LOW logic states.<\/p>\n\n\n\n<p>For instance, the TMP36 temperature sensor sends out a varying voltage value on an analog pin, which is then converted by the processor into a temperature value with a simple mathematical calculation.<\/p>\n\n\n\n<p>You need to analyze how many digital, PWM and analog pins you need in your project in order to accurately assess which development board is right for your project.<\/p>\n\n\n\n<p><strong>Size: <\/strong>Many prototypes need to fit into certain dimensions, so you need to consider size when selecting a development board.<\/p>\n\n\n\n<p>If your project has tight space constraints it\u2019s much better to pick an Arduino Micro or Mini, rather than an Uno, since they are much smaller.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Software<\/h3>\n\n\n\n<p>Scripting language: While development boards like Raspberry Pi, BeagleBone, etc. support multiple programming languages, tools and environments, you won\u2019t get that type of flexibility when writing programs on Arduino.<\/p>\n\n\n\n<p>However, if you\u2019re a beginner and want to learn embedded programming, Arduino boards may be a better choice.<\/p>\n\n\n\n<p>Memory limit: Development kits like Arduino come with limited RAM or FLASH memory, which means you need to assess the complexity of your project before choosing any kit.<\/p>\n\n\n\n<p>That being said, Raspberry Pi or BeagleBone should have enough RAM or FLASH memory to handle projects of any given complexity.<\/p>\n\n\n\n<p>Operating System (OS): If you\u2019re looking to run the setup on an OS like Android or Ubuntu, it\u2019s always good to cross-check the official compatibility of different operating systems with the kit.<\/p>\n\n\n\n<p>For instance, the Raspberry Pi doesn\u2019t have official Android support, while BeagleBone allows you to write code in an Android environment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Mapping Use-cases With Development Kits<\/h3>\n\n\n\n<p>So far, we have looked at all the decisive factors for choosing the best development board. But what about if you are starting with the \u201cend-in-mind\u201d.<\/p>\n\n\n\n<p>For instance, you might be building a wearable tech device. In this scenario, which development board would be the best choice?<\/p>\n\n\n\n<p>In the next section, I\u2019ve grouped the development kits directly with popular project use-cases. This makes it easier for you to get started using developer kits, instead of spending time analyzing technical applications.<\/p>\n\n\n\n<p>Low-battery applications: Arduino Nano, Arduino Pro or Arduino Micro<\/p>\n\n\n\n<p>Best choice: Arduino Micro comes without the FTDI USB-to-serial chip, thereby consuming the least amount of power. However, Pro and Micro might be a better choice for building prototypes, as they can be reprogrammed more easily.<\/p>\n\n\n\n<p>Wearables: Arduino Gemma, Arduino Lilypad or ArduinoFlora<\/p>\n\n\n\n<p>Best choice: Flora is the most advanced wearable microcontroller kit available in the market, as it has 2x the FLASH and SRAM compared to Lilypad. It\u2019s also a quarter-inch smaller in diameter.<\/p>\n\n\n\n<p>Data-logging: Arduino Uno, Arduino Mega, Arduino Leonardo, and Arduino Due<\/p>\n\n\n\n<p>Best choice: There\u2019s no best kit for this use-case, since the choice depends on the specific project that you\u2019re looking to build. However, Arduino Due is one of the most advanced microcontroller kits on the market, while Uno remains a cost-effective option for data-logging projects.<\/p>\n\n\n\n<p>IoT\/network applications: NodeMCU, Raspberry Pi, Arduino Yun, Arduino Tian, BeagleBone<\/p>\n\n\n\n<p>Best choice: NodeMCU is the cheapest way to build an IoT device. If you want something more sophisticated, look at BeagleBone or Tian.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Summary Of The Steps For Choosing A Development Board<\/h3>\n\n\n\n<p>I\u2019ve summed everything up into 7 steps. Follow each step to choose the best development kit for your project:<\/p>\n\n\n\n<p>Step #1: Understand the application<br \/>Specify all the components that will be required for building the project, apart from the processor.<\/p>\n\n\n\n<p>Step #2: Analyze the externally connected components<br \/>Once you have figured out all the components, draw a block diagram. Make a note of all the I\/O pins that will be needed. This includes digital GPIO pins, analog IO pins, and serial interfaces such as I2C, SPI, and UART.<\/p>\n\n\n\n<p>Step #3: Decide the operating voltage\/current<br \/>Decide on the operating voltage\/current of the entire circuitry. If there are sensors on different logic levels (3.3V\/5V), use a bidirectional level shifter or voltage divider to convert the operating voltage.<\/p>\n\n\n\n<p>Step #4: Figure out the connectivity stack<br \/>Look at the connectivity options that you\u2019ll need. While you can connect multiple external modules, like Wi-Fi or Bluetooth, it\u2019s always better to choose a board that has these capabilities already built-in.<\/p>\n\n\n\n<p>Step #5: Consider the size and dimensions<br \/>What are the size limitations on your product? Confirm that the development board fits inside the project.<\/p>\n\n\n\n<p>Step #6: Calculate the power drain (optional)<br \/>For battery-sensitive prototypes, make sure to calculate the power drain of the entire project to get an assessment of how long the setup will run on the battery.<\/p>\n\n\n\n<p>Step #7: Map the GPIOs<br \/>In the last step, calculate how many I\/O pins you need, and split them into digital, analog or PWM pins. Pick a board that offers enough GPIO pins for interfacing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Development kits are the best way to learn electronics and to develop a Proof-of-Concept (POC) prototype.<\/p>\n\n\n\n<p>There are many options for development kits which can be overwhelming. However, once you decide whether your project needs a microcontroller or a microprocessor the choices become more simple.<\/p>\n\n\n\n<p>There are many other development kits available that we\u2019ve not discussed, but this article has covered all of the most popular kits. You will find an incredible amount of information and a vibrant community for the kits discussed in this article making them ideal for beginners.<\/p>\n\n\n\n<p>If your primary goal is to create a POC prototype, and not just to learn about electronics, then you may want to consider other development kits based on more powerful microcontrollers.<\/p>\n\n\n\n<p>For example, I highly recommend looking at&nbsp;development kits from ST Microelectronics&nbsp;which are based on their STM32 line of 32-bit ARM Cortex-M microcontrollers. For products that will be manufactured and sold in volume, the STM32 line of microcontrollers is my favorite choice.<\/p>\n\n\n\n<p><strong>Be sure to download your <a href=\"https:\/\/predictabledesigns.com\/ultimate-guide-how-to-develop-and-sell-your-new-electronic-hardware-product-pdf\/?utm_source=ponoko&amp;utm_medium=blog\" target=\"_blank\">Ultimate Guide: How to Develop and Sell Your New Electronic Hardware Product<\/a>.<\/strong><\/p>\n\n\n\n<p><em>This article was written by Abhi Bavishi\u00a0for <a href=\"https:\/\/predictabledesigns.com\/?utm_source=Ponoko\" target=\"_blank\">Predictable Designs<\/a>, a company which helps guide entrepreneurs bringing new electronic products to market. <\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Ultimate Development Board Guide For Beginners<\/p>\n<p><em>This post was written by Abhi Bavishi&nbsp;<\/em>and reposted with permission from <em>the Predictable Designs blog<\/em><\/p>\n<p>If you\u2019re looking to build a proof-of-concept (POC) prototype for a new product idea, your first step is to choose a development kit. It\u2019s actually more complicated than you may imagine, but I\u2019ll explain why.<\/p>\n<p>A development kit (also called a development board) will serve as the brains of your project and will communicate with all the interconnected electronic components.<\/p>\n","protected":false},"author":62,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[42,22],"tags":[],"class_list":["post-68438","post","type-post","status-publish","format-standard","hentry","category-business-tips","category-how-to-make"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Choose The Best Development Kit<\/title>\n<meta name=\"description\" content=\"f you\u2019re looking to build a proof-of-concept (POC) prototype for a new product idea, your first step is to choose a development kit\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Choose The Best Development Kit\" \/>\n<meta property=\"og:description\" content=\"f you\u2019re looking to build a proof-of-concept (POC) prototype for a new product idea, your first step is to choose a development kit\" \/>\n<meta property=\"og:url\" content=\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/\" \/>\n<meta property=\"og:site_name\" content=\"Ponoko\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pages\/Ponoko\/34020780272\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-14T06:06:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-20T21:58:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg\" \/>\n<meta name=\"author\" content=\"Shannon Birt\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Ponoko\" \/>\n<meta name=\"twitter:site\" content=\"@Ponoko\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.ponoko.com\/blog\/how-to-make\/how-to-choose-the-best-development-kit\/\"},\"author\":{\"name\":\"Shannon Birt\",\"@id\":\"https:\/\/www.ponoko.com\/blog\/#\/schema\/person\/4b26edc49b4e0851f8fedfe61b34f914\"},\"headline\":\"How To Choose The Best Development Kit\",\"datePublished\":\"2022-04-14T06:06:52+00:00\",\"dateModified\":\"2022-04-20T21:58:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.ponoko.com\/blog\/how-to-make\/how-to-choose-the-best-development-kit\/\"},\"wordCount\":3714,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg\",\"articleSection\":[\"Business Tips For Makers\",\"How To Make: Design, Prototype &amp; Build Stuff\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ponoko.com\/blog\/how-to-make\/how-to-choose-the-best-development-kit\/\",\"url\":\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/\",\"name\":\"How To Choose The Best Development Kit\",\"isPartOf\":{\"@id\":\"https:\/\/www.ponoko.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg\",\"datePublished\":\"2022-04-14T06:06:52+00:00\",\"dateModified\":\"2022-04-20T21:58:01+00:00\",\"author\":{\"@id\":\"https:\/\/www.ponoko.com\/blog\/#\/schema\/person\/4b26edc49b4e0851f8fedfe61b34f914\"},\"description\":\"f you\u2019re looking to build a proof-of-concept (POC) prototype for a new product idea, your first step is to choose a development kit\",\"breadcrumb\":{\"@id\":\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#primaryimage\",\"url\":\"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg\",\"contentUrl\":\"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg\",\"width\":800,\"height\":533},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ponoko.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Choose The Best Development Kit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ponoko.com\/blog\/#website\",\"url\":\"https:\/\/www.ponoko.com\/blog\/\",\"name\":\"Ponoko\",\"description\":\"Laser Cutting &amp; Engraving News For Startup Engineers\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ponoko.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.ponoko.com\/blog\/#\/schema\/person\/4b26edc49b4e0851f8fedfe61b34f914\",\"name\":\"Shannon Birt\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.ponoko.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2018\/10\/avatar_user_62_1540864341-96x96.jpg\",\"contentUrl\":\"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2018\/10\/avatar_user_62_1540864341-96x96.jpg\",\"caption\":\"Shannon Birt\"},\"url\":\"https:\/\/www.ponoko.com\/blog\/author\/shannon-birt\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Choose The Best Development Kit","description":"f you\u2019re looking to build a proof-of-concept (POC) prototype for a new product idea, your first step is to choose a development kit","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/","og_locale":"en_US","og_type":"article","og_title":"How To Choose The Best Development Kit","og_description":"f you\u2019re looking to build a proof-of-concept (POC) prototype for a new product idea, your first step is to choose a development kit","og_url":"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/","og_site_name":"Ponoko","article_publisher":"https:\/\/www.facebook.com\/pages\/Ponoko\/34020780272","article_published_time":"2022-04-14T06:06:52+00:00","article_modified_time":"2022-04-20T21:58:01+00:00","og_image":[{"url":"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg","type":"","width":"","height":""}],"author":"Shannon Birt","twitter_card":"summary_large_image","twitter_creator":"@Ponoko","twitter_site":"@Ponoko","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#article","isPartOf":{"@id":"https:\/\/www.ponoko.com\/blog\/how-to-make\/how-to-choose-the-best-development-kit\/"},"author":{"name":"Shannon Birt","@id":"https:\/\/www.ponoko.com\/blog\/#\/schema\/person\/4b26edc49b4e0851f8fedfe61b34f914"},"headline":"How To Choose The Best Development Kit","datePublished":"2022-04-14T06:06:52+00:00","dateModified":"2022-04-20T21:58:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.ponoko.com\/blog\/how-to-make\/how-to-choose-the-best-development-kit\/"},"wordCount":3714,"commentCount":0,"image":{"@id":"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#primaryimage"},"thumbnailUrl":"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg","articleSection":["Business Tips For Makers","How To Make: Design, Prototype &amp; Build Stuff"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.ponoko.com\/blog\/how-to-make\/how-to-choose-the-best-development-kit\/","url":"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/","name":"How To Choose The Best Development Kit","isPartOf":{"@id":"https:\/\/www.ponoko.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#primaryimage"},"image":{"@id":"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#primaryimage"},"thumbnailUrl":"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg","datePublished":"2022-04-14T06:06:52+00:00","dateModified":"2022-04-20T21:58:01+00:00","author":{"@id":"https:\/\/www.ponoko.com\/blog\/#\/schema\/person\/4b26edc49b4e0851f8fedfe61b34f914"},"description":"f you\u2019re looking to build a proof-of-concept (POC) prototype for a new product idea, your first step is to choose a development kit","breadcrumb":{"@id":"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#primaryimage","url":"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg","contentUrl":"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2022\/04\/Development-Kit-blog.jpg","width":800,"height":533},{"@type":"BreadcrumbList","@id":"https:\/\/predictabledesigns.com\/how-to-choose-the-best-development-kit-the-ultimate-guide-for-beginners\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ponoko.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Choose The Best Development Kit"}]},{"@type":"WebSite","@id":"https:\/\/www.ponoko.com\/blog\/#website","url":"https:\/\/www.ponoko.com\/blog\/","name":"Ponoko","description":"Laser Cutting &amp; Engraving News For Startup Engineers","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ponoko.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.ponoko.com\/blog\/#\/schema\/person\/4b26edc49b4e0851f8fedfe61b34f914","name":"Shannon Birt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ponoko.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2018\/10\/avatar_user_62_1540864341-96x96.jpg","contentUrl":"https:\/\/www.ponoko.com\/blog\/wp-content\/uploads\/2018\/10\/avatar_user_62_1540864341-96x96.jpg","caption":"Shannon Birt"},"url":"https:\/\/www.ponoko.com\/blog\/author\/shannon-birt\/"}]}},"_links":{"self":[{"href":"https:\/\/www.ponoko.com\/blog\/wp-json\/wp\/v2\/posts\/68438","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ponoko.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ponoko.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ponoko.com\/blog\/wp-json\/wp\/v2\/users\/62"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ponoko.com\/blog\/wp-json\/wp\/v2\/comments?post=68438"}],"version-history":[{"count":10,"href":"https:\/\/www.ponoko.com\/blog\/wp-json\/wp\/v2\/posts\/68438\/revisions"}],"predecessor-version":[{"id":68482,"href":"https:\/\/www.ponoko.com\/blog\/wp-json\/wp\/v2\/posts\/68438\/revisions\/68482"}],"wp:attachment":[{"href":"https:\/\/www.ponoko.com\/blog\/wp-json\/wp\/v2\/media?parent=68438"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ponoko.com\/blog\/wp-json\/wp\/v2\/categories?post=68438"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ponoko.com\/blog\/wp-json\/wp\/v2\/tags?post=68438"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}