SDBC-DK3 Silicon Laboratories Inc, SDBC-DK3 Datasheet - Page 48

KIT WIRELESS DEV EZRADIOPRO

SDBC-DK3

Manufacturer Part Number
SDBC-DK3
Description
KIT WIRELESS DEV EZRADIOPRO
Manufacturer
Silicon Laboratories Inc
Type
Transceiverr
Datasheet

Specifications of SDBC-DK3

Wireless Frequency
868 MHz
Interface Type
RS-232, USB
Modulation
GFSK
Operating Voltage
3.3 V
For Use With/related Products
EZRadioPRO®
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
SDBC-DK3 UG
9.2. Main Source File
48
/************************************************************************************
*
*
*
*
*
*
*
*
*
*
*
*
*
*************************************************************************************/
/*-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/
#include "C8051.h"
#include "Si4432.h"
/*--------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/
void Hw_Init(void);
void delay_ms(uint8 delay);
/* The real program starts here.
/* After power-on, the first two tasks are the init of the MCU and the software development board.
/* The main loop starts after that. While (1) means that it is a never ending loop.
/*-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/
void main (void)
{
idata uint8 packet[MAX_PAYLOAD_LENGTH];
idata uint8 length;
FILE --- MAIN.C
DESCRIPTION
This is the main file of the project.
CREATED
Silicon Laboratories Hungary Ltd
COPYRIGHT
Copyright 2008 Silicon Laboratories, Inc.
http://www.silabs.com
Hw_Init();
RfInitHw(DR4800BPS_DEV45KHZ);
RFIdle();
RFReceive();
FUNCTION PROTOTYPES
INCLUDE
MAIN PROGRAM
Rev. 0.4
// initialize the MCU and the SW Development board
// initialize the Si4432
// set the radio into IDLE state
// start continuous receive
*/
*/
*/

Related parts for SDBC-DK3