Breadcrumb network using Xbee and RapberryXbee end nodes need a router to communicate with coordinatorXbee : Some device don't receive BroadcastTwo Xbee in API mode - PythonXbee communication using Digi xbee-java apiXBee S2 Wireless Sensor Networkxbee and arduino in mesh networkTrim frame details in XBee outputConnecting a Raspberrypi to another raspberrypi and then connecting the second to the laptop using XbeesCan a Coordinator send and receive data in a mixed XBEE S2C AT/API networkXbee Address problem for making a breadcrumb network
Attach a visible light telescope to the outside of the ISS
E12 LED light bulb flickers when OFF in candelabra
Was the 45.9°C temperature in France in June 2019 the highest ever recorded in France?
Need a non-volatile memory IC with near unlimited read/write operations capability
How was the website able to tell my credit card was wrong before it processed it?
Use ContourPlot data in ParametricPlot
Who goes first? Person disembarking bus or the bicycle?
What is the highest level of accuracy in motion control a Victorian society could achieve?
Why do Martians have to wear space helmets?
Tesco's Burger Relish Best Before End date number
Can we share mixing jug/beaker for developer, fixer and stop bath?
What's the difference between a type and a kind?
Why did the frequency of the word "черт" (devil) in books increase by a few times since the October Revolution?
How did the IEC decide to create kibibytes?
Taking my Ph.D. advisor out for dinner after graduation
Possibility to correct pitch from digital versions of records with the hole not centered
How to say "is going" in Russian in "this game is going to perish"
What are some bad ways to subvert tropes?
Is it ok for parents to kiss and romance with each other while their 2- to 8-year-old child watches?
How do I talk to my wife about unrealistic expectations?
Will Jimmy fall off his platform?
Is it possible for a character at any level to cast all 44 Cantrips in one week without Magic Items?
When is one 'Ready' to make Original Contributions to Mathematics?
Examples of fluid (including air) being used to transmit digital data?
Breadcrumb network using Xbee and Rapberry
Xbee end nodes need a router to communicate with coordinatorXbee : Some device don't receive BroadcastTwo Xbee in API mode - PythonXbee communication using Digi xbee-java apiXBee S2 Wireless Sensor Networkxbee and arduino in mesh networkTrim frame details in XBee outputConnecting a Raspberrypi to another raspberrypi and then connecting the second to the laptop using XbeesCan a Coordinator send and receive data in a mixed XBEE S2C AT/API networkXbee Address problem for making a breadcrumb network
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am stuck at a very unusual problem while trying to make a breadcrumb network, where a breadcrumb is made using RaspberryPi and Xbee. In this application, each Xbee send its data to another Xbee and similarly forward towards the Coordinator. I am trying to make a breadcrumb network of 10 Xbees with almost zero success. I am using puthon xbee library for coing. I am attaching GPS modules to all raspberryPi and my trying to send the GPS data of all the Router Nodes to the Coordinator nodes. I am using the API mode. Since this website has so many genius users, please tell is it possible to make a breadcrumb network or i am pursuing a wrong logic. Thanks in advance.
python gps xbee
add a comment |
I am stuck at a very unusual problem while trying to make a breadcrumb network, where a breadcrumb is made using RaspberryPi and Xbee. In this application, each Xbee send its data to another Xbee and similarly forward towards the Coordinator. I am trying to make a breadcrumb network of 10 Xbees with almost zero success. I am using puthon xbee library for coing. I am attaching GPS modules to all raspberryPi and my trying to send the GPS data of all the Router Nodes to the Coordinator nodes. I am using the API mode. Since this website has so many genius users, please tell is it possible to make a breadcrumb network or i am pursuing a wrong logic. Thanks in advance.
python gps xbee
What have you gotten working so far? Can you set up a network with a single router and coordinator and deliver GPS messages between the two? Start small and build up from there.
– tomlogic
Mar 26 at 15:50
Sir, i tried with 3 routers and 1 coordinator. In each router, i have 3 threads. First thread get data from gps, 2nd threads broadcast data from gps and third thread is getting data from other router and broadcasting it. When i do this, 1st and 2nd thread works and the third thread rarely works. I am able to know this how the data is moving because of RSSI value, because when data goes directly to Coordinator, there is only one RSSI value attached to it. But if it goes to some router and again broadcasted, there are two or more RSSI values attached to it. Please give me some idea sir.
– Manu Chaudhary
Mar 27 at 13:58
add a comment |
I am stuck at a very unusual problem while trying to make a breadcrumb network, where a breadcrumb is made using RaspberryPi and Xbee. In this application, each Xbee send its data to another Xbee and similarly forward towards the Coordinator. I am trying to make a breadcrumb network of 10 Xbees with almost zero success. I am using puthon xbee library for coing. I am attaching GPS modules to all raspberryPi and my trying to send the GPS data of all the Router Nodes to the Coordinator nodes. I am using the API mode. Since this website has so many genius users, please tell is it possible to make a breadcrumb network or i am pursuing a wrong logic. Thanks in advance.
python gps xbee
I am stuck at a very unusual problem while trying to make a breadcrumb network, where a breadcrumb is made using RaspberryPi and Xbee. In this application, each Xbee send its data to another Xbee and similarly forward towards the Coordinator. I am trying to make a breadcrumb network of 10 Xbees with almost zero success. I am using puthon xbee library for coing. I am attaching GPS modules to all raspberryPi and my trying to send the GPS data of all the Router Nodes to the Coordinator nodes. I am using the API mode. Since this website has so many genius users, please tell is it possible to make a breadcrumb network or i am pursuing a wrong logic. Thanks in advance.
python gps xbee
python gps xbee
edited Mar 25 at 21:49
Manu Chaudhary
asked Mar 25 at 21:39
Manu ChaudharyManu Chaudhary
155 bronze badges
155 bronze badges
What have you gotten working so far? Can you set up a network with a single router and coordinator and deliver GPS messages between the two? Start small and build up from there.
– tomlogic
Mar 26 at 15:50
Sir, i tried with 3 routers and 1 coordinator. In each router, i have 3 threads. First thread get data from gps, 2nd threads broadcast data from gps and third thread is getting data from other router and broadcasting it. When i do this, 1st and 2nd thread works and the third thread rarely works. I am able to know this how the data is moving because of RSSI value, because when data goes directly to Coordinator, there is only one RSSI value attached to it. But if it goes to some router and again broadcasted, there are two or more RSSI values attached to it. Please give me some idea sir.
– Manu Chaudhary
Mar 27 at 13:58
add a comment |
What have you gotten working so far? Can you set up a network with a single router and coordinator and deliver GPS messages between the two? Start small and build up from there.
– tomlogic
Mar 26 at 15:50
Sir, i tried with 3 routers and 1 coordinator. In each router, i have 3 threads. First thread get data from gps, 2nd threads broadcast data from gps and third thread is getting data from other router and broadcasting it. When i do this, 1st and 2nd thread works and the third thread rarely works. I am able to know this how the data is moving because of RSSI value, because when data goes directly to Coordinator, there is only one RSSI value attached to it. But if it goes to some router and again broadcasted, there are two or more RSSI values attached to it. Please give me some idea sir.
– Manu Chaudhary
Mar 27 at 13:58
What have you gotten working so far? Can you set up a network with a single router and coordinator and deliver GPS messages between the two? Start small and build up from there.
– tomlogic
Mar 26 at 15:50
What have you gotten working so far? Can you set up a network with a single router and coordinator and deliver GPS messages between the two? Start small and build up from there.
– tomlogic
Mar 26 at 15:50
Sir, i tried with 3 routers and 1 coordinator. In each router, i have 3 threads. First thread get data from gps, 2nd threads broadcast data from gps and third thread is getting data from other router and broadcasting it. When i do this, 1st and 2nd thread works and the third thread rarely works. I am able to know this how the data is moving because of RSSI value, because when data goes directly to Coordinator, there is only one RSSI value attached to it. But if it goes to some router and again broadcasted, there are two or more RSSI values attached to it. Please give me some idea sir.
– Manu Chaudhary
Mar 27 at 13:58
Sir, i tried with 3 routers and 1 coordinator. In each router, i have 3 threads. First thread get data from gps, 2nd threads broadcast data from gps and third thread is getting data from other router and broadcasting it. When i do this, 1st and 2nd thread works and the third thread rarely works. I am able to know this how the data is moving because of RSSI value, because when data goes directly to Coordinator, there is only one RSSI value attached to it. But if it goes to some router and again broadcasted, there are two or more RSSI values attached to it. Please give me some idea sir.
– Manu Chaudhary
Mar 27 at 13:58
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55346812%2fbreadcrumb-network-using-xbee-and-rapberry%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55346812%2fbreadcrumb-network-using-xbee-and-rapberry%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What have you gotten working so far? Can you set up a network with a single router and coordinator and deliver GPS messages between the two? Start small and build up from there.
– tomlogic
Mar 26 at 15:50
Sir, i tried with 3 routers and 1 coordinator. In each router, i have 3 threads. First thread get data from gps, 2nd threads broadcast data from gps and third thread is getting data from other router and broadcasting it. When i do this, 1st and 2nd thread works and the third thread rarely works. I am able to know this how the data is moving because of RSSI value, because when data goes directly to Coordinator, there is only one RSSI value attached to it. But if it goes to some router and again broadcasted, there are two or more RSSI values attached to it. Please give me some idea sir.
– Manu Chaudhary
Mar 27 at 13:58