My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 28
==Overview== This is a Java API for communication with XBee/XBee-Pro series 1 (802.15.4) and series 2 (ZNet 2.5 and ZB/!ZigBee Pro) OEM RF Modules, in API mode. The objective of this project is to provide a flexible and simple to use API to interact with XBee radios. In terms of flexibility, th...
=Overview= This is a testing version of a Java XBee driver that use the [http://code.google.com/p/xbee-api/ Andrew Rapp API] for communicate to an XBee device. It provides methods for send and receive msg, and save all parameters (like address,power level, operating channel and PAN id) in a node...
The [http://www.faludi.com/projects/zigbee-internet-gateway/ XBee Internet Gateway] is a small python program for the [http://www.digi.com/products/wirelessdropinnetworking/connectportxgateways.jsp Digi ConnectPort] that allows XBee end devices to access the internet. The project was initiated by...
Using XBee modules to create a mesh network and a handyboard to drive the vehicle, we are controlling an RC vehicle using this network. http://zigbee.homeunix.com
Netbeans RCP Application to interface with an XBee
==Overview== This project uses [http://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol XMPP] (AKA Jabber) to provide IP connectivity to an XBee wireless network. This is accomplished with a Gateway instance that forwards XBee packets to XMPP Clients and similarly receives XBee p...
== Overview == This is an Arduino library for communicating with XBees in API mode, with support for both Series 1 (802.15.4) and Series 2 (ZB Pro/ZNet). This library Includes support for the majority of packet types, including: TX/RX, AT Command, Remote AT, I/O Samples and Modem Status. ==Ne...
pyxbee is an attempt to build a flexible, easy to use API for configuring, and controlling Digi's XBee wireless modems. The project has a few main goals. * Provide a simple unified interface for communicating with many if not all of Digi's XBee modems. * Take advantage of Digi's existing ...
<table align='right'><tr><td align='right'> <wiki:gadget url="http://www.ohloh.net/p/466709/widgets/project_users.xml" height="100" width="100" border="0" /></td></tr></table> == Overview == This C library is to aid the use of Series 1 Digi XBee radios running in API mode (AP=2). I have tried...
Tools include a library for working with XBee API mode serial data and an XBee serial command shell for interacting with XBee radios. E.g.: {{{ import serial from xbee import xbee serial = serial.Serial() serial.port = '/dev/tty.usbserial-A4001ib8' serial.open() while 1: packet = xbee...
1 2 3 Next