XBee topologfy

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
Mitko_Sokolov
Posts: 2
Joined: Mon Jan 25, 2021 12:58 pm

XBee topologfy

Post by Mitko_Sokolov » Mon Jan 25, 2021 3:23 pm

Hi, i use XBee 3 and i was looking for a example codes that can establish mesh and star topology, any help?

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: XBee topologfy

Post by jimmo » Tue Jan 26, 2021 1:10 am

Mitko_Sokolov wrote:
Mon Jan 25, 2021 3:23 pm
Hi, i use XBee 3 and i was looking for a example codes that can establish mesh and star topology, any help?
Have you seen https://github.com/digidotcom/xbee-micropython

I haven't seen a lot of people talking about the XBee in this forum, you might have more luck over at https://www.digi.com/support/forum/

In general though, if you're new to XBee, I recommend starting with their XCTU tool to set up the network (coordinators, routers, etc), and it provides a way to see the API packets that it's sending to the device, and also has a tool to construct your own commands.

Mitko_Sokolov
Posts: 2
Joined: Mon Jan 25, 2021 12:58 pm

Re: XBee topologfy

Post by Mitko_Sokolov » Wed Jan 27, 2021 6:13 pm

Yes, i have seen the github, but don't find what i'm looking for.
I wrote in the digital form, but no one gave me precise answer.
I work with XCTU, but i need some code, in order to better understand the principle of topology. Any help?

Post Reply