- Arduino by Example
- Adith Jagadish Boloor
- 134字
- 2021-07-16 20:06:31
Prerequisites
Well, you can't jump onto a horse without putting on a saddle first, can you? This section will cover what components you need to start coding on an Arduino. These can be purchased from your favorite electrical hobby store or simply ordered online.
Materials needed
- 1x Arduino-compatible board such as an Arduino UNO
- 1x USB cable A to B
- 2x LEDs
- 2x 330? resistors
- A mini breadboard
- 5x male-to-male jumper wires
Note
The UNO can be substituted for any other Arduino board (Mega, Leonardo, and so on) for most of the projects. These boards have their own extra features. For example, the Mega has almost double the number of I/O (input/output) pins for added functionality. The Leonardo has a feature that enables it to control the keyboard and mouse of your computer.
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- 精通Nginx(第2版)
- Learn TypeScript 3 by Building Web Applications
- 造個小程序:與微信一起干件正經事兒
- 兩周自制腳本語言
- Interactive Data Visualization with Python
- 零基礎輕松學SQL Server 2016
- C#實踐教程(第2版)
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- HTML5移動Web開發
- Access數據庫應用教程(2010版)
- C/C++代碼調試的藝術(第2版)
- Go Systems Programming
- VMware vSphere 5.5 Cookbook
- 優化驅動的設計方法