ATAKSTK511-9 Atmel, ATAKSTK511-9 Datasheet - Page 13

KIT RF MODULE 915MHZ FOR STK500

ATAKSTK511-9

Manufacturer Part Number
ATAKSTK511-9
Description
KIT RF MODULE 915MHZ FOR STK500
Manufacturer
Atmel
Series
SmartRF®r
Type
Transmitter, Receiver, ASK, FSKr
Datasheets

Specifications of ATAKSTK511-9

Frequency
915MHz
Wireless Frequency
915 MHz
Modulation
ASK, FSK
Operating Voltage
5 V
Antenna
External Whip
For Use With/related Products
ATSTK500
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
STK511 User Guide
}
// Check for two of the three bytes received to match before displaying
if(ReceiveData[0] == ReceiveData[1] || ReceiveData[0] ==
ReceiveData[2])
{
}
// Check for two of the three bytes received to match before displaying
else if(ReceiveData[1] == ReceiveData[2])
{
}
DisplayData = ReceiveData[0];// Load data to be displayed
delay_ms(40);
DisplayLED();
}
// Check level of DATA line. Load value into register
if(PINB.4 == 1
{
}
// Check level of DATA line. Load value into register
if(PINB.4 == 0
{
}
{
}
// If DATA line high load a 0
// This will reverse the data and
// Turn on the LED when a 1 was sent
ReceiveData[j] &=(~(1<<(i-1)));
// If DATA line low load a 1
// This will reverse the data and
// Turn off the LED when a 0 was sent
ReceiveData[j] |=(1<<(i-1));
// Check D_CLK. Exit when high
if(PINB.2 == 1)
{
}
// Increment timeout
else if(PINB.2 == 0){timeOut++;}
flag2 = 1;
//PORTD = 0xFF; //For Debug
&& flag2)
&& flag2)
// Wait
// Write to LEDs
STK511 Receiver Board
4842B–AVR–10/09
3-5

Related parts for ATAKSTK511-9