Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf5_SDK_for_Mesh_v2.0.1 Python install Version

Now I want to run the python scripts interactive_pyaci.py in Embedded system device, I want to know which version of Python Environment must be install in the Embedded device. Because of the space limit, please give me the earliest version , thanks!

Parents
  • Hi,

    You need at least version 3.5.1.32, see the table listing the required tools, at Installing the toolchain.

    Regards,
    Terje

  • Hi,

    Now I have two NRF52832 development kit, I use one board to provision and configuration the other board. One run the "serial" project, the other run the "light_switch/server" project, then use PYACI to connect the "serial" board. The process

    as below :

    Firstly:

    I use PYACI to provision and configuration the node device , and creat a SimpleOnOffClient, in this step I can use d1.set() to control the node device's light on or off.

    Secondly:

    I reboot the board which run "serial" project, then the PYACI show Device rebooted.

    Finally:

    I want to control the node device again, so I reopen PYACI, and do some set up, but when I use d1.set() to control node device, it shows ERROR_REJECTED, the  detailed information as below picture. Can you help me to find the reason? If the "serial" board reboot , what should we do to Re-control  the node device?

      

    Thanks & Best regard!

Reply
  • Hi,

    Now I have two NRF52832 development kit, I use one board to provision and configuration the other board. One run the "serial" project, the other run the "light_switch/server" project, then use PYACI to connect the "serial" board. The process

    as below :

    Firstly:

    I use PYACI to provision and configuration the node device , and creat a SimpleOnOffClient, in this step I can use d1.set() to control the node device's light on or off.

    Secondly:

    I reboot the board which run "serial" project, then the PYACI show Device rebooted.

    Finally:

    I want to control the node device again, so I reopen PYACI, and do some set up, but when I use d1.set() to control node device, it shows ERROR_REJECTED, the  detailed information as below picture. Can you help me to find the reason? If the "serial" board reboot , what should we do to Re-control  the node device?

      

    Thanks & Best regard!

Children
Related