XBee® Shield V1.1
รหัสสินค้า : XBeeSV1.1
ราคา |
560.00 ฿ |
จำนวนที่จะซื้อ | |
ราคารวม | 560.00 ฿ |
สินค้าไม่เพียงพอ
สินค้าหมด
A Xbee shield allows an Arduino board to communicate wirelessly using Zigbee. It is based on the Xbee module from MaxStream. The module can communicate up to 100 feet indoors or 300 feet outdoors (with line-of-sight). It can be used as a serial/usb replacement or you can put it into a command mode and configure it for a variety of broadcast and mesh networking options. The shields breaks out each of the Xbee's pins to a through-hole solder pad. It also provides female pin headers for use of digital pins 2 to 7 and the analog inputs, which are covered by the shield (digital pins 8 to 13 are not obstructed by the shield, so you can use the headers on the board itself).
Seeed Studio's Xbee shield is derived from Arduino Xbee shield, with following features:
- Smaller form
- SMT package for most of the components
- Cost reduction
For more details on configuring the Xbee module, see the product manual from MaxStream.
Arduino Xbee Shield Page: >>Click
To use X-CTU with Seeeduino, please upload following sketch:
void setup()
{
DDRB=0;
DDRC=0;
DDRD=0;
}
void loop()
{
}