DLP-RFS-DK DLP Design, DLP-RFS-DK Datasheet - Page 24

no-image

DLP-RFS-DK

Manufacturer Part Number
DLP-RFS-DK
Description
RF Development Tools DLP-RFS1231 development kit
Manufacturer
DLP Design
Type
RF Transceiversr
Datasheet

Specifications of DLP-RFS-DK

Rohs
yes
Product
Development Kit
Tool Is For Evaluation Of
DLP-RFS1231
Frequency
915 MHz
Operating Supply Voltage
2.4 V to 3.6 V
Dimensions
1.5 in x 2 in x 1.53 in
Interface Type
UART
Maximum Operating Temperature
+ 70 C
Minimum Operating Temperature
0 C
For Use With
DLP-RFS1231
Macros:
#define NUM_CHANNELS 32
Enumerations:
enum TRFRate { xer9_6K, xer19_2K, xer38_4K }
Defines all possible data rates for the radio.
enum TRFTxPower { kRFTxPower0dBm, kRFTxPower5dBm, kRFTxPower10dBm,
kRFTxPower15dBm }
Defines possible transmit power settings available.
RF Configuration Functions:
These functions are used to initialize and configure the radio:
void rfSetMode (uint8_t mode)
Sets the operating mode off.
void rfInitialize (void)
Initializes the SX1231.
void rfSetTXDeviation (unsigned char dev)
Sets the SX1231 deviation.
void rfSetDataRate (TRFRate rate)
Sets the SX1231 data rate.
TRFRate rfGetDataRate (void)
Gets the SX1231 data rate.
void rfSetupRx (unsigned char channel)
Sets the RX channel operating parameters. Now it is just the channel.
void rfSetChannel (uint8_t channel)
Sets the receiver channel and bandwidth.
uint8_t rfSetTxChannel (uint8_t channel)
Sets the receiver channel and transmitter deviation.
void rfSetupTx (uint8_t channel, TRFTxPower pwr)
Sets the TX channel operating parameters. For now, they are channel and power.
void rfSetTxPower (sint8_t power)
void rfSetPA (uint8_t onOff)
Turns the power amp on and off.
void rfUseAlternatePins (void)
Forces RadioAPI to use P6.1-P6.2 instead of P9.1 and P9.2.
void rfUseNormalPins (void)
Forces RadioAPI to use P9.1-P9.2 instead of P6.1 and P6.2.
void rfDoNotUsePowerPins (void)
Forces RadioAPI not to use P7.0, P7.1, and P9.3. Disables power control. Do not use with PA.
void rfUsePowerPins (void)
Forces RadioAPI to use P7.0, P7.1, and P9.3 for power control.
freq_t rfGetChannelFreq (uint8_t channel)
Gets the channel frequency in Hz.
void rfSetDataPattern (uint8_t patternCount, uint8_t *patternBuffer)
Sets up the pattern used for detection by the SX1231 receiver.
void rfSendDataByte (unsigned char byte2send)
Sends a data byte over the SX1231 radio.
© DLP Design, Inc.
Rev 1.1 (November 2012)
24

Related parts for DLP-RFS-DK