-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Digi Xbee communication error #128
Comments
@Antonyab what do you mean by programmable? Yes, the module is programmable but is not currently supported by this library, as noted [here].(https://github.com/digidotcom/XBeeJavaLibrary/blob/master/release_notes.txt) You'll need to use our XCTU application, https://www.digi.com/products/xbee-rf-solutions/xctu-software/xctu. |
Thanks for the reply.
In fact i am facing the same issue that is mentionned in the following link
#57.
When i use a java api example with the digi xbee mounted on the demo board
given in the kit, i can communicate normally with the module.
When I connect the module directly to the uart of the raspberry pi, the
same java api example is not working. I get the following error:
com.digi.xbee.api.exceptions.InvalidOperatingModeException:
Could not
determine operating mode.
do you know the cause of this problem?
Thanks for the help.
Regards,
Antony
n Fri, Oct 5, 2018, 10:43 PM Brandon Moser <[email protected]> wrote:
… @Antonyab <https://github.com/Antonyab> what do you mean by programmable?
Yes, the module is programmable but is not currently supported by this
library, as noted [here].(
https://github.com/digidotcom/XBeeJavaLibrary/blob/master/release_notes.txt)
You'll need to use our XCTU application,
https://www.digi.com/products/xbee-rf-solutions/xctu-software/xctu.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZp2y3w5iOg_IywjCFrSQLa04W_w2H-Cks5uh8R_gaJpZM4XK5Dy>
.
|
Hello again @brandonmoser, I will explain for you the tests that I did with the module that I mentioned in my first post.
com.digi.xbee.api.exceptions.InvalidOperatingModeException: Could not determine operating mode. I dont know the cause of this problem. The following issue #57 describe the same problem that I have. But after contacting the digi support, I got the following response: I looked through that GitHub issue. The old Programmable XBee modules had a Freescale C processor that sat between the UART and the SOC, and that what was causing the issue reported on GitHub. The C processor had no code on it by default, and blocked communication between the UART and the SOC until it was explicitly put into serial bypass mode or loaded with some other application code. does someone know the cause of the problem that I am facing ? Thanks in advance for your help. Regards, |
@brandonmoser I am using API mode. the value of the variable AP is 1. Regards, |
@Antonyab I think you should output your operating mode from the Java library to confirm it is seeing your AP value of 1. There may be an inconsistency or issue there, since the XBee Cell module is not currently supported. |
@brandonmoser here is the code that tested like you told me. package org.kalima.digi.xbee.tests; import java.net.Inet4Address; public class MainApp {
} If I print the operating mode before myDevice.open() => operating mode = Unknown.
Regards, |
@rubenmoral do you have any suggestions? |
@brandonmoser When I configure the variable AP using XCTU application to API Mode (API = 1), the configuration will be saved on the module or on the board? Regards, |
All values are saved to the module, the dev boards do not have memory.
… On Oct 10, 2018, at 10:15 AM, Antonyab ***@***.***> wrote:
@brandonmoser <https://github.com/brandonmoser> When I configure the variable AP using XCTU application to API Mode (API = 1), the configuration will be saved on the module or on the board?
If on the board, that would explain my problem. So what do you think about that?
Regards,
Antony
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#128 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAZKtoZg08htBaYqyFXkV0JZ03Up0fr6ks5ujg8ugaJpZM4XK5Dy>.
|
How are you connecting the module to the UART of the Raspberry Pi? What lines are you connecting? |
Hello,
I am using the DIGI XBEE CELLULAR 3G GLOBAL Development Kit.The following
details are mentioned on the digiXbee module :
DIGI XBee Cellular 3G
XBC-M5-UT-101 B
357520072985670
S# 08J8BAP87NQ4
Contains FCC ID : XPY1CGM6NNN
IC: 8595A-1CGM5NNN
Can someone please help me to know if my module is programmable or not ?
In fact, I am having the same issue mentionned in this link :
#57
Summary of the issue :
com.digi.xbee.api.exceptions.InvalidOperatingModeException: Could not
determine operating mode.
I need to know what to do in order the solve this problem.
Thanks in advance.
Regards,
Antony Abi Rached (Kalima Systems)
The text was updated successfully, but these errors were encountered: