Hi,
I'm having issues with using serial lte modem client on nrf9160, I integrated it to external nrf52 but it gives hardfault after some time. I have another ticket opened for that.
What I am thinking of as a fallback plan is to have the aws_iot sample running on nrf9160 and integrate it to external nrf52 mcu via uart, based on the data I receive from uart I'll publish it to the cloud using aws_iot sample on nrf9160.
I know it's not an elegant way but is a quick fix for now since serial lte modem sample apparently has issues.
All I want is uart2 to be running with aws_iot on nrf9160 and it communicating with nrf52. If you could please guide on how to achieve that, it'd be great, thanks.