• Complain

Shovic - Raspberry Pi IoT Projects: Prototyping Experiments for Makers

Here you can read online Shovic - Raspberry Pi IoT Projects: Prototyping Experiments for Makers full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: New York, year: 2016, publisher: Apress, genre: Romance novel. 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.

Shovic Raspberry Pi IoT Projects: Prototyping Experiments for Makers
  • Book:
    Raspberry Pi IoT Projects: Prototyping Experiments for Makers
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2016
  • City:
    New York
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Raspberry Pi IoT Projects: Prototyping Experiments for Makers: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Raspberry Pi IoT Projects: Prototyping Experiments for Makers" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

This book is designed for entry-through-intermediate-level device designers who want to build their own Internet of Things (IoT) projects for prototyping and proof-of-concept purposes. Expert makers may also find interesting new approaches. Raspberry Pi IoT Projects contains the tools needed to build a prototype of your design, sense the environment, communicate with the Internet (over the Internet and Machine to Machine communications) and display the results. Several IoT projects and designs are shown from the start to the finish including an IoT Heartbeat Monitor, an IoT Swarm, IoT Solar Powered Weather Station, an IoT iBeacon Application and a RFID (Radio Frequency Identification) IoT Inventory Tracking System. The software is presented as reusable libraries, primarily in Python and C with full source code available. Raspberry Pi IoT Projects: Prototyping Experiments for Makers is also a valuable learning resource for classrooms and learning labs.--

Shovic: author's other books


Who wrote Raspberry Pi IoT Projects: Prototyping Experiments for Makers? Find out the surname, the name of the author of the book and a list of all author's works by series.

Raspberry Pi IoT Projects: Prototyping Experiments for Makers — 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 "Raspberry Pi IoT Projects: Prototyping Experiments for Makers" 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
John C. Shovic 2016
John C. Shovic Raspberry Pi IoT Projects 10.1007/978-1-4842-1377-3_1
1. Introduction to IOT
John C. Shovic 1
(1)
Liberty Lake, Washington, USA
Electronic supplementary material
The online version of this chapter (doi: 10.1007/978-1-4842-1377-3_1 ) contains supplementary material, which is available to authorized users.
Chapter Goal: Understand What the IOT Is and How to Prototype IOT Devices
Topics Covered in This Chapter:
  • What is IOT
  • Choosing a Raspberry Pi Model
  • Choosing your IOT Device
  • Characterization of IOT Devices
  • Buying the right tools to deal with Hardware
  • Writing code in Python and in the Arduino IDE
The IOT is a name for the vast collection of things that are being networked together in the home and workplace (up to 20 billion by 2020 according to Gardner, a technology consulting firm). That is a very vast collection. And they may be underestimating it.
We all have large numbers of computers in a modern house. I just did a walkthrough of my house, ignoring my office (which is filled with another 100 computers). I found 65 different devices having embedded computers. Im sure I missed some of them. Now of those computer-based devices, I counted 20 of them that have IP addresses, although I know that I am missing a few (such as the thermostat). So in a real sense, this house has 20 IOT devices. And it is only 2016 as of the writing of this book. With over 100 million households in the United States alone, 20 billion IOT devices somehow dont seem so many.
So what are the three defining characteristics of the IOT?
  • Networking - these IOT devices talk to one another (M2M communication) or to servers located in the local network or on the Internet. Being on the network allows the device the common ability to consume and produce data.
  • Sensing - IOT devices sense something about their environment.
  • Actuators - IOT devices that do something. Lock doors, beep, turn lights on, or turn the TV on.
