Remember
Register
Home
/
Support
/
Support Forum
/
3 XBee -Star Network-Arduino-GPS
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
RF Solutions and XBee
(8,414)
Device Cloud-enabled RF Gateways
(97)
XBee3
(475)
IEEE 802.11 (Wi-Fi)
(267)
IEEE 802.15.4
(1,644)
ZigBee PRO Featureset (and legacy ZNet 2.5)
(1,488)
ZigBee Smart Energy Profile 1.1
(111)
DigiMesh Proprietary Mesh Networking
(782)
Multipoint Proprietary
(197)
XLR PRO
(17)
XStream
(40)
XTend
(137)
XCite
(4)
XPress
(8)
Miscellaneous Hardware and Software
(513)
XBee Programmable Development
(777)
XBee Cellular
(119)
MicroPython
(66)
Digi TransPort
(786)
Digi Connect Cellular
(444)
DAL
(4)
Embedded Devices
(4,160)
Google Coral
(2)
Rabbit
(3,194)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
3 XBee -Star Network-Arduino-GPS
0
votes
I have 3 XBee PRO S2C and 3 Arduino MEGA and 2 GPS GY-NEO 6MV2. I would like to transmit GPS datas from 2 Router XBee
(they are connected to arduino) to coordinator XBee (also connected to Arduino and PC). But I don't know how to
configure XBee's to receive 2 different GPS datas healthy.I want the GPS data to not get confused and get it right.
API mode or AT mode ? How could I configure 3 XBee like
STAR NETWORK ?
xbee
xctu
gps
xbees2c
arduino
asked
Jul 10, 2020
in
RF Solutions and XBee
by
gunesmadrali
New to the Community
(
2
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Best answer
You would use API mode as most Arduino libraries use API mode on the radios.
As for configuration, other than setting one to Coordinator and API mode, the default will be fine.
answered
Jul 13, 2020
by
mvut
Veteran of the Digi Community
(
15,108
points)
selected
Jul 15, 2020
by
gunesmadrali
I ask to understand a little more.
in Wİ-Fİ protocol (802.15.4) (Not DM(Digimesh) or not ZB(Zigbee)Protocol)
So Coordinator XBee
CH:C PAN ID:2018 CE:ENABLE DH:0 DL:2 MY ADRESS:1
AP:API1
Router 1 : CH:C PAN ID:2018 DH:0 DL:1 MY ADRESS:2
AP: API DISABLED
Router 2: CH:C PAN ID:2018 DH:0 DL:1 MY ADRESS:2
AP: API DISABLED
Is it like this?
WIFI is 802.11. 802.15.4 is its own IEEE standard that both Digi Mesh and Zigbee mesh run on top of.
I wrote Wi-Fi by mistake.(Ignore) So are the values I give correct? Could I send Gps data to coordinator healthy with this configuration that I write above?
Especially API modes?
Yes you can just understand that there is no Routers in 802.15.4. That protocol is a peer to peer, point to point, point to multi-point protocol.
I put the system in my head.Thank you for your help :)
Please
log in
or
register
to add a comment.
...