¾ÆµÎÀ̳ë XBee½¯µå (Bees Shield)
ÆǸŰ¡°Ý : 14,300¿ø (ºÎ°¡¼¼ Æ÷ÇÔ)
»óÇ°ÄÚµå : [6299]ZAS-DFR-PTW-DFR0210-DEL
¹è¼ÛÀÏ : ´çÀϹ߼Û
Á¦Á¶»ç : DFRobot
ºê·£µå : DFRobot [ºê·£µå¸ô ¹Ù·Î°¡±â]
³²Àº¼ö·® : 2°³
±¸¸Å¼ö·® :
°³
ÃÑ ±Ý¾× :
Ãß°¡&´ë·®±¸¸Å ¿äû 053-588-4080

  • »óÇ°»ó¼¼
  • °ü·Ã»óÇ°
  • ¹è¼Û/±³È¯/¹ÝÇ° ¾È³»
  • »óÇ°¸®ºä

XBee¸¦ µÎ°³ ³¢¿ï ¼ö ÀÖ´Â ¼ÒÄÏÀÌ ÀåÂøµÇ¾î ÀÖ´Â ½¯µåÀÔ´Ï´Ù.  



NumLabelDescription
1LEDBee1 Indicator LED
2LEDBee2 Indicator LED
3RUN/PROG SwitchProgramming Switch
4ENHardware Serial Port Enable Pin for Bee1 and Bee2
5xBee TX & RXxBee_TX and xBee_RX pins
6Bee1 Hardware/Software Serial Port Switch"A" ¡æ Hardware Serial Port 
"S" ¡æ Software Serial Port
7Bee2 Hardware/Software Serial Port Switch"A" ¡æ Hardware Serial Port 
"S" ¡æ Software Serial Port
8ResetArduino Reset
9Wireless ProgrammingShort 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 RX
 
void 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) :






¸ÞÄ«¸®¿öÁî






°ßÀû¿äû
±¸¸Å´ëÇà
Äü/¹æ¹®¼ö·É
ÈĺҰáÁ¦
±â¼ú¹®ÀÇ