Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learn Arduino Prototyping in 10 days
Learn Arduino Prototyping in 10 days

Learn Arduino Prototyping in 10 days: Build it, test it, learn, try again!

By Kallol Bosu Roy Choudhuri
$29.99 $20.98
Book Jun 2017 288 pages 1st Edition
eBook
$29.99 $20.98
Print
$38.99
Subscription
$15.99 Monthly
eBook
$29.99 $20.98
Print
$38.99
Subscription
$15.99 Monthly

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
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 : Jun 29, 2017
Length 288 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781788290685
Category :
Languages :
Table of content icon View table of contents Preview book icon Preview Book

Learn Arduino Prototyping in 10 days

Boot Camp

"For all things magic and beyond, there is the magic wand. For us lesser mortals, we use the Arduino!"
- Kallol Bosu Roy Choudhuri

The book welcomes you with this Boot Camp chapter that explains the organization of the chapters in this book, followed by guidance on how to use the book for maximum benefit. It lists the hardware components and devices that must be procured in order to follow the learning path outlined in the chapters. Most importantly, you will find a comprehensive list of the fundamentals, concepts, and projects that you will learn from this book.

Organization of the chapters

The chapters in this book are dedicated to laying down a strong technical foundation for the years to come in your Arduino-based device prototyping journey. To start off, we will see what the Arduino platform is and then through a series of ten, carefully graded chapters, in order of increasing level of complexity, we will become familiar with building device prototypes based on the Arduino platform.

The following diagram depicts the broad areas that the reader will learn in this book:

Figure 1: Organization of chapters in the book

At the end of each chapter, there is a Try the following section, meant to inspire the reader's imagination and take them a step nearer to becoming more self-reliant. The reader is urged to try out the suggestions in this section to get further insights into the various aspects covered in the chapters.

All the code files used in the chapters are available at the following online location:
https://github.com/PacktPublishing/Learn-Arduino-Prototyping-in-10-Days.

At the very end of each chapter there is a Things to remember section. This section lists all the important points that were covered and is meant to serve as a quick recollection of the concepts learnt in a chapter.

How to use the book

The initial chapters will provide detailed steps for building the example prototypes. However, sometimes during the course of the chapters, the reader will be subtly encouraged to become more independent. As you proceed through the chapters you will notice that the book starts covering only the bare minimum details, while you start understanding and doing more on your own.

  • If you are a beginner, go through the chapters one by one, in the order laid out in the book.
  • If you have a basic knowledge of Arduino prototyping then you may start from Chapter 4, Day 2 - Interfacing with Sensors.
  • If you are already aware of prototyping with Arduino, then you may start from Chapter 6, Day 4 - Building a Standalone Device,from Day 5 onwards.
  • Chapters up to Day 6 are for general device prototyping, whereas starting from Day 7 onwards the chapters deal with wireless communications. You may choose as per your requirements.

If the learning curve is perceived to be steep, then you are advised to pause, relax, and revisit the chapters as many times as needed. However, it is recommended that at no stage of the book should you rush; imbibe steadily and let the concepts sink into you so that you can understand and feel how Arduino-based prototyping is done.

Things you will need to get started

It is advisable to purchase an Arduino Uno starter kit to begin with. Usually a starter kit should cover most of the basic hardware components. However, there may be some advanced components (such as the sensor modules) that will have to be purchased separately. It is recommended you perform your own research for procuring the components at your convenience.

The components in the following table have been listed uniquely and incrementally. For example, a Piezo Buzzer has been used on Day 1 as well as Day 3, however, it has been listed only once for Day 1. This has been done intentionally to assist you during your procurement phase. However, if you want to focus on a particular chapter then you are advised to visit that chapter for a complete list of hardware parts required for the prototypes in that chapter:

Chapter

Hardware requirements (mentioned incrementally)

The Arduino platform

Arduino Uno R3 board, USB A to USB B cable

Day 1

