+ All Categories
Home > Documents > UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching...

UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching...

Date post: 23-Dec-2015
Category:
Upload: doreen-owens
View: 217 times
Download: 0 times
Share this document with a friend
Popular Tags:
27
UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of Beira Interior (PT) Pedro Dinis Gaspar, António Espírito Santo, Bruno Ribeiro, Humberto Santos University of Beira Interior, Electromechanical Engineering Department www.msp430.ubi.pt Copyright 2009 Texas Instruments All Rights Reserved www.msp430.ubi.pt
Transcript
Page 1: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents

Chapter 15Advanced Laboratories

RF link using the eZ430-RF2500

MSP430 Teaching Materials

Texas Instruments IncorporatedUniversity of Beira Interior (PT)

Pedro Dinis Gaspar, António Espírito Santo, Bruno Ribeiro, Humberto SantosUniversity of Beira Interior, Electromechanical Engineering Department

www.msp430.ubi.pt

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

Page 2: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents2

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

Contents

Introduction

The application

The hardware

The software

Configuration

Algorithms

New challenges

Page 3: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents3

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

Introduction (1/3)

This laboratory demonstrates the operation of a small wireless communication application;

The purpose of this laboratory is to send and receive text messages, making use of RF links between the central unit (base unit) and the various peripheral units (remote units).

It is an integrated application, using some peripherals of the MSP430, in particular, the USCIx communication modules;

Additionally, it uses the CC2500 radio transceiver as an interface to external devices;

Even though the application is simple, it is motivating to the user because the IO console allows easy interaction with the system;

Page 4: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents4

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

This laboratory has the following objectives:

To demonstrate the importance of software organization as a fundamental part of an embedded systems project:

• To approach the problem using a top-down approach, applying the necessary abstraction to organize the software into functional layers.

To give an example of the management of a complex project, integrating together more than one functional module:

• To develop a modular structure so that several functional modules co-exist together within a single software project.

Introduction (2/3)

Page 5: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents5

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

Introduction (3/3)

This laboratory has the following objectives (continued):

Make use of the wireless communications capability of the MSP430, demonstrating its practical advantages;

Consolidate knowledge acquired during the previous laboratories, namely:

• From the MSP430 communications interfaces laboratories:

– SPI mode to access the transceiver CC2500;– UART mode to interface with the IO console.

Page 6: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents6

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The application (1/4)

This laboratory establishes communications between various RF units;

The stations are identified by an ID, i.e., the address for presentation to the network. When a station wants to communicate with another station, it must use the address of the target station in the message;

The CC2500 has several ways to communicate, which determine the size of the messages exchanged;

In order to simplify the communication process, fixed-size address and data have been used (maximum message size 64 bytes). This corresponds to the size of the CC2500 FIFO.

Page 7: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents7

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The application (2/4)

CC2500 packages format:

Page 8: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents8

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The application (3/4)

This laboratory has two units with distinct functional differences:

The code differs between the two units:

One unit contains the base station functionality:• Receives messages from all peripheral units;

• Works as a radio beacon;

• Sends to to all remote stations;

• Acknowledges messages received.

The other unit acts as a remote station.

Page 9: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents9

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The application (4/4)

Block Diagram of the Application:

Remote stationID 0x03

RS232

RS232 Console in PC

You Are Table#03You Are Table#03......You Are Table#03

Remote stationID 0x01

RS232

RS232 Console in PC

You Are Table#01You Are Table#01......You Are Table#01

Remote stationID 0x02

RS232

RS232 Console in PC

You Are Table#02You Are Table#02......You Are Table#02

Remote stationID 0xn

RS232

RS232 Console in PC

You Are Table#nYou Are Table#n......You Are Table#n

Messages from Base

station to Remote

station #3

RS232 Console in PC

RS232

We Are Table#01We Are Table#03We Are Table#02......We Are Table#n

Base stationID 0x43

Messages from

Remote stations to

Base station

Page 10: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents10

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The hardware (1/4)

The application is ready to run on the eZ430-RF2500 hardware development kit (see Chapter 3 for details). The devices used are the:

• CC2500 radio transceiver;• MSP430F2274;• RS232 interface, accessed through the USB interface,

which is available for development.

Page 11: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents11

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The hardware (2/4)

The CC2500 is a radio frequency transceiver operating in the widely used ISM/SRD (Industrial-Scientific-Medical /Short-Range-Devices) 2.4 GHz frequency band;

It is a low-cost device with low power consumption, designed for consumer electronics applications.

Page 12: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents12

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The hardware (3/4)

The communications protocol uses very little data formatting. It is up to the user to define the communications protocol that best suits their application and implement their own software;

The CC2500 is a low pin-out device, because it integrates all the radio functions, except the antenna;

This device is not sufficiently independent that it can operate without the aid of a microcontroller;

When coupled to the MSP430, connection is made between:

• Access to internal registers: SPI interface belongs to the USCIB0 unit;

• Status pins: GDO0 and GDO2 (P2.6 and P2.7).

Page 13: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents13

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The hardware (4/4)

CC250 RF transceiver:

Page 14: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents14

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The software (1/5)

Internal structure: Structured in layers:

