4432-DKDB2 Silicon Laboratories Inc, 4432-DKDB2 Datasheet - Page 48

WiFi / 802.11 Modules & Development Tools Single Antenna TRx Testcard Hi band

4432-DKDB2

Manufacturer Part Number
4432-DKDB2
Description
WiFi / 802.11 Modules & Development Tools Single Antenna TRx Testcard Hi band
Manufacturer
Silicon Laboratories Inc
Datasheet

Specifications of 4432-DKDB2

Modulation
GFSK
Operating Voltage
3.3 V
Antenna
SMA
For Use With/related Products
Si4432
Lead Free Status / RoHS Status
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 4432-DKDB2