I am trying to get the IEMI and HWID in my code. I was able to read the IEMI as a client ID using the following API.
nct_client_id_get(client_id_buf);
printk("Client ID: %s\r\n",client_id_buf);
with the result below that is my correct board ID. Is this the correct way to get the IEMI?
[00:00:11.602,996] <dbg> nrf_cloud_transport.nct_client_id_get: client_id = nrf-352656100378150
Client ID: nrf-352656100****** (I blanked out complete client ID)
How do I read the HWID information of the form XX:XX:XX:XX:XX:XX printed on the board?