1

I am following the "Get Started" guide of the Microsoft IoT DevKit and I'm stuck on an annoying issue.

The step Configure device connection string keeps failing. I followed the tutorial step by step and everything worked fine before this precise step which is failing.

Basically, I run the task config-device-connection, I select the default, suggested string coming from my free trial account, I press the buttons following the combination and then I've got the error message V Config IoT Hub device connection string: undefined.

I had a look on Google and on the Gitter Chat but nobody seems to have had the same issue.

Thanks for your help !

Damien

Damien
  • 164
  • 11
  • Your edit should be posted and then marked as answer, not added to your question; that way, the question will not be left in a seemingly unanswered state. – underscore_d Apr 05 '18 at 10:40

1 Answers1

1

I've managed to solve my issue by myself. I followed the instructions here, especially the set_az_iothubz command and I was able to complete the tutorial.

Damien
  • 164
  • 11
  • I got the same error and was able to setup connection string manually using `screen` and `set_az_iothub`, but after upload my device still unable to connect to the iothub with `no iot hub` message. I'm following this guide: https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-arduino-iot-devkit-az3166-translator . Did you face any similar issues after setting us the connection manually? – Mando Jun 30 '18 at 01:01
  • 1
    Hi @AlexeyStrakh, I didn't face any similar issue. However I was following a different tutorial [here](https://microsoft.github.io/azure-iot-developer-kit/docs/get-started/), not sure if It's the same thing as you're trying to do. – Damien Jul 04 '18 at 12:21