- Hands-On Embedded Programming with C++17
- Maya Posch
- 107字
- 2021-08-20 10:20:49
Hardware
The block diagram of the clubstatus system looks as follows:

For the SBC platform, we use a Raspberry Pi, either the Raspberry Pi B+ model or a newer member of the B-series, such as the Raspberry Pi 3 Model B:

The main features we are looking for in the SBC system are an Ethernet connection and, of course, the Raspberry Pi-compatible general-purpose input/output (GPIO) header.
With this board, we'll use a standard Raspbian OS installation on the μSD card. No special configuration is needed beyond this. The primary reason for choosing the B+ model or similar is that these have a standard mounting hole pattern.
推薦閱讀
- 龍芯應用開發標準教程
- Python GUI Programming:A Complete Reference Guide
- VCD、DVD原理與維修
- Creating Flat Design Websites
- Intel Edison智能硬件開發指南:基于Yocto Project
- Java Deep Learning Cookbook
- Wireframing Essentials
- 計算機電路基礎(第2版)
- 觸摸屏應用技術從入門到精通
- Angular 6 by Example
- FPGA實戰訓練精粹
- 計算機組裝與維護(慕課版)
- CPU設計實戰:LoongArch版
- Arduino項目開發:智能控制
- Learn Human:Computer Interaction