XBee를 두개 끼울 수 있는 소켓이 장착되어 있는 쉴드입니다.

| Num | Label | Description |
| 1 | LED | Bee1 Indicator LED |
| 2 | LED | Bee2 Indicator LED |
| 3 | RUN/PROG Switch | Programming Switch |
| 4 | EN | Hardware Serial Port Enable Pin for Bee1 and Bee2 |
| 5 | xBee TX & RX | xBee_TX and xBee_RX pins |
| 6 | Bee1 Hardware/Software Serial Port Switch | "A" → Hardware Serial Port "S" → Software Serial Port |
| 7 | Bee2 Hardware/Software Serial Port Switch | "A" → Hardware Serial Port "S" → Software Serial Port |
| 8 | Reset | Arduino Reset |
| 9 | Wireless Programming | Short DTR when you need the wireless programming function |

/* # This sample code is used to test the Bees shield. # Editor : Mickey # Ver : 1.0 # Product: Bees shield # SKU : DFR0210 # The circuit: software RX is digital pin 2 (connect to TX of Bee2 device) software TX is digital pin 3 (connect to RX of Bee2 device)*/#include SoftwareSerial mySerial(2, 3); // UNO RX -- Bee TX, UNO TX -- Bee RXvoid setup(){ Serial.begin(115200); mySerial.begin(115200); delay(50);}void loop(){ Serial.println("this is Bee1 hardware!"); mySerial.println("this is Bee2 software!"); delay(500);}
응용 예제 (Application Examples) :
메카솔루션 커뮤니티 Mechasolution Wiki, Mechasolution Blog 는 여러가지 정보를 제공합니다.
상품이 장바구니에 담겼습니다.
바로 확인하시겠습니까?
상품이 찜 리스트에 담겼습니다.
바로 확인하시겠습니까?
Copyright © Mechasolution. All rights reserved.









