This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Xbee Mesh with TM4C

Other Parts Discussed in Thread: CC2538

Has anyone ever tried working with Xbee mesh from Digi with TM4C series microcontroller?

  • I don't think we have ever heard about Xbee mesh implementation on TM4C.

    If you are interested, there is a TI Design with CC2538 (TI's Zigbee module) and TM4C here: www.ti.com/.../TIDC-ZNP-HOST-SW3. I don't think a mesh network is implemented in this TI Design though.

    Thanks,
    Sai
  • Hi lilyhack,

    I have made some works using successfully the Xbee module and the TM4C123G launchpad implementing the serial AT mode, it just require to set an UART interface for communication with the module, in order to transmit/receive over the air whatever you send/receive in the UART port.

    Digi offer another mode to use their Xbee module which is the API mode. This mode is the best choise if you want to create a large and complex mesh Zigbee network (more than 10 devices and/or third party devices, TI Zigbee module e.g.). I have not used this mode yet but in the link below you can find the API's C library implementation if you want to port it for TM4C microcontrollers usage. The porting guide is included in the repository.
    github.com/.../xbee_ansic_library

    BTW, I don't know if already exists a Digi API library for TM4C micros, it would be nice and helpful if there is :)

    Regards,
    Javier.