Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 584 Bytes

readme.md

File metadata and controls

16 lines (14 loc) · 584 Bytes

Connect Pitch to Azure IoT Hub

  1. Create new IoT hub (e.g. using the free tier with 8k messages per day)
  2. Create new IoT device Screen showing where to add a device
  3. Copy device key Screen showing where to copy
  4. Use copied key and optionally configure rate limit according to your selected tier!
{
    "azure_iot_hub_connectionstring": "HostName=jhpbrewsbeer.azure-devices.net;DeviceId=TiltPi_Black;SharedAccessKey=...",
    "azure_iot_hub_limit_rate": 8000,
    "azure_iot_hub_limit_period": 1296000
}