• thanks, so i have tried the following and it works but i do receive an echo of the input command. so i tried with the \x10, but this does not work, however i receive the following echoed back.

    when issuing the following command

    "beam(sleep)\n"
    

    i get

    {"topic":"/ble/data/d8:19:e7:5b:3a:57/nus/nus_rx","payload":"beam(sleep)\r\n","qos":0,"retain":false,"_msgid":"2846d788.245218"}

    and

    {"topic":"/ble/data/d8:19:e7:5b:3a:57/nus/nus_rx","payload":"=\"testing\"\r\n>","qos":0,"retain":false,"_msgid":"37141196.ec66fe"}

    however when issuing the following command to rid of the echoed command

    "\x10beam(sleep)\n"
    

    i only get

    {"topic":"/ble/data/d8:19:e7:5b:3a:57/nus/nus_rx","payload":"\"\x10beam(sleep)\n\"","qos":0,"retain":false,"_msgid":"7217a5c4.d44c8c"}

About

Avatar for Ossama @Ossama started