RF-TO-USB2-RD Silicon Laboratories Inc, RF-TO-USB2-RD Datasheet - Page 13

no-image

RF-TO-USB2-RD

Manufacturer Part Number
RF-TO-USB2-RD
Description
RF TO USB EVAL REF DESIGN
Manufacturer
Silicon Laboratories Inc
Series
-r
Type
Sensor Demor
Datasheet

Specifications of RF-TO-USB2-RD

Frequency
915MHz
Lead Free Status / Rohs Status
Contains lead / RoHS non-compliant
For Use With/related Products
-
Other names
336-2139
Within the same loop, the firmware checks the RxPacketReceived flag (set by an interrupt service routine). If true,
indicating there is data waiting, the firmware lights the red and green LED according to the value received.
The firmware sits in this loop indefinitely and waits for a transmit request keypress or an incoming packet.
This is a very simple code example. You may extend this example to suit your application by:
Note that these code examples are installed as part of the Silicon Laboratories IDE installation.
Adding power management: See code examples in C:\SiLabs\MCU\Examples\Si101x\SleepMode to place the
MCU core in low-power, waking up on keypress, or a real-time clock.
Making a measurement with the ADC: See code examples under C:\SiLabs\MCU\Examples\Si101x\ADC.
Adding communications via UART or SPI: See code examples under C:\SiLabs\MCU\Examples\Si101x\UART
and C:\SiLabs\MCU\Examples\Si101x\SPI
// receive from other node, display value with LED's
} //while (1)
if(RxPacketReceived)
{
}//if RX
ppPhyGetRxPacket(&RxPacketLength, RxBuffer);
switch (RxBuffer[0])
{
case 1:
case 2:
case 3:
default:
}
LED_GRN = ILLUMINATE;
LED_RED = EXTINGUISH;
break;
LED_GRN = EXTINGUISH;
LED_RED = ILLUMINATE;
break;
LED_GRN = ILLUMINATE;
LED_RED = ILLUMINATE;
break;
LED_GRN = EXTINGUISH;
LED_RED = EXTINGUISH;
break;
Rev. 0.2
RF-to-USB-RD2
13

Related parts for RF-TO-USB2-RD