Difference between revisions of "Demo board"

From OpenCircuits
Jump to navigation Jump to search
(add a bunch of microcontroller demo boards)
(yet more little boards for prototyping)
Line 37: Line 37:
 
* [http://www.instructables.com/id/EBHMG9LHPCEWIFO3BC/ Instructables: Modules, bootloaders, and "hidden" microcontrollers] also lists many demo boards.
 
* [http://www.instructables.com/id/EBHMG9LHPCEWIFO3BC/ Instructables: Modules, bootloaders, and "hidden" microcontrollers] also lists many demo boards.
 
* Some people are looking for a "a plugin PCB, with a DIP-like interface" that can run Linux: [http://www.embeddedrelated.com/usenet/embedded/show/115403-1.php "Developing Embedded Systems (uC-Linux) on Breadboards."] ''Does such a thing exist ?''
 
* Some people are looking for a "a plugin PCB, with a DIP-like interface" that can run Linux: [http://www.embeddedrelated.com/usenet/embedded/show/115403-1.php "Developing Embedded Systems (uC-Linux) on Breadboards."] ''Does such a thing exist ?''
 +
* [http://www.psfk.com/2015/09/digital-tools-democratizing-making-maker-movement-diy-electronic-kits.html "10 Digital Tools Democratizing Making"]
  
 
=== Demo boards, in no particular order ===
 
=== Demo boards, in no particular order ===
Line 114: Line 115:
 
[[Motherboards that run Linux]]
 
[[Motherboards that run Linux]]
 
are based on a high-end ARM processor.
 
are based on a high-end ARM processor.
* BeagleBone Black
+
* [[BeagleBone]] Black
* Raspberry Pi
+
* Raspberry Pi ([[R Pi Notes]])
  
  
Line 179: Line 180:
 
** [http://www.electrodragon.com/w/ESP8266_GCC_SDK "ESP8266 GCC SDK"].
 
** [http://www.electrodragon.com/w/ESP8266_GCC_SDK "ESP8266 GCC SDK"].
 
** [https://github.com/pfalcon/esp-open-sdk "esp-open-sdk"]
 
** [https://github.com/pfalcon/esp-open-sdk "esp-open-sdk"]
 +
 +
* Edison
 +
 +
* Cloudbit
 +
 +
* Apollo
 +
** Brian Benchoff writes about [http://hackaday.com/2014/09/24/apollo-the-everything-board/ "Apollo, the everything board"].
 +
** http://www.carbonorigins.com/apollo
 +
 +
 +
*littleBits has a huge number of small demo boards that connect and do things without programming, without a microprocessor.
 +
** [http://littlebits.cc/ littleBits electronics]: "Our mission is to democratize hardware";
 +
** a pretty active [http://discuss.littlebits.cc/ littleBits discussion forum]
 +
** a pretty active [http://littlebits.cc/community/chapters littleBits community].
 +
** [http://littlebits.cc/bitlab the bitLab], "an app store for hardware".
 +
** [http://www.microcomms.co.uk/it-services/planit-primary/planit-primary-littlebits/ littleBits at PlanIT]
 +
** [http://www.cnet.com/au/news/littlebits-heads-to-space-with-new-nasa-approved-kit/ "LittleBits enters space with NASA-backed kit"]
 +
*Some technical details for people who want to build their own customized littleBits modules (and perhaps after that get your module featured in the the bitLab):
 +
** [http://littlebits.cc/tips-tricks/hdk-tips-tricks HDK Tips & Tricks];
 +
** the book by Ayah Bdeir, Matt Richardson: [https://books.google.com/books?id=i4SwCAAAQBAJ "Make: Getting Started with littleBits: Prototyping and Inventing with Modular Electronics"];
 +
** [[littleBits]]
 +
** [https://github.com/littlebitselectronics/eagle-files "The littleBits Eagle Files Repository"]
 +
** [https://github.com/littlebits "more littleBits github repositories"]
 +
** [http://discuss.littlebits.cc/c/hardware the "Hardware" section of the littleBits discussion forum]
 +
 +
* [https://samlabs.me/ SAM labs]
 +
** ["SAM: The Ultimate Internet Connected Electronics Kit"]
 +
** [http://techcrunch.com/2014/09/29/sam-is-a-wireless-electronics-kit-that-wants-to-make-coding-connected-objects-super-simple/ "SAM Is A Wireless Electronics Kit That Wants To Make Coding Connected Objects Super Simple"] says "The SAM hardware kit schematics and board designs will definitely be open sourced."
 +
** [http://storyboard.me/samlabs Samlabs wireless electronics kit]
  
 
Demo boards are one of several techniques for rapidly prototyping circuits -- see [[Techniques#Circuit construction .28Prototyping - Other than custom PCB.29]] for a few more.
 
Demo boards are one of several techniques for rapidly prototyping circuits -- see [[Techniques#Circuit construction .28Prototyping - Other than custom PCB.29]] for a few more.

Revision as of 08:05, 30 September 2015

Small PCBs (is there a better term than "small PCB" for the sorts of PCBs that are specifically designed to be hacked and modified -- they have pins that are perfectly aligned to be plugged into a solderless breadboard, or they have a prototyping area on-board?)

Designed to be used as a components.

Rather than buying a raw microcontroller, many people buy a small PCB that includes the microcontroller and other essential Popular Parts on a tiny little microcontroller development board. Many such boards are demo board, easy to plug into your solderless breadboard (or your custom PCB) that has just a few more things that make your project special.

Later I learn: "A plugin is a small electronic plug-in module capable of being plugged directly into a breadboard, that fulfills a (usually simple) function." I also discover some people call these things "breadboardable" or "DIP-like"[1][2] or "breadboard compatible"[3].

Occasionally called a "breakout board" or "adapter board".

further reading

Form factor comparisons and reviews

What are standard interfaces between a "CPU board" and a "I/O board"? If none of the standard interfaces are quite what I want, what are good things to keep in mind when designing a new interface?


Demo board comparisons and reviews

Lists of demo boards

Demo boards, in no particular order

PIC based boards

  • Ready to use daughter boards based on PIC microcontrollers. Each model is designed to meet different price/performance requirements with the smallest possible footprint
  • OOPic: The Object-Oriented PIC. The "ooPIC-S" board is a PCB with a large prototyping area and a PIC16F877. The "ooPIC-C" is a tiny stamp-like PCB that plugs into a solderless breadboard. Both hold a PIC16F877, a Flash memory chip, 3 LEDs, a voltage regulator, and a RS-232 tranciever). Both run the "ooPIC III+" firmware.

by Brian Schmalz ... "The UBW board ... contains a Microchip PIC USB-capable microcontroller, headers to bring out all of the PICs signal lines (to a breadboard for example) ... costs about $15-$20 to build and is powered from the USB connection. ... All tools used to design this project are free, and the design is open to anyone to use for whatever they wish. Please build your own and improve upon it! If you don't want to build your own, you can buy them assembled and tested ... SparkFun hosts a USB forum where the UBW is a common discussion topic."

  • Dontronics sells a variety of PIC-oriented proto boards and development boards (as well as development boards for several other popular microprocessors).
  • iRX Prototyping Board: a simple but malleable prototyping board for PIC based projects. It features the EEPROM programmable PIC16F84A, an MAX233 for RS232 port and infrared I/O. About half of the board is an empty prototyping area. Compare: Atmex.
  • Sirius microSystems has several "easily hackable" development boards, mostly based on Microchip PICmicro. Also posts circuits and schematic diagrams under a "Creative Commons Attribution-Noncommercial-Share Alike 3.0 License", making them "open hardware".
  • microEngineering Labs, Inc. specializes in development tools for Microchip PIC® microcontrollers." Lots of completely empty boards designed to be stuffed with various PICmicro chips and associated components ... such as the $19.95 PICPROTO-USB -- compatible with 28 and 40-pin devices, this board is equipped with additional USB circuitry and connector for use with the USB-equipped PICmicros like the 16C745 and 18F4550.
  • E8100 based on dsPIC33F OEM single board sized in credit card footprint
  • E8140 based on PIC18F4680 single low cost board sized for minimum footprint
  • E8160 based on PIC18F2510single low cost board sized for minimum footprint
  • PIC BASIC Stamp
  • PIC C Stamp intended to be a step up from the BASIC Stamp; uses a PIC18F6520 (32 KByte flash, 2 KByte RAM)


Arduino boards

  • There's a huge number of AVR-based Arduino-like boards at Arduino Links, most of which are breadboard-friendly.
  • Light Blue Bean - Arduino-compatible board; "upload the sketch over Bluetooth LE"

MIPS boards

ARM boards

  • ARM links - there are a growing number of Arduino-like embedded ARM boards, offering more CPU power than Arduino but many of the same capabilities.

There seem to be 3 main categories of ARM boards: (is there a better way to categorize them?)

  • ARM boards intended to run a very small program (possibly using a simple real-time operating system RTOS) written in a low-level language. These tend to be smaller and run longer on batteries, so are better for wearables.
  • ARM boards intended to run a single program written in JavaScript.
  • ARM boards intended to run Linux (which requires a MMU) and display graphics on a computer monitor (which requires much more hardware and drains batteries faster than the above boards).

Most (all?) of the Motherboards that run Linux are based on a high-end ARM processor.


Other demo boards

  • AMPS is a modular prototyping system for microcontrollers from Technological Arts, focused primarily on HC11, HC12, S12 and S12X chips from Freescale. It's like lego for microcontrollers because all the connectors and form-factors of the "Adapt" cards are standardized and interchangeable, enabling you to arrange them in various ways. (http://www.technologicalarts.ca/catalog/index.php?cPath=50)
  • Esduino (http://www.technologicalarts.ca/catalog/index.php?cPath=50_166) is an Arduino hardware-compatible board utilizing a Freescale 9S12C 16-bit microcontroller
  • $4.30 TI MSP430 LaunchPad
  • Bread Board Power Supply -- a tiny little board that fits between a wall-wart and plugs into a solderless breadboard to supply regulated power. It accepts a wide variety of wall-warts because its full-wave rectifier and LM317 handle a wide range of AC and DC power supply, and its screw terminal headers let you plug in the wires.


  • A huge list of Makezine kits, a few of which ("Daisy MP3 player", some of the RepRap projects, "The IR-ritator", etc.) use PICmicros, a few others that use Atmel AVRs (TV-B-Gone, etc.), one that uses a Freescale processor ...
  • AVR BlinkM, which can be used as a AVR ATtiny45 development board
  • SpinStudio, a system designed for development using Parallax's Propeller(TM) Microcontroller.
  • AVR Atmex: An entry-level Atmel Experimentation System. less than $10; includes Atmel ATtiny2313; a DB-9 and MAX232 for serial communication and downloading new programs (using a bootloader); LED. About half of the board is an empty prototyping area. Meant to be better than the iRX board.
  • ...
  • "NanoCore12", much like the BASIC Stamp but using a Motorola/Freescale HCS12 instruction set http://www.nanocore12.com/ from Technological Arts. It has a free object-based programming environment for Windows, called nqBASIC (http://www.nqBASIC.com)
  • Micromint http://www.micromint.com/ sells little boards with DIP pinouts (and so can plug into protoboards) based on ARM7, Atmel AVR, and 8051 cores ...
  • ...
  • "The uCsimm module is a microcontroller module built specifically for the uClinux Operating System. It stands an inch high, with a standard 30-pin SIMM form factor. ... The uCsimm is driven by a Motorola DragonBall 68EZ328 processor, and comes well equiped with 2 MB of FLASH and 8Mb of DRAM. We have also included a 10Base-T ethernet and RS 232 high-speed serial." http://uclinux.org/ucsimm/
  • "The Minotaur BF537 is a sub miniature Computer On Module ... 26.5mm x 26.5mm x 4.2mm ... 10/100 Ethernet MAC and PHY onboard ... uClinux support" http://www.camsig.co.uk/products.htm
  • ...
  • Some people use the AT90USBKey as a prototyping board.
  • "Picotux was the smallest computer running Linux in the world. ... 35 mm × 19 mm × 19 mm and just barely larger than [its] RJ45 connector" and its DB9 serial connector. "... Two communication interfaces are provided, 10/100 Mbit/s half/full duplex Ethernet and a serial port with up to 230.400 bit/s. Five additional lines can be used for either general input/output or serial handshaking. ... 55 MHz 32-bit ARM7 Netsilicon NS7520 processor, with 2 MB of Flash Memory (750 KB of which contains the OS) and 8 MB SDRAM Memory. The operating system is µClinux" -- Wikipedia: Picotux
  • AVR StAVeR-24M32 "a microcontroller module based on an Atmel ATmega32 in a small DIP24 package with a standard pin out."
  • Copper (AVR32 Stick) "Copper is an Atmel AVR32 UC3B1256 mounted on a DIP32 breadboard friendly module, giving you the smallest AVR32 development board available (and one of the cheapest!). Features integrated voltage regulator, USB connector, and in-system programming via the USB port. ... The board design and schematics are available under the Creative Commons Attribution Share-Alike 3.0 license. ... 256KB of flash, 32KB of RAM, on board USB, up to 60MHz CPU clock ..."
  • Tessel -- runs JavaScript on the board itself
  • Espruino -- runs JavaScript on the board itself
  • Digi XBee radio transcievers
  • Particle.io Photon (formerly Spark.io Photon) - includes ARM Cortex M3 and Wi-Fi
  • Particle.io Electron (formerly Spark.io Photon) - includes ARM Cortex M3 and 2G/3G cellular
  • The WunderBar [4] - includes Wi-Fi
  • Microview
  • Metawear
  • Edison
  • Cloudbit


Demo boards are one of several techniques for rapidly prototyping circuits -- see Techniques#Circuit construction .28Prototyping - Other than custom PCB.29 for a few more.