Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Arduino Cookbook (repost)

Posted By: interes
Arduino Cookbook (repost)

Arduino Cookbook By Michael Margolis
2011 | 660 Pages | ISBN: 0596802471 | PDF | 10,7 MB

Create your own toys, remote controllers, alarms, detectors, robots, and many other projects with the Arduino device. This simple microcontroller board lets artists and designers build a variety of amazing objects and prototypes that interact with the physical world. With this cookbook you can dive right in and experiment with more than a hundred tips and techniques, no matter what your skill level is.

The recipes in this book provide solutions for most common problems and questions Arduino users have, including everything from programming fundamentals to working with sensors, motors, lights, and sound, or communicating over wired and wireless networks. You'll find the examples and advice you need to begin, expand, and enhance your projects right away.

• Get to know the Arduino development environment
• Understand the core elements of the Arduino programming language
• Use common output devices for light, motion, and sound
• Interact with almost any device that has a remote control
• Learn techniques for handling time delays and time measurement
• Use simple ways to transfer digital information from sensors to the Arduino device
• Create complex projects that incorporate shields and external modules
• Use and modify existing Arduino libraries, and learn how to create your own