Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking...

16
University of Moratuwa Department of Electronic and Telecommunication Engineering Final Year Project Presentation – YXX June 7, 2022 1 Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services 080073V- R.S.A De Silva 080104U-D.P.G.S.R Fernando 080238H-J.R.Kodagoda 080269D-I.U.Liyanage Supervisor-Dr. Ajith Pasqual Final Year Project Presentation G-12 December 19,2012

description

 

Transcript of Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking...

Page 1: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

1

Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with

embedded Networking services

080073V- R.S.A De Silva

080104U-D.P.G.S.R Fernando

080238H-J.R.Kodagoda

080269D-I.U.Liyanage

Supervisor-Dr. Ajith Pasqual

Final Year Project Presentation G-12 December 19,2012

Page 2: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

2

Introduction

Wi-Fi802.11a/b/g

WAVE802.11p

Final Year Project Presentation G-12 December 19,2012

Page 3: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

3

Final Year Project Presentation G-12 December 19,2012

WAVE (Wireless Access I Vehicular Environment) is a next generation Dedicated short Range Communication (DSRC) technology.

Data rate of 3-27 Mbps even in fast moving environments.

802.11p/DSRC technology is the basis for future Intelligent Transportation Systems.

The number of 802.11p/DSRC devices, available in the international market are very few and generally the price exceeds 5000 USD.

Introduction cont..

Page 4: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

4

Work Flow Chart

Final Year Project Presentation G-12 December 19,2012

Page 5: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

5

The Development Platform Wireless Mini PCI card with Atheros chipset

Industrial Grade , WAVE supportive High power Chipset

ALIX3D3 (Single Board Computer) Low Power Consumption Compact size Linux supportive

MIKROTIK 2.4-5.8GHz 3dBi Swivel Antenna with cable and MMCX connector

Finland Fastrax UP501 GPS Antenna Module

Final Year Project Presentation G-12 December 19,2012

Page 6: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

6

Driver development (802.11a 802.11p)

Final Year Project Presentation G-12 December 19,2012

Parameter IEEE 802.11a/e IEEE 802.11p

Frequency Range USA: 5.15 – 5.35 GHz & 5.725 – 5.825 GHZ

USA: 5.850 – 5.925 GHz

Channel width 20MHz 10MHz

Data Rates 6, 9, 12, 18, 24, 36, 48, 54 Mbit/s

3, 4.5, 6, 9, 12, 18, 24, 27 Mbit/s

Symbol Duration 4 μs 8 μs

Guard time 0.8 μs 1.6 μs

Preamble Duration 16 μs 32 μs

Signal Field Duration 4 μs 8 μs

Sub-Carrier Spacing 0.3125 MHz 0.15625 MHz

SIFS Duration 16 μs 32 μs

Page 7: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

7

Channel Allocation

Final Year Project Presentation G-12 December 19,2012

Page 8: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

8

Driver Verification

Final Year Project Presentation G-12 December 19,2012

Page 9: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

9

WAVE Protocol Stack

WSMP – For Safety messages & controlling purposes

IPV6 – For advanced features (Internet, Toll collection)

Final Year Project Presentation G-12 December 19,2012

Page 10: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

10

WSMP Header

1 1 1 1 1 4 2 Variable

WSMVersion

Securitytype

Channelnumber

Data Rate

TX power Level

Provider Service Identifier

WSM length

WSM data

Linux socket (int domain, int type, int protocol)WSMP domain =AF_PACKET type = sock_diagram protocol = 0x88dc

Final Year Project Presentation G-12 December 19,2012

Page 11: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

11

WSMP Packet Verification

Final Year Project Presentation G-12 December 19,2012

Page 12: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

12

Communication Verification

Final Year Project Presentation G-12 December 19,2012

Page 13: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

13

Final Year Project Presentation G-12 December 19,2012

Area 0 Area 2

Area 1

Area 3

IntersectionArea

>10m>10m

Page 14: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

14

Beacon Format

WSMP Header

Vehicle ID Intersection ID

Intersection Area

Vehicle Speed

Distance to Intersection

• Broadcast the packet when the vehicle enters into an intersection area

• Sends on each and every acquisition of GPS coordinates

Final Year Project Presentation G-12 December 19,2012

Page 15: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

15

Future Applications

Final Year Project Presentation G-12 December 19,2012

Approaching emergency vehicle warning

Highway-rail intersection warning

Vehicle data collection

Electronic parking payments

Emergency warning system for vehicles

Page 16: Driver Development for IEEE WAVE (802.11p/1609.x) based wireless module with embedded Networking services

University of Moratuwa

Department of Electronic and Telecommunication Engineering

Final Year Project Presentation – YXX April 10, 2023

16

Conclusion & Summary Successful implementation and verification of IEEE 802.11p driver

and 1609.3 network protocol.

Demonstrating of collision warning application combining GPS technology.

Achieving successful communication with a relative speed of around 40 kmph at a distance greater than 100m.

Developing a marketable product with a compact portable size.

Being the first Sri Lankans to implement a development platform for ITS applications.

Final Year Project Presentation G-12 December 19,2012