Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Internet of Things Programming with JavaScript
Internet of Things Programming with JavaScript

Internet of Things Programming with JavaScript: Get the best out of Arduino and Raspberry Pi Zero to develop Internet of Things projects using JavaScript

eBook
$35.99 $24.99
Print
$43.99
Subscription
$15.99 Monthly

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Black & white paperback book shipped to your address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Feb 17, 2017
Length 298 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781785888564
Category :
Table of content icon View table of contents Preview book icon Preview Book

Internet of Things Programming with JavaScript

Chapter 1. Getting Started with Raspberry Pi Zero

Before building several projects for a home security system and the control of domestic appliances by electronically controlled systems, in this chapter, we're going to go into an initial configuration and prepare our Raspberry Pi Zero to work in a network, so you can use it for all the projects we will see in this book.

Before we go through the projects, build our network with the devices, and connect our sensor to the boards, it's important to understand the configuration of the Raspberry Pi. The main idea of this chapter is to explain how to set up your Raspberry Pi Zero; we will cover the following topics:

  • Setting up Raspberry Pi Zero

  • Preparing the SD card

  • Installing the Raspbian operating system

  • Configuring your Raspberry Pi Zero with a serial console cable

  • Accessing the network remotely

  • Accessing via remote desktop

  • Configuring a web server

Setting up Raspberry Pi Zero


The Raspberry Pi is a low-cost board dedicated to purpose projects. Here, we will use a Raspberry Pi Zero board. Take a look at the following link:  https://www.adafruit.com/products/2816. I used this board.

In order to make the Raspberry Pi work, we need an operating system that acts as a bridge between the hardware and the user. This book uses the Raspbian Jessy, which can be downloaded from https://www.raspberrypi.org/downloads/. At this link, you will find all of the information you need to download all the pieces of software necessary to use with your Raspberry Pi to deploy Raspbian. You need a micro SD card of at least 4 GB.

The kit that I used to test the Raspberry Pi Zero includes all the necessary things for installing everything and getting the board ready:

Preparing the SD card

The Raspberry Pi Zero only boots from an SD card and cannot boot from an external drive or USB stick. For this book, it's recommended to use a 4 GB micro SD card.

Installing the Raspbian operating system

There are many operating systems that are available for the Raspberry Pi board, most of which are based on Linux. However, the one that is usually recommended is Raspbian, is an operating system based on Debian, which was specifically made for Raspberry Pi.

In order to install the Raspbian operating system on your Pi, follow the next steps:

  1. Download the latest Raspbian image from the official Raspberry Pi website: https://www.raspberrypi.org/downloads/raspbian/ 

  2. Next, insert the micro SD card into your computer using an adapter. (An adapter is usually given with the SD card.)

  3. Then download Win32DiskImager from https://sourceforge.net/projects/win32diskimager/.

    You will see the following files, as shown in the screenshot, after downloading the folder:

  4. Open the file image, select the path where you have the micro SD card, and click on the Write button.

  5. After a few seconds,you have Raspbian installed on your SD card; insert it into Raspberry Pi and connect the Raspberry Pi board to the power source via the micro-USB port.

    In the following screenshot, you can see the progress of the installation:

Debugging your Raspberry Pi Zero with a serial console cable

In this section, we will look at how to communicate, the Raspberry Pi Zero from a computer using a TTL serial converter. We can do this debugging with a serial console cable connected to the computer using the USB port. We communicate with the board with a serial cable, because if we want to send commands from our computer to the board, it's necessary to communicate using this cable. You can find the cable at https://www.adafruit.com/products/954:

It’s important to consider that the cable uses 3.3 volts, but we don’t care because we’re using the cable from Adafruit. It is tested to work at this level of voltage.

You need to follow the next steps in order to install and communicate with your Raspberry Pi Zero:

  1. It's necessary that you have a free USB port on your computer.

  2. We need to install the driver for the serial console cable so that the system can recognize the hardware. We recommend that you download the driver from https://www.adafruit.com/images/product-files/954/PL2303_Prolific_DriverInstaller_v1_12_0.zip.

  3. We use an interface (console software), called PuTTY, running on a Windows computer; so we can communicate with our board, the Raspberry Pi. This software can be downloaded and installed from http://www.putty.org/.

  4. For the connections, we need to connect the red cable to  5 volts, the black cable to ground, the white cable to the TXD pin, and the green cable to the RXD pin on the Raspberry Pi Zero.

  5. The other side of the cable connects the plug to the USB port.

This is an image of the connections; it's for the hardware configuration:

Testing and accessing the serial COM interface

Once the driver is installed, we have here the Port COM, which is already installed:

Tip

This configuration is for Windows installation; if you have different operating system, you need to do different steps.

How get the Device Manager screen: On your windows PC, click on the Start icon, go to Control Panel, select System, and then click on Device Manager.

