the design of electronic license plate recognition terminal system based on n_rf24le1

22
The Design of Electronic License Plate Recognition Terminal System based on nRF24LE1 2012 Fifth International Symposium on Computational Intelligence and Design Wei Chen, Jianding Yu, Xiangjun Liu Emp, CHEN [email protected]

Upload: -

Post on 01-Jul-2015

84 views

Category:

Engineering


5 download

DESCRIPTION

Base on the SoC nRF24LE1 that include radio frequency control chip and 8051f by Nordic company.

TRANSCRIPT

Page 1: The design of electronic license plate recognition terminal system based on n_rf24le1

The Design of Electronic License Plate Recognition Terminal System based on

nRF24LE12012 Fifth International Symposium on Computational Intelligence and Design

Wei Chen, Jianding Yu, Xiangjun Liu

Emp, CHEN

[email protected]

Page 2: The design of electronic license plate recognition terminal system based on n_rf24le1

Ajenda

• Introduction

• System structure

• Hardware design– Reader module

– Electronic tag

• Software design– Reader module

– Electronic tag

• Conclusion

Page 3: The design of electronic license plate recognition terminal system based on n_rf24le1

Introduction

Page 4: The design of electronic license plate recognition terminal system based on n_rf24le1

Introduction

• The limited Land resources and economy is a big challenge for the urban road construction.

• ITS(Intelligent Transportation Systems)

• The RFID technology has advantage in long-range identification, carrying more information, reading data rapidly and wide application

Page 5: The design of electronic license plate recognition terminal system based on n_rf24le1

System structure

Page 6: The design of electronic license plate recognition terminal system based on n_rf24le1

System structure

• The system consists of reader, electronic license plate(E-Plate) and host computer management system.

• When the vehicle, which has been installed electronic license plate, enters the range of the reader.

Page 7: The design of electronic license plate recognition terminal system based on n_rf24le1

Analysis and StoreCommunication

Page 8: The design of electronic license plate recognition terminal system based on n_rf24le1

Hardware design

Page 9: The design of electronic license plate recognition terminal system based on n_rf24le1

Hardware design

• Reader module–ARM chip, RF(Radio frequency), Control

circuit.

• E-plate module–Wireless RF application circuit.

–Base on nRF24LE1

– Some peripheral

Page 10: The design of electronic license plate recognition terminal system based on n_rf24le1

Hardware design

• Reader Module

–LM3S8962

• Cortex M3、50MHz、36 Interrupts、Cheap(?)

• Main

–Process、Memory、Power conversion

• Extended

–RF(Communication by I2C)、JTAG、LCD+Touch、LED…

Page 11: The design of electronic license plate recognition terminal system based on n_rf24le1

Hardware design

• RF circuit - receive the information from E-plate and send to the processor through the mode of I2C.

• Processor deals with the received information and sends to the PC

• LCD&TS - human-computer interaction

Page 12: The design of electronic license plate recognition terminal system based on n_rf24le1

Hardware design

Program

Date

To PC To E-plate

Page 13: The design of electronic license plate recognition terminal system based on n_rf24le1

Hardware design

• E-Plate (nRF24LE1)– 8051F + nRF24l01P

– The stability and reliability of the RF system is increased and the cost is reduced

– ISM Frequency band from 2.4GHz to 2.5GHz

– Maximum transmission rate 2Mbit/s

– Distance 100m (Without sleep)

Page 14: The design of electronic license plate recognition terminal system based on n_rf24le1
Page 15: The design of electronic license plate recognition terminal system based on n_rf24le1

Software design

Page 16: The design of electronic license plate recognition terminal system based on n_rf24le1

Software design

• Reader

– The real-time operating system FreeRTOS is used for the reader control

– The TCP / IP protocol stack has been portedto the FreeRTOS

Page 17: The design of electronic license plate recognition terminal system based on n_rf24le1

Software designStep1: Initial the nRF24LE1. Configure to TX mode. Step2: Button is pressed, the nRF24LE1 sending corresponding commands.Step3: If successfully received, displayed on the LCD. Else if fails, Timeout will be determined.

Page 18: The design of electronic license plate recognition terminal system based on n_rf24le1

Software design

• E-plate–Use button batteries

– E-plate not work until an interrupts

– The E-plate will process the received information in a short time, and then work on low power consumption module as soon possible.

Page 19: The design of electronic license plate recognition terminal system based on n_rf24le1

Software design

Page 20: The design of electronic license plate recognition terminal system based on n_rf24le1

Software design

• Communication protocol

– SGN(signture)

– CMD(Command)

– TID(Tag identifier)

– UID(User identifier)

– STA(Status)

Page 21: The design of electronic license plate recognition terminal system based on n_rf24le1

Software design

• Encryption

–DES• F-function

• 56bits key.

• 64bits block

Page 22: The design of electronic license plate recognition terminal system based on n_rf24le1

Conclusion

• The hardware circuit main chip is RF chip nRF24LE1 and LM3S8962, which is based on the kernel of CORTEX-M3.

• The software includes tag data, receiving data and sending data, and also encryptionalgorithm.