- Learning BeagleBone Python Programming
- Alexander Hiam
- 363字
- 2021-07-16 13:37:31
Tools and additional hardware
The majority of the demo programs in this book use external hardware that must be purchased separately. Each time a demo program is given, which requires additional parts, they will be listed by part number and/or description. We will do our best to use the most readily available and lowest cost parts. All of the parts used can be purchased from one or more of the following resources:
- SparkFun: https://www.sparkfun.com/
- Adafruit Industries: http://www.adafruit.com/
- Digi-Key: http://www.digikey.com/
- Mouser: http://www.mouser.com/
- Farnell / Newark / Element14: http://www.farnell.com/
The circuits in each demo will be assembled using solderless breadboard and jumper wires. Both come in many different shapes and sizes.

Breadboards and jumper wires can be purchased from any of the preceding links, and you'll probably want to start out with one standard-sized breadboard and a jumper wire kit, such as that from Adafruit:
- Breadboard: http://www.adafruit.com/products/239
- Jumper wires: http://www.adafruit.com/products/153
That should provide enough breadboard space and jumper wires to assemble most, if not all, of the demo circuits in this book.
Just like with software, it is inevitable when assembling hardware that things won't always work the first time. There are many tools that can greatly reduce the time it takes to fix these problems. The most useful for the circuits in this book will be a multimeter, which is a tool that measures voltage and current, and often additional properties such as resistance, capacitance, and frequency. Both SparkFun and Adafruit carry very affordable digital multimeters. While these are not high quality measurement tools, they are certainly suitable for these circuits. Though not essential, I would highly recommend having some sort of multimeter on hand when building the circuits in this book.
More helpful than a multimeter for debugging tools such as PWM and serial protocols is an oscilloscope, which shows you a plot of voltage over time to visualize many different signals in a circuit. This is a more expensive tool, and will be less necessary for these circuits. Throughout the book, however, you will see screen captures of an oscilloscope to show various signals, and it should become evident just how helpful they can be. Again, Adafruit and SparkFun carry affordable oscilloscopes.
- DB2 V9權威指南
- Architecting the Industrial Internet
- Vue.js 3.0源碼解析(微課視頻版)
- 你必須知道的204個Visual C++開發問題
- STM32F0實戰:基于HAL庫開發
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- Angular開發入門與實戰
- C#程序設計教程(第3版)
- Red Hat Enterprise Linux Troubleshooting Guide
- Django 5企業級Web應用開發實戰(視頻教學版)
- Android應用開發實戰(第2版)
- 愛上C語言:C KISS
- Go語言入門經典
- 百萬在線:大型游戲服務端開發
- C#網絡編程高級篇之網頁游戲輔助程序設計