Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 630 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 630 Bytes

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.