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

Bluetooth mesh serial example issues.

Hi,

I tried the serial example on the PCA10028/PCA10031 and PCA10040. I found that this demo will fail on both PCA10031 and PCA10040, like this:

Activating auto-logging. Current session state plus future input saved. Filename : COM6_17-235-13-43.log Mode : backup Output logging : False Raw input log : False Timestamping : False State
: active Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] Type 'copyright', 'credits' or 'license' for more information IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: send(Echo("hello world")) 2017-08-23 13:43:54,579 - INFO - cmd Echo, timeout waiting for event

"Echo, timeout waiting for event" means?

The second issue is that, I can "erase all" on PCA10028 but it will fail when download the "serial" by SEGGER embedded studio. Anybody found the same issue?

Parents
  • I found the same issue on a Slackware64 (64bit) machine:

    (pyaci) giovanni@slackserver:~/development/bluetooth/nordic/nrf5_SDK_for_Mesh_v0.10.1-Alpha_src/scripts/interactive_pyaci$ python interactive_pyaci.py -d /dev/ttyACM0 --no-logfile
    
        To control your device use d[x], type d[x]. and hit tab to see the available methods.
        x is for the device index; devices will be indexed based on the order of com ports
        given with the option -d (the first device, d[0], can also be accessed using device).
    
    Python 3.6.2 (default, Nov 15 2017, 21:59:06) 
    Type 'copyright', 'credits' or 'license' for more information
    IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.
    
    In [1]: send(cmd.Echo("hello world"))
    
    In [2]: 2017-12-04 21:56:54,698 - INFO - ttyACM0: cmd Echo, timeout waiting for event
    

    Can you please help me to solve this issue using a 64 bit GNU/Linux machine?

Reply
  • I found the same issue on a Slackware64 (64bit) machine:

    (pyaci) giovanni@slackserver:~/development/bluetooth/nordic/nrf5_SDK_for_Mesh_v0.10.1-Alpha_src/scripts/interactive_pyaci$ python interactive_pyaci.py -d /dev/ttyACM0 --no-logfile
    
        To control your device use d[x], type d[x]. and hit tab to see the available methods.
        x is for the device index; devices will be indexed based on the order of com ports
        given with the option -d (the first device, d[0], can also be accessed using device).
    
    Python 3.6.2 (default, Nov 15 2017, 21:59:06) 
    Type 'copyright', 'credits' or 'license' for more information
    IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.
    
    In [1]: send(cmd.Echo("hello world"))
    
    In [2]: 2017-12-04 21:56:54,698 - INFO - ttyACM0: cmd Echo, timeout waiting for event
    

    Can you please help me to solve this issue using a 64 bit GNU/Linux machine?

Children
No Data
Related