This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

change phy in mesh

I'm working with the nRF52840 PDK and I'm wondering how to change the PHY (preferably to CODED) in a Mesh. Has that been implemented yet? Or when can we expect this feature?

Parents
  • Hi

    You could try to change the radio_mode configuration in the set_default_broadcast_configuration(broadcast_t * p_broadcast) function in advertiser.c, and in the scanner_config_reset(void) function in scanner.c

    In theory this should allow you to switch the entire mesh over to a different phy, but we haven't tested it so try it out at your own risk :)

    We have no concrete plans at the moment to add official support for different phy's, but there is no particular reason it shouldn't work.

    Please note that the long range mode is mislabeled. It is called RADIO_MODE_NRF_62K5BIT in the header file, but corresponds to the 125kbps BLE long range mode instead.

    Best regards
    Torbjørn

Reply
  • Hi

    You could try to change the radio_mode configuration in the set_default_broadcast_configuration(broadcast_t * p_broadcast) function in advertiser.c, and in the scanner_config_reset(void) function in scanner.c

    In theory this should allow you to switch the entire mesh over to a different phy, but we haven't tested it so try it out at your own risk :)

    We have no concrete plans at the moment to add official support for different phy's, but there is no particular reason it shouldn't work.

    Please note that the long range mode is mislabeled. It is called RADIO_MODE_NRF_62K5BIT in the header file, but corresponds to the 125kbps BLE long range mode instead.

    Best regards
    Torbjørn

Children
Related