One half-sized breadboard, three red LEDs, three pieces 220 Ohms resistors, a jumper wire set (male-to-male, male-to-female, female-to-female), one Piezo Buzzer, one piece 100 Ohms resistor, one N2222 transistor, two pieces 150 Ohms resistors, one piece IN4007 diode, one push button, one piece 10K Ohms resistor

Day 2

One photodiode, one photo resistor (LDR), one DHT11 temperature sensor, one 5K Ohms resistor, one soil moisture sensor

Day 3

One MQ2 gas sensor, one SD card module (micro SD), one micro SD card

Day 4

One full-sized breadboard, one piece 9V battery, one HC-SR04 ultrasonic sensor, one 16x2 LCD character display, one piece 10K potentiometer, two pieces 220 Ohms, and one piece 150 Ohms resistors.

Day 5

Four pieces 1.5V batteries, one 4 pieces battery holder, one push button, one small DC motor, one piece N2222 transistor, one piece IN4001/IN4007 diode, two pieces 150 Ohms resistors, one piece 10K Ohms resistor

Day 6

One sound detection sensor module, one 5V 10 amp AC relay, one AC light bulb (with holder), some insulated AC power wires

Day 7

One consumer remote control set (or a normal TV remote), one TSOP1738 (or equivalent) infrared receiver, one SM0038 IR receiver, one infrared transmitter LED (Blue/Transparent/other color), one NPN transistor (such as a N2222/BC547 general purpose NPN transistor)

Day 8

An additional Arduino Uno R3 board with USB A to USB B cable, two NRF24L01 2.4 GHz MSI band RF modules, one HC-04 Bluetooth module, three pieces 1K resistors

Day 9

One SIM800 GSM module (Arduino compatible), one active SIM card, one GSM module matching DC power source (Either battery or AC to DC adapter)

Day 10

One ESP8266 Wi-Fi chip, Wi-Fi router or/and Internet sharing capable smart phone

Table 1: List of hardware components

Things you will learn in this book

After completing this book, you will have learnt the following types of projects, devices, and fundamentals.

The following are the types of projects:

  • Self-contained micro-controller projects
  • Interfacing with single peripheral devices (such as sensors)
  • Building compound devices (multiple devices in a single setup)
  • Prototyping standalone devices (powered from independent power sources)
  • Working with actuators (such as DC motors)
  • Interfacing with AC powered devices (a light bulb)
  • Using transmitters, receivers and transceivers
  • Short range wireless communications (using Bluetooth and radio frequency)
  • Long range wireless communications (using GSM modules)

The following are sensors/device examples:

  • External LEDs
  • Photodiodes
  • Photo resistors (LDRs)
  • DHT11 temperature and humidity sensor
  • Soil moisture sensor
  • MQ2 smoke detector
  • Piezo Buzzer
  • SD card module
  • 16x2 LCD
  • HC-SR05 ultrasonic sensor
  • DC motor
  • Push button
  • AC-DC relay
  • Sound detector
  • TSOP1738/TSOP1838 IR receiver
  • SM0038 IR receiver
  • IR transmitter LED
  • NRF24L01 RF module
  • HC-04 Bluetooth module
  • GSM SIM800 module
  • ESP8266 Wi-Fi module

The following is the list of fundamentals/concepts:

  • Arduino C programs/sketches
  • Measuring voltage via analog pins from resistors, diodes, and transistors
  • Using serial window for viewing program output and debugging
  • Ohm's law calculations
  • Bread boarding
  • Voltage based logical HIGH/LOW
  • Using homogeneous voltage devices that is, 5V devices with Arduino Uno R3
  • Using device datasheets
  • Working with Arduino libraries
  • Digital input/output
  • Analog input/output
  • Using interrupts
  • Reverse current in motors
  • Voltage division technique
  • Using external power supply
  • Using multiple power sources
  • Concept of pull up resistors
  • Concept of pull down resistors
  • Concept of Pulse Width Modulation (PWM) for motor speed control
  • Using multiple power sources in a single setup
  • Common grounding
  • Keeping DC and AC powered circuits separate
  • Working with Infrared (IR) signals
  • Prototyping Radio Frequency (RF) devices
  • Working with a Bluetooth device
  • Wi-Fi module
  • Basic AT commands
  • GSM module
  • Internet of Things
  • IoT edge device prototyping
  • IoT Cloud

