Implementing MQTT on nrf52840DK and nrf7002ek

Hi,

I've been trying to test the "wififund_less4_exer1_solution" on my nrf52840dk + nrf7002ek but i keep getting these results

I tried creating a "nrf52840dk_nrf52840_cpuapp_ns.conf" and "nrf52840dk_nrf52840_cpuapp.conf" as follows

But then i got a new error "region `RAM' overflowed by 1420 bytes" even tho my board has 256Mb of RAM which i thought should be enough for MQTT implementation

So finally i tried reducing  CONFIG_HEAP_MEM_POOL_SIZE from 153600 to 88064, the building went fine but when i flashed it to the board this is what i got

So now i dont really know what should i do to make it work.

Thanks in advance

Parents Reply
  • Hi Saiff

    Thank you much again for your time and concern, I followed your instructions, and when I set 

    CONFIG_HEAP_MEM_POOL_SIZE=129023

    in Cmakelist.txt set(SHIELD nrf7002ek)

    This time error message is different, Multiple OK and err=-22

    it makes no difference in the output, whether I add .conf file or not as mentioned in the below image.

     

    Is it possible for you to share your project with me without building conf ?

    or Further Help regarding that

    Again Thanks & Regards,

    Muhammad Usman

Children
Related