-
Book Overview & Buying
-
Table Of Contents
Internet of Things Programming with JavaScript
By :
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:

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.
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:
You will see the following files, as shown in the screenshot, after downloading the folder:

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

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:
This is an image of the connections; it's for the hardware configuration:

Once the driver is installed, we have here the Port COM, which is already installed:
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:

COM3, Speed as 115200, Parity as None, and Flow Control as None; click on Open:


pi, and the password is raspberry: