• Complain

Monk - Make Action

Here you can read online Monk - Make Action full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2016, publisher: Maker Media, Inc, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Monk Make Action
  • Book:
    Make Action
  • Author:
  • Publisher:
    Maker Media, Inc
  • Genre:
  • Year:
    2016
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Make Action: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Make Action" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Beginning with the basics and moving gradually to greater challenges, this book takes you step-by-step through experiments and projects that show you how to make your Arduino or Raspberry Pi create and control movement, light, and sound ... Using these widely available and inexpensive platforms, youll learn to control LEDs, motors of various types, solenoids, AC (alternating current) devices, heaters, coolers, displays, and sound. Youll even discover how to monitor and control these devices over the Internet. Working with solderless headboards, youll get up and running quickly, learning how to make projects that are as fun as they are informative--Back cover.

Make Action — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Make Action" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Make: Action

by Simon Monk

Copyright 2016 Simon Monk. All rights reserved.

Printed in Canada.

Published by Maker Media, Inc. , 1160 Battery Street East, Suite 125, San Francisco, CA 94111.

Maker Media books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safaribooksonline.com). For more information, contact OReilly Medias institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Editor: Roger Stewart
  • Production Editor: Nicole Shelby
  • Technical Reviewer: Duncan Amos
  • Copyeditor: Jasmine Kwityn
  • Proofreader: Kim Cofer
  • Indexer: Ellen Troutman
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Rebecca Demarest
  • January 2016: First Edition
Revision History for the First Edition
  • 2016-02-02: First Release
  • 2016-07-29: Second Release

See http://oreilly.com/catalog/errata.csp?isbn=9781457187797 for release details.

Make:, Maker Shed, and Maker Faire are registered trademarks of Maker Media, Inc. The Maker Media logo is a trademark of Maker Media, Inc. Make: Action and related trade dress are trademarks of Maker Media, Inc.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and Maker Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps.

While every precaution has been taken in the preparation of this book, the publisher and authors assume no responsibility for errors or omissions, or for damages resulting from the use of the information contained herein.

978-1-457-18779-7

[TC]

Chapter 1. Introduction

The Arduino and Raspberry Pi make it easier than ever for a hobbyist to get into the world of electronics. Perhaps you want to set up a DIY home automation system so that you can control your lights and heating over your WiFi network, or simply control some motors.

This book will show you how to use the popular Raspberry Pi and Arduino platforms so that your Pi or Arduino can make and control movement, light, and sound.

Arduino and Pi

Although the Arduino and Raspberry Pi are both small, credit cardsized circuit boards, they are actually quite different devices. The Arduino is a very simple microcontroller board that does not run an operating system of any sort, whereas the Raspberry Pi is a tiny computer that runs Linux and also happens to be able to interface to external electronics.

Raspberry Pi

If you are new to electronics, but comfortable using computers, then the Raspberry Pi is going to be the more familiar device. The Raspberry Pi () really is a very small version of a regular computer running Linux. It has USB ports for you to attach a keyboard and mouse as well as HDMI video output to connect to a monitor or TV and audio output.

Figure 1-1 A Raspberry Pi 2 The Raspberry Pi has an Ethernet port to connect - photo 1
Figure 1-1. A Raspberry Pi 2

The Raspberry Pi has an Ethernet port to connect it to your network and will also accept USB WiFi adapters. Power is supplied to the Raspberry Pi using a microUSB socket.

A microSD card is used for storage rather than a conventional disk drive. This card contains both the operating system and all your documents and programs.

The Raspberry Pi was created in the UK, primarily to serve as a low-cost computer to help with teaching computer basics, particularly Python programming, to school kids. In fact, the name Pi is said to be derived from the Py of Python.

A few things set the Raspberry Pi apart from a regular desktop or laptop computer running Linux:

  • It costs just $40 (a cut-down Raspberry Pi called the model A+ is also available for a lower price and the model zero for an even lower price).
  • It uses under 5 watts of power.
  • The Raspberry Pi has a double row of general-purpose input/output (GPIO) pins. From these pins, you can control LEDs, displays, motors, and all the different types of output devices that you will work with later in this book.

In addition, the Raspberry Pi can also be connected to the Internet using WiFi or a LAN cable, making it suitable for Internet of Things projects ().

The specs for the Raspberry Pi 2 (the latest and best version at the time of writing) are as follows:

  • ARM v7 900 MHz quad-core processor
  • 1 GB DDR2 memory
  • 10.100 BaseT Ethernet
  • 4 USB 2.0 ports
  • HDMI video out
  • Camera interface socket
  • 40-pin GPIO header (all pins operate at 3.3V)

If you are new to Raspberry Pi, there is a primer to get you up and running with the hardware and also the Python programming language in .

Arduino

There is quite a wide range ). The Arduino is a little cheaper than a Raspberry Piyou can purchase an Arduino Uno for around $25.

Figure 1-2 An Arduino Uno Revision 3 If you are accustomed to working on a - photo 2
Figure 1-2. An Arduino Uno Revision 3

If you are accustomed to working on a regular computer, the Arduinos specifications will probably seem grossly inadequate. It has just 34 KB of memory (of various types). That means that the Raspberry Pi has roughly 30,000 times as much memory, without even including the flash memory of the Pis SD card! Whats more, the Arduino Uno has a processor clocked at just 16MHz. You cannot attach a keyboard, mouse, or monitor to the Arduino, and it does not run an operating system.

You may wonder how this little device can actually do anything useful. The secret to the Arduinos usefulness lies in its very simplicity. There is no operating system to boot up, or other interfaces that you may not need in a project that would simply add cost and consume power.

Whereas the Raspberry Pi is a general computer, the Arduino concentrates on doing one thing wellconnecting to and controlling electronics.

To program an Arduino, you need a regular computer (you can even use a Raspberry Pi if you want). On the computer you choose, youll need to run an integrated development environment (IDE), which allows you to write a program to be downloaded to the built-in flash memory on the Arduino.

The Arduino can only run one program at a time, and once it is programmed, it will remember that program and automatically run it as soon as it is powered up.

Arduinos are designed to accept shields, which are boards thatplug on top of the Arduinos input/output sockets and add extra hardware features, such as various types of display, as well as Ethernet and WiFi adapters.

You program an Arduino using ).

Choosing a Device: Arduino or Pi?

One of the reasons this book explains how to connect electronics to both Arduino and Raspberry Pi is that some projects are better suited to a Raspberry Pi and some to an Arduino. Other boards that lie in between these extremes are generally close enough to either an Arduino or Raspberry Pi that this book will be of use in working out how to use them.

When embarking on a new project, my rule of thumb is to use an Arduino by default. However, if the project has one of the following requirements, then a Raspberry Pi is probably a better choice:

  • Internet or network connectivity
  • The need for a large screen
  • The need to attach keyboard and mouse
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Make Action»

Look at similar books to Make Action. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Make Action»

Discussion, reviews of the book Make Action and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.