• Base layer: Hardware abstraction layer. Responsible for separating the higher layers of software from the hardware;

• Middle SPI layer: Ensures the communication functions for the correct operation of CC2500;

• UART layer: Provides connection to the PC via RS232;

• CC2500 layer: Access and control functions controlling the CC2500 (SPI and the GPIO);

• Application layer: Uses the features offered by layers at a lower level to implement the tasks necessary for the correct operation of the application.

Page 15: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents15

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The software (2/5)

Software structure:

Application

SPI

Hardware DefinitionCC2500 + SPI +UART

CC2500UART

Page 16: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents16

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The software (3/5)

Each layer has different functional responsibilities:

Hardware definition layer:

File Description

TI_CC_CC1100-CC2500.h Definitions specific to the CC1100/2500 devices (Chipcon’s/TI SmartRF Studio software can assist in generating register contents)

TI_CC_MSP430.h Definitions specific to the MSP430 device

TI_CC_hardware_board.h Definitions specific to the board(connections between MSP430

and CCxxxx)

Page 17: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents17

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The software (4/5)

SPI layer:

CC2500 layer:

File Description

TI_CC_spi.h Function declarations for hal_spi.c

TI_CC_spi.c Functions for accessingCC1100/CC2500 registers via SPIfrom MSP430

File Description

cc1100-CC2500.c Initialization of messages, transmission and reception functions.

TI_CC_CC1100-CC2500.h Function declarations for cc1100-CC2500.c

Page 18: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents18

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

The software (5/5)

UART layer:

File Description

hal_uart.c Initialization of messages and transmission functions via RS232.

hal_uart.h Function declarations for hal_uart.c

Page 19: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents19

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

Configuration (1/5)

Clearly defined start-up of the multiple hardware modules and the various software modules;

Important: The unit’s address needs to be changed during compilation, to allocate a unique address.

START

Initialize MS430 Interface

Power-Up reset signal sequence to CC2500

Write RF Settings to CC2500

Configure MSP430 IO

Put CC2500 in RX state

Enter Sleep mode 3

Set device Adress

Page 20: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents20

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

Configuration (2/5)

Base station code: Two interrupt service routines

(ISR) and two buffers:

UARTRS232

Timer A

CC2500

TX BufferRX Buffer

Timer AISR

Port2ISR

TX

Page 21: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents21

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

Configuration (3/5)

Base station code:• Port2 ISR:

– Enabled by GDO0, which causes a L-H transition when it receives a valid Sync_Word;

– H-L transition at the end of a message reception;– The contents of the received messages are sent to the

IO console via the RS232 connection;

• The Timer_A service routine is used to send a message to check for correct reception from the remote stations (maximum of 15);

• The two buffers are used to hold the messages:– The transmit buffer is used to build the message for

later transmission;– The receive buffer is used to hold the data read from

the CC2500 FIFO when a message is received.

Page 22: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents22

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

Configuration (4/5)

Remote station code: Composed of two interrupt

service routines (ISR) and two buffers:

UARTRS232

KeyboardGPIO

CC2500

TX BufferRX Buffer

Port1RSI

Port2RSI

SwitchTX

Page 23: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents23

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

Configuration (5/5)

Remote station code:• Port2 ISR:

– Enabled by the GDO0, which causes a L-H transition when it receives a valid Sync_Word;

– H-L transition at the end of a message reception; – Received message contents to IO console (RS232).

• Port1 ISR: Generated when the button is pressed, sending the signal announcing the presence of the remote station;

• Two buffers used to hold the messages:– Transmit buffer is used to build the message for later

transmission;– The receive buffer is used to hold the data read from

the CC2500 FIFO after receiving a message.

Page 24: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents24

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

Algorithms (1/2)

Transmission algorithm implemented by Port1 ISR:

Switch pressed?

START ISR P1

Yes

Build a packet

Write data to TX buffer

Put CC2500 in TX state

Wait forGDO0 to finish

Clear flag

END

No Send

Packet

Page 25: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents25

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

Algorithms (2/2)

Reception algorithm used by the Port2 ISR in both stations:

Rx Buffer have data

START ISR P2

Yes

Read first byteof FIFO (len byte)

Read len byte from FIFO

Read status byte

Clear flag

END

No

Read

packet

Page 26: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents26

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

New challenges

This laboratory has brought together the range of ideas and concepts taught in the CDROM. It can also be used as the basis for other and more exciting new challenges;

Using the present laboratory as a starting point, develop an application to exchange written messages between a series of stations scattered inside a room, a kind of "wireless messenger“;

The messages typed into the IO console for a particular address would be sent by wireless support to the console addressed.

Page 27: UBI >> Contents Chapter 15 Advanced Laboratories RF link using the eZ430-RF2500 MSP430 Teaching Materials Texas Instruments Incorporated University of.

UBI

>> Contents27

Copyright 2009 Texas Instruments All Rights Reserved

www.msp430.ubi.pt

New challenges

To achieve this objective, it is useful to define a small set of user-defined commands, such as:

• Address allocation at the local station;

• Address allocation at the remote station;

• Sending a message;

• Neighbourhood screening of possible talking partners;

• Among others…


Recommended