In the following screenshot, you can see the device manager of the USB serial port:

  1. Open the terminal in PuTTY, and select Serial Communication as COM3, Speed as 115200, Parity as None, and Flow Control as None; click on Open:

  2. When the blank screen appears, press Enter on your keyboard:

  3. This initiates a connection to your Pi board and asks for your username and password; you will see a screen like the following screenshot, with the authentication login:

  4. The default username for the Raspberry Pi Zero is pi, and the password is raspberry:

Connecting to the home network and accessing remotely


Our Raspberry Pi will be working in a real network, so it needs to be set up to work with all the devices that will be together. For this reason, we need to configure our home network. We will show you how to use the Ethernet adapter and the Wi-Fi plug that can be used in the Raspberry Pi Zero.

Connecting with an Ethernet adapter

If you want to connect our Raspberry Pi Zero to the local network, you need to use a USB OTG Host Cable - MicroB OTG male to female from Adafruit. You can find it here: https://www.adafruit.com/products/1099. The board that we're using doesn't have an Ethernet connector, so it's necessary to use it to communicate with the devices from outside.

In the following image, we can see the Ethernet adapter connected to the Raspberry Pi Zero:

This is the connector that you can use to connect your Ethernet adapter and make a link to the network:

Now we need to follow the next steps to configure the Ethernet connection adapter:

  1. Connect your adapter to the converter; I used a TRENDnet NETAdapter, but you can use an Ethernet Hub and USB Hub with Micro USB OTG Connector from Adafruit. You can find it here: https://www.adafruit.com/products/2992m. This is a hub and can be connected to the Ethernet cable or USB devices.

  2. Verify the router configuration, and after both LEDs start blinking, you can see the IP address in your configuration. The DHCP server assigns the IP address to the Raspberry Pi.

This is what you will see as your router configuration on your hostname raspberrypi:

Accessing the Raspberry Pi Zero via SSH

As we know the IP address that our Raspberry Pi has, we will access to it using the PuTTY terminal as we can see in the following screenshot. You need to enter the IP address, and the port is 22 by default; click on the Open button:

After that, we have the login screen as follows:

Use the following command:

sudo ifconfig -a

We can now see the information about the configuration of the Ethernet controller adapter. Eth0 is the Ethernet adapter:

Connecting to the Wi-Fi network

In this section, we will show you how to configure your Wi-Fi network connection so that your Raspberry Pi Zero can interact with your Wi-Fi network. First, we need to connect the Miniature Wi-Fi (802.11b/g/n) Wi-Fi dongle to the Raspberry Pi using the USB OTG Cable:

How to install the wireless tools


Use the following command to configure the wireless network:

sudo apt-get install wireless-tools

In the following screenshot, we can see the result of the ifconfig command:

After executing the command, we will see the result of installing wireless-tools:

Configuring IP address and wireless network

To have a networking configuration, we need to assign an IP address to our device in order to be involved in the network.

Enter the following command:

sudo nano etc/network/interfaces

In the following configuration file, called interface, we explain what we need to add to the file so that we can connect our Raspberry Pi Zero to the Wi-Fi network for the Wlan0 connection.

We start the file configuration; it means the beginning of the file:

auto lo 

We configure the Ethernet device loopback for the local host and start up the DHCP server:

iface lo inet loopback 
iface eth0 inet dhcp 

Allow the configuration of the wlan0 for Wi-Fi connection:

allow-hotplug wlan0 
auto wlan0

We start up the DHCP server for the Wi-Fi connection and input the name of your ssid and the password. We need to type ssid and password parameters of your Wi-Fi network:

iface wlan0 inet dhcp 
        wpa-ssid "ssid" 
        wpa-psk "password" 

Testing the communication


We need to test whether the device is responding to the other host. Now, if everything is configured well, we can see the following IP address in the Wi-Fi connection:

We can see in the router configuration the current IP address that is assigned to the wireless network:

Ping from a computer

Connect the computer to the same network as the Raspberry Pi:

You need to ping the IP address of the Raspberry Pi. After we make the ping to the IP Address of the Raspberry Pi Wireless connection, we see the results:

Updating the package repository


This will upgrade your Pi board by downloading all the latest packages from the official Raspberry Pi repository, so it's a great way to make sure that your board is connected to the Internet. Then, from your computer, type the following: 

sudo apt-get update

The following screenshot show the Raspberry Pi collecting the packages data:

Here we have results after the installation is finished:

Remote Desktop


In this section, we need the RDP package with the Raspbian Operating System. To do that, first we need to execute the following command:

sudo apt-get install xrdp 

This command executes and installs the RDP process and updates the package:

Remote Desktop with Windows

At the end of this chapter, you want to be able to access the board from your own computer using Remote Desktop; you need to type the IP address of your Raspberry Pi and click on the Connect button:

After we type the IP address of the Raspberry Pi Zero, we will see the following screen; it's necessary to write your username and password:

You need the login information of your Raspberry Pi, username, and password:

