Hi, I need to add Azure IOT connectivity to nRF5340DK. I have already tested NodeMCU based data upload to HTTP based server and successfully working. Now, to divert the data to Azure IOT please clarifiy the following:
1. What changes and credentilals are required ?
2. Assume myAzure account has following details: registered email -> [email protected], login pass: 123@def
3. Assume my wifi router login details are : SSID: NOR53, pass: 40DIC
4. I observed that Primary / Secondary key is used. where / how is it generated ? Does it represent Azure account or NodeMCU or nRF5340DK ?
5. Let Primary Key is: 123mex, Secondary key is: xyz8910
6. Let nRF5340 IMEI : 12NOR5340DK and
7. With above assumptions what credentials are rquired and when used to upload data to Azure account ?
8. I also obseved use of DPS ? Where is it used in algorithm ?