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

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
Parameters:
onOff
This function will set the power state of the power amp.
void rfSetTXDeviation (unsigned char dev)
Sets the SX1231 deviation.
Parameters:
dev
This function sets the transmit deviation of the radio. Deviation is determined as follows:
deviation(khz) = dev * 1kHz
void rfSetTxPower (sint8_t power)
Sets the transmitter power level from -18 to + 17db in 1db steps.
void rfWriteRegister (uint8_t reg, uint8_t regdata)
Writes a SX1231 register.
Parameters:
reg
regdata
This function writes a register in the SX1231. No checking is done on "reg" or "regdata", so it is
imperative that the programmer ensures that these variables are valid.
5.0.6 EVENT MANAGER
Detailed Description:
This manager is provided in source code form. This very simple manager provides a service
container that allows an application to receive event notifications from the various API’s by registering
a callback function via evtRegisterGlobalEventCallback(). An application may also fire events using
evtEvent().
If a callback has not been registered, events will be ignored. This very simple manager provides a
service container that allows an application to receive event notifications from the various API’s by
registering a callback function via evtRegisterGlobalEventCallback(). An application may also fire
events using evtEvent().
If a callback has not been registered, events will be ignored.
Enumeration Type Documentation:
enum TEventType
Event Types - Not all events will propagate up to the application level. Many of the PHY Rx events
are handled internally by the protocol stack.
Rev 1.1 (November 2012)
0=Power Amp Off; 1= Power Amp On
Deviation in 1kHz steps
Register to be programmed
Data to be programmed
27
© DLP Design, Inc.

Related parts for DLP-RFS-DK