» 900 01: Configure XBee
Last edition: Jan 10th, 2017 |
This program shows how to set the basic networking parameters to a XBee module.
The Sensor Device for Developers
Sensor Networks Made Easy
Sensor Node
The IoT Gateway
eHealth and Medical IoT Development Platform
IoT Kits with Cloud Connectivity
IoT Starter Kits for Makers
Custom Hardware & Firmware Design
e-Learning
Face-to-Face
All the resources present on this section belong to Waspmote v15, Waspmote Plug & Sense! v15 and Meshlium v4.0
If you have a Waspmote v12, Waspmote Plug & Sense! v12 or Meshlium v3.8 please go to the old Development Section.
Check what is your version and what are the differences between the old and the new one in this document.
Communication / 900
Last edition: Jan 10th, 2017 |
This program shows how to set the basic networking parameters to a XBee module.
Last edition: Jan 10th, 2017 |
This program shows how to send packets to another module indicating the MAC address of the receiving XBee module
Last edition: Jan 10th, 2017 |
This program shows how to receive packets with XBee-900 modules.
Last edition: Jan 10th, 2017 |
This program shows how to send packets with XBee-900 modules. Broadcast address (0x000000000000FFFF) is specified as destination address
Last edition: Jan 10th, 2017 |
This program shows how to receive packets with XBee-900 modules. The packets received were broadcast
Last edition: Jan 10th, 2017 |
This program shows how to get RSSI value from the last received packet. For this protocol, there is an API function which shows this information. Before running this example, make sure there is another emitter sending packets to this XBee module in order to receive information.
Last edition: Jan 10th, 2017 |
This example shows how to use two XBee modules simultaneously in Waspmote using the Expansion board. Two different objects are created in this code, each one is used for each module. One is connected in the standard socket (SOCKET0) and the other one is connected to the Expansion board (SOCKET1)
Last edition: Jan 10th, 2017 |
This example shows how to receive packets through the Expansion board (SOCKET1).
Last edition: Jan 10th, 2017 |
This program shows how to set different a low power states in XBee-900 modules: * SM=0: Normal Mode * SM=1: Asynchronous Pin Sleep Mode
Last edition: Jan 10th, 2017 |
This is a complete example for XBee-900Mhz. This example shows how to send a packet using unicast 64-bit destination address. After sending the packet, Waspmote waits for the response of the receiver and prints all available information
Last edition: Jan 10th, 2017 |
This is a complete example for XBee-900Mhz. This example shows how to receive a packet. When the source address is the expected one, an answer is sent back to the sending Waspmote
Last edition: Jan 10th, 2017 |
This program shows how to scan the XBee's network in order to find other XBee modules. This example prints all available data within the API structures
Last edition: Jan 10th, 2017 |
This program shows how to search for a specific node inside the XBee's network. Once the node has been found a packet is sent to this node.
Last edition: Jan 10th, 2017 |
This program shows how to search for a specific node inside the XBee's network. Once the node has been found a packet is sent to the searched node.
Last edition: Jan 10th, 2017 |
This program shows how to search for a specific node inside the XBee's network. Once the node has been found a packet is sent to this node.
Last edition: Jan 10th, 2017 |
This program shows how to send AT commands to the XBee modules