Wireless Communication using FLEX and ERIKA Enterprise Basic
|
Hardware
- FLEX Base Board hosting PIC33FFJ256MC710 microcontroller
- FLEX Thru Hole Daughter Board with FlexiPanel EasyBee IEEE 802.15.4 tranceiver module or alteratively a FLex Demo Daughter Board with abuilt-in ready to use ZigBee connector
Software
- Erika Enterprise Basic 1.4.1
PC Side Application
We used a PC connected to the FLEX Board as console. To visualize the data from the FLEX we used these softwares: Hyperterminal (Windows Systems) or Minicom (Linux). The setting was 115200 bit/sec without flow control.
The PC is connected to the FLEX by a RS232(COM) port. In our case by a USB/RS232 cable converter. The FLEX Board uses its UART1 to communicate with the PC. To interface the FLEX UART signals (0V/3.3V) and the PC RS232 signals (+12V/-12V), we used the IC MAX233CPP provided by MAXIM. This is not mandatory, one can use their own preferred line driver/receiver IC.
Flex Side Application
The CC2420/EasyBee can be connected through the FLEX Thru Hole Daughter Board or by the proper connector on the FLEX Demo Daughter Board . Note that, when the Flex Demo Board is used, both FIFOP and FIFO pins change, to accomodate this we must uncomment the following define statement in
#ifndef _CODE_H_
#define _CODE_H_
#include "hal.h"
#include "ee_console.h"
#include "radio_spi.h"
#define USE_CSMA
#define CONSOLE_PORT UART1
#define BAUDRATE 115200
#define BUFFER_SIZE 256
BYTE rx_buffer[BUFFER_SIZE], radio_msg[128];
BYTE msg[]={'H','e','l','l','o',' ','f','r','o','m',
' ','t','h','e', ' ', 'E', 'R', 'I', 'K',
'A',' ', 'K', 'e', 'r', 'n', 'e', 'l','!'};
EE_UINT16 rx_write_index, rx_read_index;
#endif
For more informations, click here
- frabs's blog
- Login or register to post comments
- 555 reads



Wireless communication
Wireless communication is considered a section of telecommunications. It includes different types of mobile, pda, wireless networking etc. Wireless communication may be using: microwave communication, RF communication and IR communication.
I know what Wireless
I know what Wireless Communication is.....
Wireless communication
Wireless communication is.... a communication without wire
I'm glad that you two know
I'm glad that you two know what wireless communication is
I wrote that comment because the article doesn't mention anything about wireless communication
Wireless Communication
It looks cumbersome, but I guess that building a prototype with a development tool always takes space. I expect that as a wireless communication device using ZigBee the final design should look much smaller.
Zigbee
Could you explain what Zigbee is ?
Thanks