Muutke küpsiste eelistusi

E-raamat: Building a Dedicated GSM GPS Module Tracking System for Fleet Management: Hardware and Software

(Université Claude Bernard, Lyon 1, Villeurbanne, France), (Université du Québec à Montréal, Canada)
  • Formaat: 140 pages
  • Ilmumisaeg: 31-Jan-2018
  • Kirjastus: CRC Press Inc
  • Keel: eng
  • ISBN-13: 9781351201377
  • Formaat - EPUB+DRM
  • Hind: 58,49 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: 140 pages
  • Ilmumisaeg: 31-Jan-2018
  • Kirjastus: CRC Press Inc
  • Keel: eng
  • ISBN-13: 9781351201377

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

This book shows how to build a "INFelecPHY GPS Unit" (IEP-GPS) tracking system for fleet management that is based on 3G and GPRS modules. This model should provide reliability since it deals with several protocols: 1) HTTP and HTTPS to navigate, download and upload in real time the information to a web server, 2) FTTP and FTTPS to handle in a non-real time the files to the web application, and 3) SMTP and POP3 to send and receive email directly from the unit in case of any alert. Similar to a mobile device, but without screen for display, it is multifunctional because it links to a GPRS module, a camera, a speaker, headphone, a keypad and screen.

Acknowledgments xi
Introduction xiii
Chapter 1 Global Positioning System (GPS)
1(12)
1.1 General Overview of Global Positioning System (GPS)
1(2)
1.2 Locating a Position with the GPS Receiver
3(1)
1.3 Segments of GPS
4(2)
1.3.1 Space Segment
5(1)
1.3.2 Control Segment
5(1)
1.3.3 User Segment
6(1)
1.4 Different Types of GPS Receivers
6(2)
1.4.1 Consumer Model
6(1)
1.4.2 U.S. Military/Government Model
7(1)
1.4.3 Mapping/Resource Model
8(1)
1.4.4 Survey Model
8(1)
1.4.5 Commercial Transportation Model
8(1)
1.5 Application Fields of GPS Receivers
8(4)
1.5.1 Aviation
9(1)
1.5.2 Marine
9(1)
1.5.3 Farming
9(1)
1.5.4 Science
10(1)
1.5.5 Surveying
10(1)
1.5.6 Military
10(1)
1.5.7 Sports
11(1)
1.5.8 Fleet Management
11(1)
1.6 Conclusion
12(1)
Chapter 2 Electronic Equipment for a GPS System
13(16)
2.1 Introduction
13(1)
2.2 Classification of Microcontrollers
13(3)
2.2.1 Classification of Microcontroller Based on Number of Bits
14(1)
2.2.2 Classification of Microcontroller Based on Memory Devices
14(1)
2.2.3 Classification of Microcontroller Based on the Instruction Set
15(1)
2.2.4 Classification of Microcontroller Based on Memory Architecture
15(1)
2.3 Types of Microcontrollers
16(4)
2.3.1 8051 Microcontroller
16(1)
2.3.2 Peripheral Interface Controller (PIC) Microcontroller
17(1)
2.3.3 Advanced RISC Machines (ARM) Microcontroller
18(1)
2.3.4 Alf-Egil Bogen and Vegard Wollan's RISC (AVR) Microcontroller
18(2)
2.4 Comparison of the Different Microcontroller Types
20(2)
2.5 Future Technology Devices International (FTDI)
22(1)
2.6 Programmer
22(1)
2.7 Bootloader
22(1)
2.8 Cables and Connectors
23(1)
2.9 SD Card
24(1)
2.10 GPS Antenna
25(1)
2.11 GPS Camera
26(1)
2.12 Audio Kit
26(1)
2.13 Conclusion
27(2)
Chapter 3 Communication Modules and Protocols
29(24)
3.1 Introduction
29(1)
3.2 Different Communication Modules
30(5)
3.2.1 Global Positioning System (GPS) Module
30(2)
3.2.2 Global System for Mobile Communications (GSM) Module
32(1)
3.2.3 Satellite Module
33(2)
3.3 Recapitulative Table of Comparison of Different Communication Modules
35(1)
3.4 Different Communication Protocols
35(17)
3.4.1 Communication Protocols of Microcontrollers
38(1)
3.4.1.1 Universal Asynchronous Receiver / Transmitter (UART) Protocol
38(1)
3.4.1.2 Serial Peripheral Interface (SPI) Protocol
39(2)
3.4.1.3 Inter-Integrated Circuit (I2C) Protocol
41(2)
3.4.2 Comparison of the Different Communication Protocols of Microcontrollers
43(1)
3.4.3 Internet Communication Protocols
43(2)
3.4.3.1 Transmission Control Protocol (TCP)
45(1)
3.4.3.2 User Datagram Protocol (UDP)
45(1)
3.4.3.3 Hypertext Transfer Protocol (HTTP) and Hypertext Transfer Protocol Secure (HTTPS)
46(1)
3.4.3.4 File Transfer Protocol (FTP) and File Transfer Protocol Secure (FTPS)
47(2)
3.4.3.5 Simple Mail Transport Protocol (SMTP)
49(1)
3.4.3.6 Post Office Protocol (POP3)
49(1)
3.4.4 Comparison of Different Internet Communication Protocols
50(2)
3.5 Conclusion
52(1)
Chapter 4 Programming Microcontroller
53(10)
4.1 Introduction
53(2)
4.2 Development System of Microcontroller Applications
55(1)
4.3 Programming Languages
56(3)
4.3.1 Assembly Language
56(1)
4.3.2 C Programming Language
57(1)
4.3.3 Lua Programming Language
58(1)
4.4 Recapitulative Table of Comparison of Different Microcontroller Programming Languages
59(1)
4.5 ATtention (AT) Command
59(2)
4.6 NMEA Sentence and GPRMC Sentence
61(1)
4.7 Conclusion
62(1)
Chapter 5 Our Proposed Model: InfElecPhy GPS Unit
63(18)
5.1 Introduction
63(1)
5.2 Proposed Model InfElecPhy GPS Unit (IEP-GPS)
64(6)
5.2.1 Architecture of the Model IEP-GPS with Microcontroller
65(2)
5.2.2 Architecture of the Model IEP-GPS without a Microcontroller
67(3)
5.3 Representation of Interactions between Different Actors of the Model IEP-GPS
70(4)
5.3.1 Interactions between Different Actors of the Model IEP-GPS with a Microcontroller
70(2)
5.3.2 Interactions between Different Actors of the Model IEP-GPS without a Microcontroller
72(2)
5.4 Composition of the Model IEP-GPS
74(5)
5.4.1 Module 1---Obtaining a Location and Posting to the Web
75(1)
5.4.2 Module 2---Sending SMS as an Alert Message
76(2)
5.4.3 Module 3---Sending a Photo by E-mail Using the SMTP Protocol Service
78(1)
5.5 Conclusion
79(2)
Chapter 6 Application
81(26)
6.1 Introduction
81(1)
6.2 Obtaining a Location and Parsing to the Web
81(7)
6.2.1 Code in C
81(2)
6.2.2 Code in Lua
83(2)
6.2.3 Code in the AT Command
85(3)
6.3 Sending SMS
88(5)
6.3.1 Code in C
88(1)
6.3.2 Code in Lua
88(3)
6.3.3 Code in the AT Command Set
91(2)
6.4 Sending a Photo by E-Mail Using the Simple Mail Transfer Protocol (SMTP) Service
93(8)
6.4.1 Code in C
93(4)
6.4.2 Code in Lua
97(1)
6.4.3 Code in the AT Command Set
98(3)
6.5 Tracking of a Given User on Google Maps Using the Application OpenGTS
101(4)
6.6 Conclusion
105(2)
Conclusion and Perspectives 107(2)
References 109(8)
Index 117
Antoine Zgheib is Microelectronic Engineer at UQAM. He has Bachelor degree in Electromechanics. Mr. Antoine Zgheib has done several personal achievements in various fields such as GPS Tracking System via Module 3G, Architecture of Printed Circuit Board Design and Implementation, Free to Air Satellite. He has also good knowledge in computer hardware and software support, as well as in the Internet of Things and Network Communications.

Franjieh El Khoury has a PHD in Computer Sciences from "Université de Lyon1" UCBL1 in France. She has also a diploma in Computer Engineering and Master in Business Computer from "Conservatoire National de Arts et Métiers" CNAM de Paris France. Ms. Franjieh El Khoury continues her research in order to obtain her "Habilitation de Diriger des Recherches" HDR Degree from "Université de Lyon" in France, where she is a research associate in the research lab ERIC. Ms. Franjieh El Khoury has achieved several research publications in Network Security, Cryptography, Iris Biometric Techniques, Image Processing, Artificial Intelligence, Pretopological Spaces, Information System and others. She is the author of the book "Iris Biometric Model for Secured Network Access" published by CRC Press (May 2013). She has academic experience in Database, Information System, System Analysis, Network Security, Robotics and others.