Of course, not every IOT device will have all three, but these are the characteristics of what we will find out there.
Is the IOT valuable? Will it make a difference? Nobody is sure what the killer application will be, but people are betting huge sums of money that there will be a killer application. Reading this book and doing the projects will teach you a lot about the technology and enable you to build your own IOT applications.
Choosing a Raspberry Pi Model
The Raspberry Pi family of single board computers (see Figure ). They have sold over 9 million of these small, inexpensive computers. The Raspberry Pi runs a number of different operating systems, the most common of which is the Raspian release of Unbuntu Linux.
Figure 1-1 Raspberry Pi 2 Like Windows Linux is a multitasking operating - photo 1
Figure 1-1.
Raspberry Pi 2
Like Windows, Linux is a multitasking operating system, but unlike Windows, it is an open source system. You can get all the source code and compile it if you wish, but I would not recommend that to a beginner.
One of the best parts of the Raspberry Pi is that there are a huge number of device and sensor drivers available, which makes it a good choice for building IOT projects, especially using it as a server for your IOT project. The Raspberry Pi is not a low-power device, which limits its usage as an IOT device. However, it is still a great prototyping device and a great server.
There is a rather bewildering variety of Raspberry Pi boards available. I suggest for this book that you get a Raspberry PI 2 or Raspberry Pi 3. While the $5.00 Raspberry Pi Zero is tempting, it takes quite a bit of other hardware to get it to the point where it is usable. While the Raspberry Pi 3 is more expensive ($35), it comes with a WiFi interface built in and extra USB ports.
Note that we are using the Raspberry Pi A+ for building the IOTWeatherPi weather station later in this book. The reason for that is power consumption: one-half to one-third of the power used by the more powerful Raspberry Pi models.
There are many great tutorials on the Web for setting up your Raspberry Pi and getting the operating system software running.
Choosing an IOT Device
If you think the list of Raspberry Pi boards available is bewildering, then wait until you look at the number of IOT devices that are available. While each offering is interesting and has unique features, I am suggesting the following devices for your first projects in the IOT. Note that I selected these based upon the ability to customize the software and to add your own devices without hiding ALL the complexity, hence reducing the learning involved. That is why I am not using Lego-type devices in this book.
We will be using the following:
  • ESP8266-based boards (specifically the Adafruit Huzzah ESP8266)
  • Arduino Uno and Arduino Mega2560 boards
Characterizing an IOT Project
When looking at a new project, the first thing to do to understand an IOT project is to look at the six different aspects for characterizing an IOT project.
  • Communications
  • Processor Power
  • Local Storage
  • Power Consumption
  • Functionality
  • Cost
When I think about these characteristics, I like to rate each one on a scale from 110, 1 being the least suitable for IOT and 10 being the most suitable for IOT applications. Scoring each one forces me to think carefully about how a given project falls on the spectrum of suitability.
Communications
Communications are important to IOT projects. In fact, communications are core to the whole genre. There is a trade-off for IOT devices. The more complex the protocols and higher the data rates, the more powerful processor you need and the more electrical power the IOT device will consume.
TCP/IP base communications (think web servers; HTTP-based commutation (like REST servers); streams of data; UDP - see Chapter ) provide the most flexibility and functionality at a cost of processor and electrical power.
Low-power BlueTooth and Zigbee types of connections allow much lower power for connections with the corresponding decrease in bandwidth and functionality.
IOT projects can be all over the map with requirements for communication flexibility and data bandwidth requirements.
IOT devices having full TCP/IP support are rated the highest in this category, but will probably be marked down in other categories (such as Power Consumption).
Processor Power
There are a number of different ways of gauging processor power. Processor speed, processor instruction size, and operating system all play in this calculation. For most IOT sensor and device applications, you will not be limited by processor speed as they are all pretty fast. However, there is one exception to this. If you are using encryption and decryption techniques (see Chapter ), then those operations are computationally expensive and require more processor power to run. The trade-off can be that you have to transmit or receive data much more slowly because of the computational requirements of encrypting/decrypting the data. However, for many IOT projects, this is just fine.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Raspberry Pi IoT Projects: Prototyping Experiments for Makers»

Look at similar books to Raspberry Pi IoT Projects: Prototyping Experiments for Makers. 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 «Raspberry Pi IoT Projects: Prototyping Experiments for Makers»

Discussion, reviews of the book Raspberry Pi IoT Projects: Prototyping Experiments for Makers 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.