Comments: Teensy XBee Adapter Hookup Guide
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
I'm able to get the XBee's talking between two explorers, no problem. However, I've not had much luck with the teensy adapter.
I'm using a Teensy 3.2, two XBee Pro 900HP with the UART1 code provided above. Power is provided thru the teensy's uUSB. I've configured the Xbees with CM: 0xAAAAAAAAAAAAAAAAAA, matching Network ID's (7AAA), PL: medium, TO: 0x40 ,and correct addressing (DH1 = SH2, DH2 = SH1, DL1 = SL2, DL2 = SL1) and yes the UART switch is in the correct position.
Is anyone experience similar difficulties with the adapter?
Thanks in advance, Twain
Opening a connection via XTCU first, then closing the connection seems to eliminate this problem... Now I can communicate no problem via the Arduino based serial terminal. I've got no idea why, but there it is.
Hi! I copied the code for the UART example, and I'm getting a message "BYTE was not declared in this scope". Can you please help me out with this?