Thingproperties.h no such file or directory

  1. Open https://create.arduino.cc/iot/things
  2. Open the Thing you want to download the sketch for.
  3. Select the Sketch tab.
  4. Click the </> Open full editor button.
    The Thing sketch will now open in Arduino Web Editor.
  5. Click the ••• button on the right of the board selection menu.
  6. Select Download Sketch from the dropdown menu.

Something to note: the network configuration and any other secrets from the "Secret" tab of Arduino Web Editor are downloaded as the file named arduino_secrets.h. However, the secret values are not downloaded. So you will need to fill in these values in the downloaded sketch before you can use it. It will be shown in the Arduino IDE as a tab named arduino_secrets.h.

For example:

#define SECRET_SSID ""
#define SECRET_PASS ""
1 Like