You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion forum for xbee-api
|
|
|
More Arduino + Xbee series 2
|
| |
Hello all, i've been searching the forum to see if this is happening to someone else, but no luck. Here goes my problem: I have two xbee modules series 2 in API mode, with the ZNet 2.5 firmware. One is coordinatos and the other is router/enddevice. I just configured my modules with same PANID, and each one has it's own serial number. I have... more »
|
|
XBee and Arduinos
|
| |
Well, since i had no answer to my previous cuestion, i tried to use two arduinos (one UNO rev3 and one Leonardo) to communicate and debug, and it seems that the problem is on my way of using the XBee-Arduino library. I'm using the version 0.4 of the library. I'll check the 0.3 version to test, maybe i'll post later on this.... more »
|
|
Xbee series 2, api mode = 2, arduino and processing
|
| |
Hello guys, i'm having a nightmare trying to communicate my arduino+xbee to my xbe+pc+processing/java. First i tried AT (transparent) mode and everything went fine, so i thought API mode would be good, since i need a mesh network with several endpoints and one coordinator. Basically, i read four sensors with arduino (they are i2c ones) and i'm... more »
|
|
OSGI Bundle
|
| |
Hi, Has anyone managed to build an deploy xbee-api and RXTX as an OSGI bundle? I am using with an Apache ServiceMIx (Karaf/Felix OSGI container) in my project and it would be good to have a separate bundle for xbee-api. I started trying to figure out how to build the bundle but if someone else has already done it I'd rather start there.... more »
|
|
Xbee Explicit Transmit and Receive Command API
|
| |
Hi Andrew it turns out that i need API in explicit mode for Cluster,Endpoints, and ZDO. do you have the xbee-arduino library version that support the explicit mode? i know in documentations, there is no support for explicit mode, but in case you have worked on it, but not published. also, does your library support Xbee XB24-ZB firmware?... more »
|
|
Change "id" field
|
| |
Hello everyone, I'm using xbee-api to build a WSN. However, every packet that is received by the Raspberry Pi that is my sink (coordinator) has "rx" as its 'id' field. I would like to have different kinds of packets thus parsing them differently depending on their 'id' field. Is this possible? I performed a 'grep -R "rx" *' where I have my libraries but there was no... more »
|
|
Send information from xbee end device to coordinator
|
| |
Hi I am working in a small project. Right now I can send information to my end device to turn on a lightbulb. I am building a web site for turning the light of my house. I want as feedback to know when the lightbulb is turn on. (Sometimes I will turn on the light manually, and I will like to know that)... more »
|
|
XBEE S2 to transmit ECG and Temperature
|
| |
dear, I have just bought, and configured my XBEE S2 modules, i need to transmit ECG signal form one end to another via the XBEEs...Please how do i go about it?..i only observed that i can send ''text'' and not neccessarily signals on the terminal tab of thee XBEEs. Also, what signal format is allowed for transmission of signals with XBEE.... more »
|
|
Building the payload
|
| |
Greetings, I am in a process of building a net with one coordinator running API and five routers in AT. Some of the DIO of the routers will be commanding relays. I would like to be able to build a payload consisting on router address, addressed pin and pin status. It should look like: {0xabcde, 0xwerty, 44, 30, 0x5} (44 is hex for D and... more »
|
|
|