Git Product home page Git Product logo

Comments (11)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
Can somebody help me out with this issue?

Original comment by [email protected] on 20 Aug 2014 at 2:37

from python-xbee.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
UPDATE:

Found out that it was set 0x01 in NO Node Discovery Options im the coordinator, 
setting it back to 0, send expected data!


Original comment by [email protected] on 20 Aug 2014 at 3:49

from python-xbee.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
[deleted comment]

from python-xbee.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
Hello,
did you disable Join Notification from XBee in router mode? I need to use Join 
Notifications for my small network. All help would be appreciated.

Original comment by [email protected] on 27 Aug 2014 at 2:21

from python-xbee.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
Problem solved.. thanks!

Original comment by [email protected] on 2 Sep 2014 at 2:15

from python-xbee.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
I am experiencing this problem as well.  From the comment trail I'm not quite 
sure how this was resolved?

Original comment by [email protected] on 9 Sep 2014 at 5:24

from python-xbee.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
I could only solve temporary this by setting "NO Node Discovery Options" to 0 
in the coordinator settings. No permanent fix yet, but hope somebody helps us 
with a permanent fix for the issue.

Original comment by [email protected] on 9 Sep 2014 at 9:29

from python-xbee.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
Dear Friends,
Even After I set-"Node Discovery Options =0. I can get this error sometime. Any 
other suggestion. I am using Co-ordinator API mode and End device AT mode. 
End device (Arduino+Xbee) will send data to Co-ordinator.2 Routers in AT mode. 
(Firmware XBP24BZ7).  Any suggestions ?

I think, it happenes when new new Router joins or send wrong frame ?
Thanks.

Cheers!
Chandra

Original comment by [email protected] on 15 Oct 2014 at 7:28

from python-xbee.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
If I can recall, it worked for me when I turned explicit mode off.

Hope it helps!
Pablo.

Original comment by [email protected] on 15 Oct 2014 at 7:42

from python-xbee.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
Change the NO (Node Discovery) Options im the coordinator,solves the problem. 

With regards,
chandra

Original comment by [email protected] on 28 Jan 2015 at 11:07

from python-xbee.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
Hi,
I am bhushan M. ([email protected])

index is 40 and len(data) is 44 . From where this difference came ?
Refer attached pdf .

But Temporary fix is -  
       index = len(data)

Code - 
# If there are more bytes than expected, raise an exception
        if index < len(data):
            raise ValueError(
                "Response packet was longer than expected; expected: %d, got: %d bytes" % (index,                                                                          
len(data))) 

Original comment by [email protected] on 8 Mar 2015 at 7:47

Attachments:

from python-xbee.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.