Summary

In this first chapter, we have understood who should benefit from using this book. We have also seen how the chapters in this book are structured in a well-planned manner, so that the reader can gain maximum knowledge in a minimum time frame.

By the end of this book, our aim is to have made you proficient in prototyping with the Arduino platform in just 10 days, and we urge you to take on the challenge! After completing the fundamental project types in this book, you will be in a state to build almost anything on your own. Some of the interesting areas that you will be ready to build after mastering the topics in this book will be infrared and radio frequency remote controlled gadgets, smart retail projects, smart environment projects, and Internet of Things projects.

From the next chapter, we shall begin our journey of learning prototyping on the Arduino platform where we will be introduced to the basics.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • ? A carefully designed 10-day crash course, covering major project/device types, with 20+ unique hands-on examples
  • ? Get easy-to-understand explanations of basic electronics fundamentals and commonly used C sketch functions
  • ? This step-by-step guide with 90+ diagrams and 50+ important tips will help you become completely self-reliant and confident

Description

This book is a quick, 10-day crash course that will help you become well acquainted with the Arduino platform. The primary focus is to empower you to use the Arduino platform by applying basic fundamental principles. You will be able to apply these principles to build almost any type of physical device. The projects you will work through in this book are self-contained micro-controller projects, interfacing with single peripheral devices (such as sensors), building compound devices (multiple devices in a single setup), prototyping standalone devices (powered from independent power sources), working with actuators (such as DC motors), interfacing with an AC-powered device, wireless devices (with Infrared, Radio Frequency and GSM techniques), and finally implementing the Internet of Things (using the ESP8266 series Wi-Fi chip with an IoT cloud platform). The first half of the book focuses on fundamental techniques and building basic types of device, and the final few chapters will show you how to prototype wireless devices. By the end of this book, you will have become acquainted with the fundamental principles in a pragmatic and scientific manner. You will also be confident enough to take up new device prototyping challenges.

What you will learn

? Write Arduino sketches and understand the fundamentals of building prototype circuits using basic electronic components, such as resistors, transistors, and diodes ? Build simple, compound, and standalone devices with auxiliary storage (SD card), a DC battery, and AC power supplies ? Deal with basic sensors and interface sensor modules by using sensor datasheets ? Discover the fundamental techniques of prototyping with actuators ? Build remote-controlled devices with infrared (IR), radio frequency (RF), and telephony with GSM ? Learn IoT edge device prototyping (using ESP8266) and IoT cloud configuration

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
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 : Jun 29, 2017
Length 288 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781788290685
Category :
Languages :

Table of Contents

13 Chapters
Preface Chevron down icon Chevron up icon
1. Boot Camp Chevron down icon Chevron up icon
2. The Arduino Platform Chevron down icon Chevron up icon
3. Day 1 - Building a Simple Prototype Chevron down icon Chevron up icon
4. Day 2 - Interfacing with Sensors Chevron down icon Chevron up icon
5. Day 3 - Building a Compound Device Chevron down icon Chevron up icon
6. Day 4 - Building a Standalone Device Chevron down icon Chevron up icon
7. Day 5 - Using Actuators Chevron down icon Chevron up icon
8. Day 6 - Using AC Powered Components Chevron down icon Chevron up icon
9. Day 7 - The World of Transmitters, Receivers, and Transceivers Chevron down icon Chevron up icon
10. Day 8 - Short Range Wireless Communications Chevron down icon Chevron up icon
11. Day 9 - Long-Range Wireless Communications Chevron down icon Chevron up icon
12. Day 10 - The Internet of Things 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

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.