
Compare XBee and ZigBee modules with Particle Photon Wi-Fi radios for the internet of things, and explore single module versus discrete designs and over-the-air upgradeability.
This video provides an introduction for our module on XBee Hardware.
Configure two XBee series 1 radios for point-to-point communication, set pan id and addresses, and use pwm output to transmit an analog value via breakout boards and USB dongle.
Explore how the Digi ConnectPort X2 acts as a ZigBee coordinator and RF to Ethernet gateway, linking end nodes to the internet via a central coordinator.
Explore how XBee series 2 API mode enables structured packet communication, remote device configuration, and multi-destination addressing using API frames and DH/DL or SH/SL schemes.
Explore API mode with XBee Series 2 by querying radios for firmware version and channel using Python, and discover network radios with Get Node Information, ddl_get_param, and struct unpack.
Explore data acquisition with XP series XBee radios in API mode, collecting analog and digital inputs across eight channels, controlled via set/get param commands and a Python example.
Explore how Deji XBee hardware, including smart plug, LTE sensor, wall router, and analog adapter, enables a hybrid XP network and practical data extraction with Python.
Explore the Particle Photon IDE, cloud service, and soft AP modes; build three web-controlled LED examples using HTML and JavaScript, plus device claiming and recovery tips.
This course is directed at students who desire to learn to build hardware and software for Internet of Things (IoT) related projects quickly. It teaches students how to develop systems that employ the Digi-manufactured XBee Series 1 and Series 2 radios based on the ZigBee communication protocol. Specifically, it addresses the following topics: 1) XBee Series 1 radio for point-to-point communication, 2) the Digi Connectport X2 as a star network coordinator, 3) XBee Series 2 radio in AT/transparent mode, 4) XBee Series 2 radio in API mode, 5) relevant python programming basics, 6) data acquisition from a sensor via S2 radio, 7) overview of other Digi-manufactured devices relevant to ZigBee. The course provides an accompanying written document including code examples that students may download and adapt for their purposes.
The IEEE 802.15.4 Standard is very useful for the design of low-power wireless sensors. This course explores how technologies based on that standard, like ZigBee, may be applied to various Internet of Things (IoT) and Cyber-Physical Systems applications. This course is aimed at those students with at least some minimal experience building circuits on a breadboard and programming in an object-oriented language like Python. However, beginner students can still take a lot from this course, combining it with free online tutorials on building circuits and programming.