- Raspberry Pi By Example
- Ashwin Pajankar Arush Kakkar
- 176字
- 2021-07-16 11:24:13
Single-board computers
A single-board computer system is a complete computer on a single circuit board. The board includes a processor(s), RAM, input/output (I/O), and networking ports for interfacing devices. Unlike traditional computer systems, a single-board computer is not modular and its hardware cannot be upgraded as it is integrated on the board itself. Single-board computers are used as low-cost computers in academia, research, and embedded systems. The use of single-board computers in embedded systems is quite prevalent and many individuals and organizations have developed and released fully functional products based on single-board computers.
The Microcomputer Trainer MMD-1 designed by John Titus in 1976 is the first true single-board microcomputer that was based on the Intel C8080A. It was called dyna -micro in the prototyping phase, and the production units were called MMD-1 (short for Mini Micro Designer 1).
Popular single-board computers available in the market include but are not limited to Raspberry Pi, Banana Pro, BeagleBone Black, and Cubieboard. The following images are of the front view of BeagleBone Black, Banana Pro, and Cubieboard 4, respectively:

- Designing Machine Learning Systems with Python
- 自己動手寫搜索引擎
- Java入門經典(第6版)
- Linux C/C++服務器開發實踐
- SQL Server 2016從入門到精通(視頻教學超值版)
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- 劍指JVM:虛擬機實踐與性能調優
- Learning Data Mining with R
- 利用Python進行數據分析(原書第3版)
- ANSYS Fluent 二次開發指南
- Swift語言實戰精講
- Visual Basic程序設計上機實驗教程
- Building Serverless Web Applications
- 后臺開發:核心技術與應用實踐
- Test-Driven iOS Development with Swift