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

Dynamic memory runs out

Hi,

Q1) I am facing an issue with the heap memory. I am using the Cjson_Parse function which uses quit a lot of memory. So I am wondering if there is a way to increase the dynamic memory. I already reduced the  CONFIG_MAIN_STACK_SIZE=4096 and increased the CONFIG_HEAP_MEM_POOL_SIZE = 16384 (Max) it helped a bit but not enough. 

Q2) https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/hardware-design/posts/getting-started-with-current-measurements-on-the-nrf9160 I am trying to measure the current using a multi meter but every time I remove the nRF current measurement pin as explained in the link the led turn on and the program bugs out till I put the pin back(During this the board is powered with an external battery). 

Parents
  • Hi,

     

    Q1) I am facing an issue with the heap memory. I am using the Cjson_Parse function which uses quit a lot of memory. So I am wondering if there is a way to increase the dynamic memory. I already reduced the  CONFIG_MAIN_STACK_SIZE=4096 and increased the CONFIG_HEAP_MEM_POOL_SIZE = 16384 (Max) it helped a bit but not enough. 

    cJSON can be quite memory hungry when parsing, especially large objects. asset_tracker has a HEAP_MEM_POOL_SIZE=32k for this very reason.

    Could you also show the error log / fault log of the firmware, just to ensure that this is the root-cause of the failure?

     

    Q2) https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/hardware-design/posts/getting-started-with-current-measurements-on-the-nrf9160 I am trying to measure the current using a multi meter but every time I remove the nRF current measurement pin as explained in the link the led turn on and the program bugs out till I put the pin back(During this the board is powered with an external battery). 

    This is likely due to leakage and floating inputs. The LEDs are buffered through transistors, so if there is some leakage on those, they can light up.

     

    Make sure that your am-meter is setup with a high mA threshold (> 100 mA) to ensure that the series resistance does not affect the nRF, as the radio will sink larger currents during initial attach.

     

    Kind regards,

    HĂĄkon

Reply
  • Hi,

     

    Q1) I am facing an issue with the heap memory. I am using the Cjson_Parse function which uses quit a lot of memory. So I am wondering if there is a way to increase the dynamic memory. I already reduced the  CONFIG_MAIN_STACK_SIZE=4096 and increased the CONFIG_HEAP_MEM_POOL_SIZE = 16384 (Max) it helped a bit but not enough. 

    cJSON can be quite memory hungry when parsing, especially large objects. asset_tracker has a HEAP_MEM_POOL_SIZE=32k for this very reason.

    Could you also show the error log / fault log of the firmware, just to ensure that this is the root-cause of the failure?

     

    Q2) https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/hardware-design/posts/getting-started-with-current-measurements-on-the-nrf9160 I am trying to measure the current using a multi meter but every time I remove the nRF current measurement pin as explained in the link the led turn on and the program bugs out till I put the pin back(During this the board is powered with an external battery). 

    This is likely due to leakage and floating inputs. The LEDs are buffered through transistors, so if there is some leakage on those, they can light up.

     

    Make sure that your am-meter is setup with a high mA threshold (> 100 mA) to ensure that the series resistance does not affect the nRF, as the radio will sink larger currents during initial attach.

     

    Kind regards,

    HĂĄkon

