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

Related