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).