start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
start [2022/02/25 09:41] – [PCB Manufacturing] benhstart [2022/04/05 14:08] – [Embedded Systems] jtamo3
Line 139: Line 139:
   * Beaglebone   * Beaglebone
   * TI launchpads   * TI launchpads
 +
 +
 +----
 +There's no such thing as a 'best' microcontroller. It all depends on what you want to do. Therefore, depending on your needs, one microcontroller might be more appropriate. For example, the fastest chips tend to use more power than the slowest ones. The boards with the most I/O pins are bigger (and usually cost more) than ones with fewer features. Below is a list of aspects to consider when choosing a microcontroller.
 +
 +== Power Efficiency ==
 +How much processing power do you require for the task? Will a single-core processor suffice, or do you need a dual-core?
 + 
 +The Pi4B requires a 5V at 3A power supply. It can be supplied over USB-C or GPIO. If attached downstream USB devices consume less than 500mA, a 5V, 2.5A supply may be used.
 + 
 +The Arduino requires 2.7-5.5 volts.
 +
 +== Hardware Interface ==
 +USB, Wi-Fi, Bluetooth, audio, video, or camera. Depending on the use, some microcontrollers provide more hardware interfaces than others.
 +The number of analogs and digital inputs should be taken into consideration. These are essentials and help interface with the outside world. Arduino provides 10 bits of resolution at the input/output pins, i.e. 1024 different values. Arduino can be used to communicate with a computer, another Arduino board, or other microcontrollers.
 +
 +== Software Architecture ==
 +Some microcontrollers are operable on multiple OSs, and others are not. If you need to scale, it is better to use the same software architecture to increase interoperability.
 +What is interoperability?
 +Interoperability is a characteristic of a product or system to work with other products or systems.
 +Arduino Pro Mini does not have a programmer. Therefore, it is best where the system is a permanent installation. In permanent applications, the board only needs to be programmed once, and that is all. In those cases, features provided like USB programmer, I/O connectors, and other supporting hardware are useless.
 +
 +== Processing Power ==
 +The major questions here are: How much processing power do you require for the task, will a single-core processor suffice, or do you need a dual-core? Keep in mind that a multicore processor will be significantly faster but will consume a lot more energy. Therefore, you would want to consider if a multicore is necessary.
 +
 +== Security ==
 +IoT is subject to various hacking attacks nowadays. In response, microcontroller makers are implementing layers of security such as cryptography and physical security.
 +
 +== Temperature Tolerance ==
 +The environment where the microcontroller will be operating plays a significant role.
 +
 +== Cost ==
 +This might not be relevant in the case of the Hive Markerspace assuming all microcontrollers are loaned for free. However, whenever designing an embedded system, you always think about its affordability. Who is your target audience? Considering your cost of production, do you think this is an affordable product for your general audience? A microcontroller’s price can be a significant portion of your production cost. 
 +
 +For more information about microcontroller selection criterias, click [[https://components101.com/microcontrollers|here]]
 +
 Items are available for checkout at the front desk. We do //not// sell electronics parts. If you need to purchase a part, please visit an online vendor. For more information on borrowing components, see [[front-desk|the front desk]]. Items are available for checkout at the front desk. We do //not// sell electronics parts. If you need to purchase a part, please visit an online vendor. For more information on borrowing components, see [[front-desk|the front desk]].
   * Add more resources and pages on getting started with embedded systems! Logistics do not go here.   * Add more resources and pages on getting started with embedded systems! Logistics do not go here.
  • start.txt
  • Last modified: 2024/04/29 14:48
  • by benh