101-1165 Rabbit Semiconductor, 101-1165 Datasheet - Page 19

KIT WIRELESS CONTROL APP 2.4GHZ

101-1165

Manufacturer Part Number
101-1165
Description
KIT WIRELESS CONTROL APP 2.4GHZ
Manufacturer
Rabbit Semiconductor
Type
RabbitWeb Moduler
Datasheets

Specifications of 101-1165

Frequency
2.4GHz
Wireless Frequency
7.4 MHz
Modulation
FHSS
For Use With/related Products
Rabbit-based Boards
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
316-1132
Digital Outputs
The control of the 10 digital outputs through the RabbitWeb interface is governed by the digOutSetup,
digOutLabels, digOutStatus, and digOutUpdate function calls. You would simply change the
name or add additional labels to digOutLabels to match the relays on your specific board.
Analog Inputs
The control of the eight analog inputs through the RabbitWeb interface is governed by the anaInSetup,
anaIns, anaInStatus, and anaInUpdate function calls. The anaInSetup function call is used to
assign the Analog Inputs name to the group header and to specify the number of inputs, rows, and col-
umn width. Each anaIns label is unique because of the different configurations of each analog channel,
and that is also why the anaInStatus array has a value of 8. You would simply change the name or add
additional labels to anaIns to match the inputs on your specific board.
As the analog inputs are read, the anaInUpdate() function call updates their values in the Web
browser.
int digOutLabels;
#web digOutLabels select("D0 Sinking", "D1 Sinking", "D2 Sinking",\
int anaInSetup; // group header, #of inputs, #of rows, column width
#web anaInSetup select("Analog Inputs","8","2","135px")
int anaIns[8];
#web anaIns[0] select("Analog In 0", "Volts", "0", "20")
#web anaIns[1] select("Analog In 1", "Volts", "0", "10")
#web anaIns[2] select("Analog In 2", "Volts", "0", "5")
#web anaIns[3] select("Analog In 3", "Volts", "0", "4")
#web anaIns[4] select("Analog In 4", "Volts", "0", "2.5")
#web anaIns[5] select("Analog In 5", "Volts", "0", "2")
#web anaIns[6] select("Analog In 6", "Volts", "0", "1.25")
#web anaIns[7] select("Analog In 7", "Volts", "0", "1")
.
.
void anaInUpdate()
"D3 Sinking", "D4 Sinking", "D5 Sinking", "D6 Sinking",\
"D7 Sinking", "D8 Sourcing", "D9 Sourcing")
// label, unit, min, max
022-0115 Rev. A
19

Related parts for 101-1165