BinduRao

Results 22 comments of BinduRao

Hi @Propanu, I managed to integrate bme680, using https://github.com/BoschSensortec/BME680_driver as a reference. The functionality provided from my work uses mraa APIs and not UPM. This was verified on UP2 Grove...

Update: I regenerated the certificates using the script and .cnf with the instructions as described in azure-iot-sdk-c/blob/LTS_07_2022_Ref01/tools/CACertificates/CACertificateOverview.md and get the following error: Registration Failure - PROV_DEVICE_RESULT_TRANSPORT [iot-0-0:1662463007586915:console:Debug] Provisioning Status -...

With the trace on, here is the log: -> 13:08:51 CONNECT | VER: 4 | KEEPALIVE: 0 | FLAGS: 130 | USERNAME: 0ne0017479D/registrations/device-01/api-version=2019-03-31&ClientVersion=1.9.0 | CLEAN: 1 13:08:51 SUBSCRIBE | PACKET_ID:...

Could you elaborate, please? Where/how should this registration ID be set? Has something changed recently w.r.t this? I have created the device certificate as described in 'IoT Leaf Device' section...

Thanks for the info. Please note, that I call 'Prov_Device_LL_Register_Device' which gets the registration Id (common_name) by calling custom_hsm_get_common_name. Has something changed in DPS recently? These are the steps performed...

I came across a similar issue - #2270 addressed. Do RSA-based certificates work or should the algorithm be set to ecparam when the certificates are generated?

In certGen.sh available in the repository Or the link https://docs.microsoft.com/en-us/azure/iot-dps/tutorial-custom-hsm-enrollment-group-x509?tabs=linux#create-an-x509-certificate-chain used to generate certificates, mention the CN set to 'Azure IoT Hub CA Cert Test Only' for root certificate and...

@danewalton, Yes I have uploaded the root certificate in DPS/Certificates and used the intermediate certificate to create a group enrollment. As suggested, I tried to pass the device certificate instead...