Arduino-Based Embedded Systems
eBook - ePub

Arduino-Based Embedded Systems

Interfacing, Simulation, and LabVIEW GUI

  1. 312 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Arduino-Based Embedded Systems

Interfacing, Simulation, and LabVIEW GUI

About this book

Arduino is an open-source electronics platform based on easy-to-use hardware and software while LabVIEW is a graphical programming telling how to connect functions and work with a variety of datatypes when constructing applications.This book will help beginners to get started with Arduino-based embedded systems including essential know-how of the programming and interfacing of the devices. Book includes programming and simulation of Arduino-based projects and interfacing with LabVIEW, based on practical case studies. The book comprises of total twenty five chapters with description, working model of LabVIEW and programming with Arduino IDE.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Arduino-Based Embedded Systems by Rajesh Singh,Anita Gehlot,Bhupendra Singh,Sushabhan Choudhury in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Engineering. We have over one million books available in our catalogue for you to explore.

Information

Section IV
Projects
11
2.4 GHz RF Modem-Based Security System for Restricted Area
11.1 Introduction
This project is designed for monitoring the security of the restricted areas. The system is designed in two sections: (1) sensor node and (2) server. It is designed in such a way that it will sense any intrusion with the help of a passive infrared (PIR) sensor at the sensor node and communicated to the server wirelessly with a 2.4 GHz RF modem. At the server, a LabVIEW GUI is created to observe the system. Figure 11.1 shows the block diagram of the system.
Image
FIGURE 11.1
Block diagram for the system.
To design the system, following components are required (Tables 11.1 and 11.2).
TABLE 11.1
Components List for a Transmitter Section
Component/Specification
Quantity
Power supply/+12 V/1 A
1
Arduino Uno
1
PIR sensor
1
PIR sensor patch
1
LCD (20 * 4)
1
LCD patch
1
2.4 GHz RF modem
1
2.4 GHz RF modem patch
1
Connecting wires (M–M, M–F, F–F)
20 each
Zero size PCB or bread board or designed PCB
1
TABLE 11.2
Components List for a Receiver Section
Component/Specification
Quantity
Power supply/+12 V/1 A
1
Arduino Uno
1
LabVIEW software in PC/laptop
1
LCD (20 * 4)
1
LCD patch
1
2.4 GHz RF modem
1
2.4 GHz RF modem patch
1
Connecting wires (M–M, M–F, F–F)
20 each
Zero-size PCB or bread board or a designed PCB
1
11.2 Circuit Diagram
To develop the system, connect the components as follows:
TRANSMITTER SECTION
Arduino and PIR sensor
• Arduino GND-Sensor GND
• Arduino +5 V-sensor +Vcc
• Arduino A0 pin-data out pin of sensor
Arduino and RF modem
• Arduino pin0(Tx)-RX pin of RF modem
• Arduino pin0(RX)-Tx pin of RF modem
• Arduino+5 V-+Vcc of RF modem
• Arduino Ground-GND of RF modem
Arduino and LCD
• Arduino digital pin 13-RS pin(4) of LCD
• Arduino digital pin GND-RW pin(5) of LCD
• Arduino digital pin 12-E pin(6) of LCD
• Arduino digital pin 11-D4 pin(11) of LCD
• Arduino digital pin 10-D5 pin(12) of LCD
• Arduino digital pin 9-D6 pin(13) of LCD
• Arduino digital pin 8-D7 pin(14) of LCD
RECEIVER SECTION
Arduino and RF modem
• Arduino pin0(Tx)-RX pin of RF modem
• Arduino pin0(RX)-Tx pin of RF modem
• Arduino+5 V-+Vcc of RF modem
• Arduino Ground-GND of RF modem
Arduino and LCD
• Arduino digital pin 13-RS pin(4) of LCD
• Arduino digital pin GND-RW pin(5) of LCD
• Arduino digital pin 12-E pin(6) of LCD
• Arduino digital pin 11-D4 pin(11) of LCD
• Arduino digital pin 10-D5 pin(12) of LCD
• Arduino digital pin 9-D6 pin(13) of LCD
• Ar...

Table of contents

  1. Cover
  2. Half Title
  3. Title Page
  4. Copyright Page
  5. Table of Contents
  6. Preface
  7. About the Authors
  8. Section I Introduction
  9. Section II Arduino and I/O Devices
  10. Section III Arduino and Wireless Communication
  11. Section IV Projects
  12. Index