/XBee_802.15.4_APIModeTutorial

Python and Arduino code for communicating with XBee 802.15.4 radios

Primary LanguagePython

XBee 802.15.4 Tutorial Code

This code is written for a blog tutorial on writing code to commmunicate using Python and Arduino using XBee 802.15.4 radios configured in API mode. Find the tutorial at serdmanczyk.github.io.

Python

This directory contains all Python code. The only requirement is the pySerial library. It is written for Python 2.7 and Python 3.3.

Arduino

This directory contains a full Arduino project programmed for Arduino Uno. Simply load the .ino file in the Arduino Software, compile, and upload.