Children
  • Hi,

    There is no error log. The program either fails to parse or restart. The only option I can see is to limit the amount of data. One more question before I close the thread.

    Q) The amount of current needed to power the nRF9160 dk is around 30mA/h. After implementing power saving mode, eDRX , ... etc. I can't get it to go lower than 30mAh while in sleep mode. Is that the absolute max I can reach or there is a way to go to micro Ampere.

  • Hi,

     

    AMG said:
    There is no error log. The program either fails to parse or restart. The only option I can see is to limit the amount of data. One more question before I close the thread.

    If there's a reset, there's an error. Do you have logging enabled? 

     

    AMG said:
    Q) The amount of current needed to power the nRF9160 dk is around 30mA/h. After implementing power saving mode, eDRX , ... etc. I can't get it to go lower than 30mAh while in sleep mode. Is that the absolute max I can reach or there is a way to go to micro Ampere.

    I understand your overall average current consumption restriction, but in order to connect a multimeter in series, the series-resistance must be low to allow for the peak currents during LTE attach.

    Basically, if you do not set the multimeter in a mode that handles high peaks, the voltage will drop and the nRF will get a brown-out reset.

     

    Kind regards,

    HĂĄkon

  • I couldn't get it work with a multi meter. I found an alternative which is a power supply and monitored the current from it. So was just wondering if it was possible to reduce the overall current, knowing that it is closer to the UDP sample power optimized. https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/hardware-design/posts/getting-started-with-current-measurements-on-the-nrf9160#:~:text=Measuring%20current%20on%20the%20UDP%20sample%20in%20NCS.

    Kind regards

  • Hi,

     

    AMG said:
    I couldn't get it work with a multi meter. I found an alternative which is a power supply and monitored the current from it. So was just wondering if it was possible to reduce the overall current

    The udp sample disables serial in both application (non-secure) and in spm (secure), which shuts down the need for having the peripheral clock running in sleep. This gives a low sleep current.

     

    But, before power optimizing, I would strongly recommend that you look into the error you're getting first. Did you get any log output?

     

    Kind regards,

    HĂĄkon 

  • Not sure if this is the log file you meant. So as you can from the log the program restart after receiving that many data or sometime it will just fail to parse the message and continue running. Let me know if you meant a different log file or I need to enable logs from the proj.conf.

    2021-09-01T13:13:42.224Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.243Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:42.245Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.247Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:42.249Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:42.251Z DEBUG modem << created    : 1630502011
    2021-09-01T13:13:42.257Z DEBUG modem << ttl        : 1630502071
    2021-09-01T13:13:42.259Z DEBUG modem << frame      : 1
    2021-09-01T13:13:42.262Z DEBUG modem << frames     : 22
    2021-09-01T13:13:42.278Z DEBUG modem << length     : 256
    2021-09-01T13:13:42.281Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.282Z DEBUG modem << date_converted 1630502020
    2021-09-01T13:13:42.283Z DEBUG modem << date_ttl 1630502071
    2021-09-01T13:13:42.397Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.400Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:42.405Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.408Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:42.413Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:42.423Z DEBUG modem << created    : 1630502011
    2021-09-01T13:13:42.426Z DEBUG modem << ttl        : 1630502071
    2021-09-01T13:13:42.428Z DEBUG modem << frame      : 2
    2021-09-01T13:13:42.430Z DEBUG modem << frames     : 22
    2021-09-01T13:13:42.431Z DEBUG modem << length     : 256
    2021-09-01T13:13:42.432Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.443Z DEBUG modem << date_converted 1630502021
    2021-09-01T13:13:42.446Z DEBUG modem << date_ttl 1630502071
    2021-09-01T13:13:42.581Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.584Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:42.587Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.592Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:42.613Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:42.617Z DEBUG modem << created    : 1630502011
    2021-09-01T13:13:42.619Z DEBUG modem << ttl        : 1630502071
    2021-09-01T13:13:42.621Z DEBUG modem << frame      : 3
    2021-09-01T13:13:42.623Z DEBUG modem << frames     : 22
    2021-09-01T13:13:42.627Z DEBUG modem << length     : 256
    2021-09-01T13:13:42.630Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.633Z DEBUG modem << date_converted 1630502021
    2021-09-01T13:13:42.634Z DEBUG modem << date_ttl 1630502071
    2021-09-01T13:13:42.799Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.804Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:42.807Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.828Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:42.848Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:42.850Z DEBUG modem << created    : 1630502011
    2021-09-01T13:13:42.852Z DEBUG modem << ttl        : 1630502071
    2021-09-01T13:13:42.853Z DEBUG modem << frame      : 4
    2021-09-01T13:13:42.855Z DEBUG modem << frames     : 22
    2021-09-01T13:13:42.856Z DEBUG modem << length     : 256
    2021-09-01T13:13:42.857Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.860Z DEBUG modem << date_converted 1630502021
    2021-09-01T13:13:42.862Z DEBUG modem << date_ttl 1630502071
    2021-09-01T13:13:42.949Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.951Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:42.955Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:42.972Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:42.974Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:42.976Z DEBUG modem << created    : 1630502011
    2021-09-01T13:13:42.979Z DEBUG modem << ttl        : 1630502071
    2021-09-01T13:13:42.980Z DEBUG modem << frame      : 5
    2021-09-01T13:13:42.982Z DEBUG modem << frames     : 22
    2021-09-01T13:13:42.983Z DEBUG modem << length     : 256
    2021-09-01T13:13:43.002Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.004Z DEBUG modem << date_converted 1630502021
    2021-09-01T13:13:43.006Z DEBUG modem << date_ttl 1630502071
    2021-09-01T13:13:43.112Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.114Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:43.116Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.120Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:43.122Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:43.125Z DEBUG modem << created    : 1630502011
    2021-09-01T13:13:43.163Z DEBUG modem << ttl        : 1630502071
    2021-09-01T13:13:43.166Z DEBUG modem << frame      : 6
    2021-09-01T13:13:43.167Z DEBUG modem << frames     : 22
    2021-09-01T13:13:43.168Z DEBUG modem << length     : 256
    2021-09-01T13:13:43.170Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.171Z DEBUG modem << date_converted 1630502021
    2021-09-01T13:13:43.172Z DEBUG modem << date_ttl 1630502071
    2021-09-01T13:13:43.269Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.272Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:43.275Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.297Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:43.300Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:43.301Z DEBUG modem << created    : 1630502011
    2021-09-01T13:13:43.303Z DEBUG modem << ttl        : 1630502071
    2021-09-01T13:13:43.304Z DEBUG modem << frame      : 7
    2021-09-01T13:13:43.305Z DEBUG modem << frames     : 22
    2021-09-01T13:13:43.306Z DEBUG modem << length     : 256
    2021-09-01T13:13:43.307Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.309Z DEBUG modem << date_converted 1630502021
    2021-09-01T13:13:43.312Z DEBUG modem << date_ttl 1630502071
    2021-09-01T13:13:43.429Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.431Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:43.435Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.439Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:43.455Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:43.457Z DEBUG modem << created    : 1630502011
    2021-09-01T13:13:43.459Z DEBUG modem << ttl        : 1630502071
    2021-09-01T13:13:43.460Z DEBUG modem << frame      : 8
    2021-09-01T13:13:43.462Z DEBUG modem << frames     : 22
    2021-09-01T13:13:43.464Z DEBUG modem << length     : 256
    2021-09-01T13:13:43.465Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.481Z DEBUG modem << date_converted 1630502022
    2021-09-01T13:13:43.484Z DEBUG modem << date_ttl 1630502071
    2021-09-01T13:13:43.589Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.592Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:43.636Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.639Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:43.640Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:43.641Z DEBUG modem << created    : 1630502012
    2021-09-01T13:13:43.642Z DEBUG modem << ttl        : 1630502072
    2021-09-01T13:13:43.643Z DEBUG modem << frame      : 9
    2021-09-01T13:13:43.644Z DEBUG modem << frames     : 22
    2021-09-01T13:13:43.646Z DEBUG modem << length     : 256
    2021-09-01T13:13:43.647Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.648Z DEBUG modem << date_converted 1630502022
    2021-09-01T13:13:43.649Z DEBUG modem << date_ttl 1630502072
    2021-09-01T13:13:43.749Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.754Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:43.756Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.781Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:43.785Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:43.787Z DEBUG modem << created    : 1630502012
    2021-09-01T13:13:43.789Z DEBUG modem << ttl        : 1630502072
    2021-09-01T13:13:43.790Z DEBUG modem << frame      : 10
    2021-09-01T13:13:43.792Z DEBUG modem << frames     : 22
    2021-09-01T13:13:43.795Z DEBUG modem << length     : 256
    2021-09-01T13:13:43.796Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.798Z DEBUG modem << date_converted 1630502022
    2021-09-01T13:13:43.818Z DEBUG modem << date_ttl 1630502072
    2021-09-01T13:13:43.909Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.912Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:43.915Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.920Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:43.922Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:43.924Z DEBUG modem << created    : 1630502012
    2021-09-01T13:13:43.943Z DEBUG modem << ttl        : 1630502072
    2021-09-01T13:13:43.945Z DEBUG modem << frame      : 11
    2021-09-01T13:13:43.946Z DEBUG modem << frames     : 22
    2021-09-01T13:13:43.947Z DEBUG modem << length     : 256
    2021-09-01T13:13:43.949Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:43.950Z DEBUG modem << date_converted 1630502022
    2021-09-01T13:13:43.951Z DEBUG modem << date_ttl 1630502072
    2021-09-01T13:13:44.071Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.076Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:44.104Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.106Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:44.108Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:44.110Z DEBUG modem << created    : 1630502012
    2021-09-01T13:13:44.112Z DEBUG modem << ttl        : 1630502072
    2021-09-01T13:13:44.114Z DEBUG modem << frame      : 12
    2021-09-01T13:13:44.115Z DEBUG modem << frames     : 22
    2021-09-01T13:13:44.117Z DEBUG modem << length     : 256
    2021-09-01T13:13:44.118Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.119Z DEBUG modem << date_converted 1630502022
    2021-09-01T13:13:44.138Z DEBUG modem << date_ttl 1630502072
    2021-09-01T13:13:44.229Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.234Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:44.236Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.240Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:44.265Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:44.267Z DEBUG modem << created    : 1630502012
    2021-09-01T13:13:44.269Z DEBUG modem << ttl        : 1630502072
    2021-09-01T13:13:44.271Z DEBUG modem << frame      : 13
    2021-09-01T13:13:44.272Z DEBUG modem << frames     : 22
    2021-09-01T13:13:44.272Z DEBUG modem << length     : 256
    2021-09-01T13:13:44.273Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.273Z DEBUG modem << date_converted 1630502022
    2021-09-01T13:13:44.274Z DEBUG modem << date_ttl 1630502072
    2021-09-01T13:13:44.429Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.430Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:44.433Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.438Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:44.440Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:44.456Z DEBUG modem << created    : 1630502012
    2021-09-01T13:13:44.458Z DEBUG modem << ttl        : 1630502072
    2021-09-01T13:13:44.460Z DEBUG modem << frame      : 14
    2021-09-01T13:13:44.462Z DEBUG modem << frames     : 22
    2021-09-01T13:13:44.463Z DEBUG modem << length     : 256
    2021-09-01T13:13:44.464Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.480Z DEBUG modem << date_converted 1630502023
    2021-09-01T13:13:44.483Z DEBUG modem << date_ttl 1630502072
    2021-09-01T13:13:44.655Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.658Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:44.685Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.711Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:44.714Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:44.715Z DEBUG modem << created    : 1630502012
    2021-09-01T13:13:44.717Z DEBUG modem << ttl        : 1630502072
    2021-09-01T13:13:44.718Z DEBUG modem << frame      : 15
    2021-09-01T13:13:44.719Z DEBUG modem << frames     : 22
    2021-09-01T13:13:44.720Z DEBUG modem << length     : 256
    2021-09-01T13:13:44.722Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.723Z DEBUG modem << date_converted 1630502023
    2021-09-01T13:13:44.724Z DEBUG modem << date_ttl 1630502072
    2021-09-01T13:13:44.871Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.874Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:44.900Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.902Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:44.903Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:44.905Z DEBUG modem << created    : 1630502012
    2021-09-01T13:13:44.907Z DEBUG modem << ttl        : 1630502072
    2021-09-01T13:13:44.909Z DEBUG modem << frame      : 16
    2021-09-01T13:13:44.910Z DEBUG modem << frames     : 22
    2021-09-01T13:13:44.912Z DEBUG modem << length     : 256
    2021-09-01T13:13:44.913Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:44.933Z DEBUG modem << date_converted 1630502023
    2021-09-01T13:13:44.935Z DEBUG modem << date_ttl 1630502072
    2021-09-01T13:13:45.029Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.034Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:45.036Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.040Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:45.082Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:45.103Z DEBUG modem << created    : 1630502013
    2021-09-01T13:13:45.104Z DEBUG modem << ttl        : 1630502073
    2021-09-01T13:13:45.105Z DEBUG modem << frame      : 17
    2021-09-01T13:13:45.107Z DEBUG modem << frames     : 22
    2021-09-01T13:13:45.108Z DEBUG modem << length     : 256
    2021-09-01T13:13:45.109Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.111Z DEBUG modem << date_converted 1630502023
    2021-09-01T13:13:45.112Z DEBUG modem << date_ttl 1630502073
    2021-09-01T13:13:45.213Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.216Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:45.219Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.222Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:45.224Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:45.251Z DEBUG modem << created    : 1630502013
    2021-09-01T13:13:45.274Z DEBUG modem << ttl        : 1630502073
    2021-09-01T13:13:45.276Z DEBUG modem << frame      : 18
    2021-09-01T13:13:45.278Z DEBUG modem << frames     : 22
    2021-09-01T13:13:45.279Z DEBUG modem << length     : 256
    2021-09-01T13:13:45.281Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.283Z DEBUG modem << date_converted 1630502023
    2021-09-01T13:13:45.284Z DEBUG modem << date_ttl 1630502073
    2021-09-01T13:13:45.354Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.356Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:45.375Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.378Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:45.379Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:45.380Z DEBUG modem << created    : 1630502013
    2021-09-01T13:13:45.382Z DEBUG modem << ttl        : 1630502073
    2021-09-01T13:13:45.383Z DEBUG modem << frame      : 19
    2021-09-01T13:13:45.384Z DEBUG modem << frames     : 22
    2021-09-01T13:13:45.404Z DEBUG modem >> AT+CESQ
    2021-09-01T13:13:45.406Z DEBUG modem << length     : 256
    2021-09-01T13:13:45.407Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.409Z DEBUG modem << date_converted 1630502024
    2021-09-01T13:13:45.410Z DEBUG modem << date_ttl 1630502073
    2021-09-01T13:13:45.431Z DEBUG modem << +CESQ: 99,99,255,255,8,42
    2021-09-01T13:13:45.433Z DEBUG modem << OK
    2021-09-01T13:13:45.554Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.556Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:45.558Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.560Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:45.562Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:45.564Z DEBUG modem << created    : 1630502013
    2021-09-01T13:13:45.565Z DEBUG modem << ttl        : 1630502073
    2021-09-01T13:13:45.565Z DEBUG modem << frame      : 20
    2021-09-01T13:13:45.566Z DEBUG modem << frames     : 22
    2021-09-01T13:13:45.567Z DEBUG modem << length     : 256
    2021-09-01T13:13:45.586Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.588Z DEBUG modem << date_converted 1630502024
    2021-09-01T13:13:45.590Z DEBUG modem << date_ttl 1630502073
    2021-09-01T13:13:45.729Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.734Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:45.737Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.741Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:45.797Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:45.819Z DEBUG modem << created    : 1630502013
    2021-09-01T13:13:45.821Z DEBUG modem << ttl        : 1630502073
    2021-09-01T13:13:45.822Z DEBUG modem << frame      : 21
    2021-09-01T13:13:45.823Z DEBUG modem << frames     : 22
    2021-09-01T13:13:45.824Z DEBUG modem << length     : 256
    2021-09-01T13:13:45.825Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.827Z DEBUG modem << date_converted 1630502024
    2021-09-01T13:13:45.830Z DEBUG modem << date_ttl 1630502073
    2021-09-01T13:13:45.945Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.949Z DEBUG modem << PAYLOAD TO MESSAGE
    2021-09-01T13:13:45.952Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:45.956Z DEBUG modem << message-id : f426bc36-3424-4ce7-9741-b7895c9ade95
    2021-09-01T13:13:45.959Z DEBUG modem << device-to  : 17dk8ab4jelm5h
    2021-09-01T13:13:45.990Z DEBUG modem << created    : 1630502013
    2021-09-01T13:13:46.041Z DEBUG modem << ttl        : 1630502073
    2021-09-01T13:13:46.043Z DEBUG modem << frame      : 22
    2021-09-01T13:13:46.044Z DEBUG modem << frames     : 22
    2021-09-01T13:13:46.045Z DEBUG modem << length     : 117
    2021-09-01T13:13:46.046Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:46.047Z DEBUG modem << date_converted 1630502024
    2021-09-01T13:13:46.048Z DEBUG modem << date_ttl 1630502073
    2021-09-01T13:13:46.050Z DEBUG modem <<  **** Message is within time constrain **** 
    2021-09-01T13:13:46.051Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:46.052Z DEBUG modem << PAYLOAD TO MESSAGE->CONTENT
    2021-09-01T13:13:46.071Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:46.073Z DEBUG modem << object: 2
    2021-09-01T13:13:46.074Z DEBUG modem << method: 1
    2021-09-01T13:13:46.075Z DEBUG modem << -----------------------------------------------
    2021-09-01T13:13:46.076Z DEBUG modem << INIT DISPlAY
    2021-09-01T13:13:46.098Z DEBUG modem << upperleft =[null, null]
    2021-09-01T13:13:46.099Z DEBUG modem << Upperleft element = 0
    2021-09-01T13:13:46.101Z DEBUG modem << Upperleft element = 0
    2021-09-01T13:13:46.102Z DEBUG modem << lowerright =[null, null]
    2021-09-01T13:13:46.103Z DEBUG modem << Lowerright element = 0
    2021-09-01T13:13:46.104Z DEBUG modem << Lowerright element = 0
    2021-09-01T13:13:46.105Z DEBUG modem << dimensions =[110, 110]
    2021-09-01T13:13:46.274Z DEBUG modem << *** Booting Zephyr OS build v2.4.99-ncs2  ***
    2021-09-01T13:13:46.276Z DEBUG modem << Flash regionsDomainPermissions
    2021-09-01T13:13:46.277Z DEBUG modem << 00 00 0x00000 0x08000 Securerwxl
    2021-09-01T13:13:46.280Z DEBUG modem << 01 31 0x08000 0x100000 Non-Securerwxl
    2021-09-01T13:13:46.300Z DEBUG modem << Non-secure callable region 0 placed in flash region 0 with size 32.
    2021-09-01T13:13:46.447Z DEBUG modem << SRAM regionDomainPermissions
    2021-09-01T13:13:46.451Z DEBUG modem << 00 07 0x00000 0x10000 Securerwxl
    2021-09-01T13:13:46.454Z DEBUG modem << 08 31 0x10000 0x40000 Non-Securerwxl
    2021-09-01T13:13:46.457Z DEBUG modem << PeripheralDomainStatus
    2021-09-01T13:13:46.510Z DEBUG modem << 00 NRF_P0               Non-SecureOK
    2021-09-01T13:13:46.531Z DEBUG modem << 01 NRF_CLOCK            Non-SecureOK
    2021-09-01T13:13:46.533Z DEBUG modem << 02 NRF_RTC0             Non-SecureOK
    2021-09-01T13:13:46.534Z DEBUG modem << 03 NRF_RTC1             Non-SecureOK
    2021-09-01T13:13:46.535Z DEBUG modem << 04 NRF_NVMC             Non-SecureOK
    2021-09-01T13:13:46.536Z DEBUG modem << 05 NRF_UARTE1           Non-SecureOK
    2021-09-01T13:13:46.537Z DEBUG modem << 06 NRF_UARTE2           SecureSKIP
    2021-09-01T13:13:46.538Z DEBUG modem << 07 NRF_TWIM2            Non-SecureOK
    2021-09-01T13:13:46.538Z DEBUG modem << 08 NRF_SPIM3            Non-SecureOK
    2021-09-01T13:13:46.539Z DEBUG modem << 09 NRF_TIMER0           Non-SecureOK
    2021-09-01T13:13:46.540Z DEBUG modem << 10 NRF_TIMER1           Non-SecureOK
    2021-09-01T13:13:46.541Z DEBUG modem << 11 NRF_TIMER2           Non-SecureOK
    2021-09-01T13:13:46.542Z DEBUG modem << 12 NRF_SAADC            Non-SecureOK
    2021-09-01T13:13:46.545Z DEBUG modem << 13 NRF_PWM0             Non-SecureOK
    2021-09-01T13:13:46.547Z DEBUG modem << 14 NRF_PWM1             Non-SecureOK
    2021-09-01T13:13:46.548Z DEBUG modem << 15 NRF_PWM2             Non-SecureOK

Related