niolabs / python-xbee

Python tools for working with XBee radios
MIT License
101 stars 45 forks source link

Add consideration for Series 1 Digimesh firmware #4

Closed andyv133 closed 8 years ago

andyv133 commented 8 years ago

It appears that the Series 1 devices with Digimesh firmware loaded require the Zigbee object, instead of the Xbee object. This is contrary to what the note at the beginning of the document states.

hansmosh commented 8 years ago

@andyv133 Thanks. I don't have any experience with the digimesh firmware but I have been wanting to try it out. From what I have read, I can see why the Zigbee object is going to be the one you want.

If you have your code on GitHub, I would love to see how you're using the mesh network. Cheers.

andyv133 commented 8 years ago

No problem, I'm happy to contribute where I can.

I don't really have any code yet. This ist just a little hobby project for reading some data from sensors I built. I may put it on github when I've got something working, right now I'm mostly just figuring out how I want to do it.

On Wed, Dec 16, 2015 at 1:27 PM, Chris Brackert notifications@github.com wrote:

@andyv133 https://github.com/andyv133 Thanks. I don't have any experience with the digimesh firmware but I have been wanting to try it out. From what I have read, I can see why the Zigbee object is going to be the one you want.

If you have your code on GitHub, I would love to see how you're using the mesh network. Cheers.

— Reply to this email directly or view it on GitHub https://github.com/nioinnovation/python-xbee/pull/4#issuecomment-165216570 .