- Raspberry Pi Mechatronics Projects HOTSHOT
- Sai Yamanoor Srihari Yamanoor
- 395字
- 2021-07-23 20:31:34
A quick introduction to the Raspberry Pi
If we search for the term Raspberry Pi over the web or open the Raspberry Pi Foundation's webpage, we will find that the Raspberry Pi is a computer that is the size of a credit card.

Parts of a Raspberry Pi
Features of a Raspberry Pi
The Raspberry Pi Foundation (http://www.raspberrypi.org/) initially released the Raspberry Pi model B. This was followed by the Raspberry Pi model A. In 2014, the Raspberry Pi foundation released variants B+ and A+. The Raspberry Pi models A and A+ (costing 25 USD and 20 USD respectively) do not come with an Ethernet port, a USB port and 256 MB RAM. The model A+ replaced model A while the model B+ replaced model B. The model B (price: 35 USD) came with an Ethernet port, 2 USB ports, and 512 MB RAM; model B+, which supersedes model B, comes with 40 pin GPIO header as opposed to 26 in the earlier models, and has 4 USB ports and a micro SD card slot instead of the SD slot. Per the Raspberry Pi Foundation website, model B+ (as well as model A+) consumes lower power, has better audio and a better form factor, which we certainly concur with. The model A+ also comes with a 40 pin GPIO header and a micro SD card slot. The models A+ and B+ have nine more GPIO pins than their predecessors.
The objective of this book is to build cool projects using the Raspberry Pi. We will discuss the components of Raspberry Pi from this perspective. If you are interested in finding out more about the Raspberry Pi, the Raspberry Pi Foundation's webpage has published the technical specifications of all the components.
First, we will discuss the components available on the Raspberry Pi and the use of these components in our projects. The components of the Raspberry Pi include:
- 2 USB ports (1 USB port available in model A)
- Ethernet port (available only in models B and B+)
- RCA output
- HDMI output
- Audio output
- Low level peripherals, which include:
- GPIO (General Purpose Input Output)
- UART/Serial Port (Universal Asynchronous Receiver Transmitter)
- I2C (two wire interface)
- SPI (Serial Peripheral Interface)
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- 架構(gòu)不再難(全5冊(cè))
- Leap Motion Development Essentials
- 構(gòu)建移動(dòng)網(wǎng)站與APP:HTML 5移動(dòng)開發(fā)入門與實(shí)戰(zhàn)(跨平臺(tái)移動(dòng)開發(fā)叢書)
- 面向STEM的Scratch創(chuàng)新課程
- Practical Windows Forensics
- MySQL數(shù)據(jù)庫(kù)基礎(chǔ)實(shí)例教程(微課版)
- Scala謎題
- Mastering Apache Storm
- Laravel Application Development Blueprints
- Greenplum構(gòu)建實(shí)時(shí)數(shù)據(jù)倉(cāng)庫(kù)實(shí)踐
- Java 11 and 12:New Features
- Spring Boot從入門到實(shí)戰(zhàn)
- Java Web 從入門到項(xiàng)目實(shí)踐(超值版)
- Swift編程實(shí)戰(zhàn):iOS應(yīng)用開發(fā)實(shí)例及完整解決方案