Closed GoogleCodeExporter closed 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:
will be included?
Original comment by matteo...@gmail.com
on 27 Mar 2012 at 12:05
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
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:
Is Digimesh supported in the new version with softserial support?
Original comment by Martin.M...@gmail.com
on 12 Nov 2012 at 10:51
I checked the code, it isn't.
Original comment by arnusc...@xylon.de
on 18 Jan 2013 at 2:25
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
I don't have any plans to support digimesh
Original comment by andrew.rapp@gmail.com
on 2 Feb 2014 at 6:43
Original issue reported on code.google.com by
lucchesi...@gmail.com
on 10 Dec 2011 at 5:39