saoudimassi / xbee-arduino

Automatically exported from code.google.com/p/xbee-arduino
GNU General Public License v3.0
0 stars 0 forks source link

xbee digimesh #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The library don't support digimesh module 

Original issue reported on code.google.com by lucchesi...@gmail.com on 10 Dec 2011 at 5:39

GoogleCodeExporter commented 9 years ago
I'm starting to introduce digimesh support

Original comment by matteo...@gmail.com on 7 Jan 2012 at 9:23

Attachments:

GoogleCodeExporter commented 9 years ago
Matteo, your library works fine. Just one mistake:

Defining API id constants in XBee.h file, you wrote:

#define DM_RX_RESPONCE 0X90

During compilation it gives an error. I had to change it by DM_RX_RESPONSE. 

I tried xbee library examples for Series 1 with DM mode (changing variable 
types) and it works fine.

Good job!

Original comment by pablobl...@gmail.com on 9 Mar 2012 at 9:57

Attachments:

GoogleCodeExporter commented 9 years ago
will be included?

Original comment by matteo...@gmail.com on 27 Mar 2012 at 12:05

GoogleCodeExporter commented 9 years ago
What's the status of this enhancement and has it been rolled into the project? 
I'm about to embark on a project using DigiMesh and would like to know if this 
library will work for me.

Original comment by marshall...@gmail.com on 24 May 2012 at 12:57

GoogleCodeExporter commented 9 years ago
There's also a bug on the XBee.cpp for digimesh.
Line 310~312
uint8_t DMRxResponse::getDataOffset() {
        return 1;
}

this should be 
uint8_t DMRxResponse::getDataOffset() {
        return 11;
}

Original comment by konhy...@gmail.com on 12 Aug 2012 at 2:15

Attachments:

GoogleCodeExporter commented 9 years ago
Is Digimesh supported in the new version with softserial support?

Original comment by Martin.M...@gmail.com on 12 Nov 2012 at 10:51

GoogleCodeExporter commented 9 years ago
I checked the code, it isn't.

Original comment by arnusc...@xylon.de on 18 Jan 2013 at 2:25

GoogleCodeExporter commented 9 years ago
Thinking about using one of these guys and I'd love to use this library to make 
interfacing with it from my Arduino easy. 
https://store.digi.com/index.cfm?fuseaction=product.display&Product_ID=2819&CFID
=7653362&CFTOKEN=75504260

Can someone please post an example of how to use this DigiMesh-enabled patch?

Original comment by kmark937 on 5 Feb 2013 at 7:12

GoogleCodeExporter commented 9 years ago
I don't have any plans to support digimesh

Original comment by andrew.rapp@gmail.com on 2 Feb 2014 at 6:43