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!
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!
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!
Hello Kayson Long,
I would like to suggest you check this thread:
https://devzone.nordicsemi.com/f/nordic-q-a/34254/add-delete-nodes-set-sub-net-function-in-mesh-sdk-serial-example
The key is that: we need to add the publish address for the connectivity device.
And since the node has been configured, we don't need to do configuration again.
Hope this can do help :)
Best regards,
Rick