This is the main window of the Operating System; you have correctly accessed your Raspberry Pi Remote Access with Remote Desktop:

Configuring a web server


There are several web servers available that we can install on your Raspberry Pi. We're going to install the lighttpd web server. Also, we need to install PHP support, which will help us run a website into our Raspberry Pi and have dynamic web pages.

To install and configure, log in to the Raspberry Pi via the terminal console of PuTTY:

  1. Update the package installer:

            sudo apt-get update
    
  2. Install the lighttpd web server:

            sudo apt-get install lighttpd
    

Once installed, it will automatically start up as a background service; it will do so each time the Raspberry Pi starts up:

  1. To set up our PHP 5 interface for programming with PHP 5, we need to install the PHP5 module support with the following command; this is necessary to have our server, and it can execute PHP files so that we can make our website:

            sudo apt-get install php5-cgi
    
  2. Now we need to enable the PHP FastCGI module on our web server:

            sudo lighty-enable-mod fastcgi-php
    
  3. For the last step, we have to restart the server with the following command:

            sudo /etc/init.d/lighttpd
    

In the following screenshot, we show the content of the page that will to appear when we configure the web server and the PHP 5 interface. The web server installs a test placeholder page in the location /var/www. Type the IP address of your Raspberry Pi in the browser, for example, http://192.168.1.105/, and the following screen appears, opening the active page of the configured server:

Testing the PHP installation


At this point, we need to test our website with PHP. This can be done by writing a simple PHP script page. If PHP is installed correctly, it will return information about its environment and configuration.

  1. Go to the next folder, where it's the root document:

            cd /var/www/html 
    
    
  2. Create a file called phpinfo.php.

    We use the word nano so that we can get into the file of the system with the privileges and execute the following command:

                sudo nano phpinfo.php
    
  3. After creating the file, as given in the following screenshot, press CTRL-X, and then save the file:

  4. In your browser, enter the IP address of your Raspberry Pi, for example, http://192.168.1.105/phpinfo.php, and you should see the following screen:

Summary


In the first chapter of this book, we looked at how to configure our Raspberry Pi Zero board so we can use it in later chapters. We looked at what components were needed for the Pi, and how to install Raspbian so we can run the software on our board.

We also installed a web server, which we will be using in some projects of the book. In the following chapter, we are going to dive into how to connect devices to your Raspberry Pi and Arduino boards. We'll also look at the various things we can connect to the Raspberry Pi using GPIO.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • • This is a practical guide to help you configure and build a complete distributed IoT system from scratch using JavaScript
  • • Utilize the power of Node and HTML5 to develop web services and a centralized web server, enabling high-level communication between connected devices
  • • Control all your connected devices from the browser by setting up a common dashboard

Description

The Internet of Things is taking the tech world by storm, and JavaScript is at its helm. This book will get you to grips with this exciting new technology. Where do Node.js, HTML5 and Windows 10 IoT Core come in with JavaScript and IoT? Why Raspberry Pi Zero rather than Arduino? How do you configure and build an IoT network from scratch? All your IoT JavaScript questions are answered in this book.

What you will learn

With this book, you?ll learn about: ? Setting up a centralized web server to connect IoT devices ? Connecting sensors and actuators to devices ? Sending data to web server connected devices ? Understanding Internet of Things using web services and database ? Configuring dashboards using HTML5 and JavaScript ? Controlling and monitoring devices connected from dashboards ? Building apps for smartphones to control different devices

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Black & white paperback book shipped to your address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Feb 17, 2017
Length 298 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781785888564
Category :

Table of Contents

15 Chapters
Internet of Things Programming with JavaScript Chevron down icon Chevron up icon
Credits Chevron down icon Chevron up icon
About the Author Chevron down icon Chevron up icon
www.packtpub.com Chevron down icon Chevron up icon
Customer Feedback Chevron down icon Chevron up icon
Preface Chevron down icon Chevron up icon
Getting Started with Raspberry Pi Zero Chevron down icon Chevron up icon
Connecting Things to the Raspberry Pi Zero Chevron down icon Chevron up icon
Connecting Sensors - Measure the Real Things Chevron down icon Chevron up icon
Control-Connected Devices Chevron down icon Chevron up icon
Adding a Webcam to Monitor Your Security System Chevron down icon Chevron up icon
Building a Web Monitor and Controlling Devices from a Dashboard Chevron down icon Chevron up icon
Building a Spy Police with the Internet of Things Dashboard Chevron down icon Chevron up icon
Monitoring and Controlling Your Devices from a Smart Phone Chevron down icon Chevron up icon
Putting It All Together Chevron down icon Chevron up icon

Customer reviews

Filter icon Filter
Top Reviews
Rating distribution
Empty star icon Empty star icon Empty star icon Empty star icon Empty star icon 0
(0 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 0%
1 star 0%

Filter reviews by


No reviews found
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela