• Complain

Schwartz - Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform

Here you can read online Schwartz - Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2015, 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.

Schwartz Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform
  • Book:
    Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform
  • Author:
  • Genre:
  • Year:
    2015
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform: summary, description and annotation

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

Overview: In this book, you will learn to build Internet of Things projects using the Raspberry Pi platform. You will for example learn how to log sensor data in the cloud, and how to control your Raspberry Pi projects from anywhere in the world. You will also learn how to create a wireless security camera accessible from any web browser.

Schwartz: author's other books


Who wrote Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform? Find out the surname, the name of the author of the book and a list of all author's works by series.

Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform — 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 "Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform" 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
Internet of Things With the Raspberry Pi
Build Internet of Things Projects Using the Raspberry Pi Platform
Marco Schwartz, PhD
Contents

Copyright 2015 by Marc-Olivier Schwartz

All rights reserved. No part of this book may be used or reproduced in any manner whatsoever without permission except in the case of brief quotations embodied in critical articles or reviews.

First edition: May 2015

To all my friends who encouraged me while writing this book.

To my parents who supported me during all projects I worked on in my life, even in tough times.

To my girlfriend Sylwia for supporting me and encouraging me in everything I do. You are my source of inspiration I need to get up every day and continue to work hard to become a better entrepreneur and a better person. Thank you.

I am Marco Schwartz, and I am an electrical engineer, entrepreneur and author. I have a Masters degree in Electrical Engineering & Computer Science from one of the top Electrical Engineering school in France, and a Masters degree in Micro Engineering from the EPFL university in Switzerland. I also own a PhD from the University of Heidelberg in Germany, where I worked in microelectronics.

I have more than 5 years of experience working in the domain of electrical engineering. My interests gravitate around electronics, home automation, the Arduino & Raspberry Pi platforms, open-source hardware projects, and 3D printing.

Since 2011 I have been working full-time as an entrepreneur, running websites with information about open-source hardware and building my own open-source hardware products.

This book has a companion website, Open Home Automation, which you can easily find by going at http://www.openhomeautomation.net. On this website you will find even more projects and resources around home automation and open-source hardware.

All the code that can be found in this book can also be accessed online at https://github.com/openhomeautomation/iot-raspberry-pi-book. This GitHub repository for the book contains all the latest up-to-date code for all the projects you will find in this book.

To download the code from GitHub, you can simply go on the GitHub page and click on the Download ZIP button.

Also, if at any moment you are encountering an issue while reading this book, like some code that wont compile or a project that doesnt work, please contact me directly on the following email:

You probably have heard all about what you can do with the Raspberry Pi. This credit-card sized computer can be plugged into your TV or any HDMI monitor to replace a typical computer. This little device is used in many computer projects, DIY electronics projects and even as a learning tool for kids who want to learn the basics of computer programming.

But among all, the Raspberry Pi is the perfect board for the Internet of Things. It is cheap, powerful, and can be interfaced with many sensors and actuators that can be used for Internet of Things applications. By using the Raspberry Pi, you can easily build Internet of Things projects.

We will see that as we can install a full Linux distribution on our Rasperry Pi, it allows us to use powerful frameworks like Node.js, which is a JavaScript framework used to build server-side applications. This might sound a little complicated, but this will make it really easy to interface with cloud-based services in order to build Internet of Things applications.

The Raspberry Pi also have an amazing online community that are already building Internet of Things projects, so you can be sure to get immediate help in case you need some.

All of these points make the Raspberry Pi the ideal platform to build Internet of Things projects, and this is exactly what you will learn to do in this book.

This book is for all the people who want to use the Raspberry Pi platform to build Internet of Things projects.

This book is also for the people who are currently building Internet of Things projects with other platforms like Arduino, and who want to extend their knowledge, for example by using the Raspberry Pi for more advanced Internet of Things projects.

Finally, this book is also for people who just want to learn more about how to use the Raspberry Pi and get knowledge in electronics & programming.

The book is organized in 3 projects. We will start with a quite basic project, and then gradually move to more complex projects using the Raspberry Pi.

In the first chapter, Building a Cloud Data Logger, we are going to connect a basic temperature & humidity sensor to the Raspberry, and monitor the data from an online dashboard, that is accessible from anywhere in the world.

In the second chapter, Controlling a Lamp From Anywhere, we are going to connect a lamp to the Raspberry Pi. Then, we will configure an online dashboard so this lamp can be switched on & off from any web browser.

Finally, in the third chapter, Making a Cloud Security Camera, we are going to make our own DIY version of a security camera, so you can monitor your home for example from anywhere in the world.

To use this book, you will need to have some basic skills in programming & electronics. It is recommended that you have some basic experience with JavaScript and with client/server interactions.

On the electronics side, a basic experience is required, as you will need to connect sensors to the Raspberry Pi. However, with the detailed explanations that you will find in every chapter of the book, you will be able to follow the different projects without difficulties.

To use all the projects found in this book, you will also need a fully functioning Raspberry Pi, configured with the Raspbian Linux distribution, and connected to the Internet. If you need help doing that, you will find all the required resources on the official Raspberry Pi webite:

https://www.raspberrypi.org/

In this book, I will also usually access my Raspberry Pi via SSH, from my own computer. You can learn more about how to do that here:

https://www.raspberrypi.org/documentation/remote-access/ssh/

However, you can perfectly do all the projects of this book directly on your Raspberry Pi, for example if it is connected to an external display.

In this first project of the book, we will learn how to use the Raspberry Pi to monitor some data remotely, from anywhere in the world. This is a project that you can use for any monitoring applications, as you will be able to change the sensors used in the project by your own sensors, to monitor the data that you need.

We will start by connecting a simple temperature & humidity sensor to your Raspberry Pi. Then, we will use a service called Dweet.io to store data in the cloud. Finally, we will integrate these measurement in the cloud to another service called Freeboard.io. This one will allow us to graphically monitor the data coming from your Raspberry Pi.

First, you will need a Raspberry Pi. Basically, every model of Raspberry Pi will work, so you can use Raspberry Pi A/A+, B/B+/2, it will works just as well.

Then, you will need all the supporting hardware to make the Pi work: a microSD card, a microUSB power supply, and an HDMI cable if you want to connect the Pi to a screen. If you want to use WiFi for this project, you will also need an USD WiFi dongle.

You will also need a DHT11 sensor to measure the temperature & humidity.

Finally, you will need a Raspberry Pi cobbler kit, jumper wires and breadboard to make the connections between the Raspberry Pi and the sensor.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform»

Look at similar books to Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform. 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 «Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform»

Discussion, reviews of the book Internet of Things with the Raspberry Pi: Build Internet of Things Projects Using the Raspberry Pi Platform 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.