Hi, I'm currently trying to add an Actinius Icarus IoT board as LTE device at nRF cloud.
I already know my board IMEI (I got it by flashing the AT client sample and then using the AT+CGSN command from LTE link monitor), but I am having trouble with the PIN/HWID. I found this ticket, which appears to refer to a similar issue: Registering a 3rd Party Board (Actinius Icarus) to Nrf Cloud, but it hasn't been resolved yet. My firmware version is 1.3.3, so I tried using the AT%KEYGEN=16842753,1 command, as I found that 16842753 is the slot reserved for the nRF cloud. However, it returns ERROR. I also tried writing a random number as PIN/HWID, and it returns error 40412 (which, according to this documentation: https://api.nrfcloud.com/v1/, may be related to a wrong HWID).
For context, I am currently using a modified version of Asset tracker V2 and I intend to add the functionality to update firmware over-the-air. I found that registering to nRF cloud would be the way to achieve this. My current application uses AWS and is working well with the certificates I previously put on the board.
Could you give me some advice on how to get the HWID/PIN, or suggest another way to register my device?
Thanks on advance,
Rocío