Book Image

Mastering Arduino

By : Jon Hoffman
Book Image

Mastering Arduino

By: Jon Hoffman

Overview of this book

Mastering Arduino is an all-in-one guide to getting the most out of your Arduino. This practical, no-nonsense guide teaches you all of the electronics and programming skills that you need to create advanced Arduino projects. This book is packed full of real-world projects for you to practice on, bringing all of the knowledge in the book together and giving you the skills to build your own robot from the examples in this book. The final two chapters discuss wireless technologies and how they can be used in your projects. The book begins with the basics of electronics, making sure that you understand components, circuits, and prototyping before moving on. It then performs the same function for code, getting you into the Arduino IDE and showing you how to connect the Arduino to a computer and run simple projects on your Arduino. Once the basics are out of the way, the next 10 chapters of the book focus on small projects centered around particular components, such as LCD displays, stepper motors, or voice synthesizers. Each of these chapters will get you familiar with the technology involved, how to build with it, how to program it, and how it can be used in your own projects.
Table of Contents (23 chapters)

Dupont (jumper) cables

Dupont cables, also known as jumper wire, are used to wire components together when using a solderless breadboard. These cables come in three types: male-male, male-female and female-female. When using these cables with a solderless breadboard, and the Arduino, we typically use cables that have male connectors on both ends; however, there are some components that already have male connectors on them, so it is worthwhile having some male-female cables as well. The following photograph shows what the male connectors look like at the end of the Dupont cables:

It is pretty cheap to purchase premade Dupont cables but if you want to customize the length you can make them yourself by purchasing a crimper and some ends. These cables are not that hard to make but I would recommend starting off by purchasing premade ones.

...