How to connect a non programmable device to azure iot-hub

Jonas Trumpfheller 21 Reputation points
2021-02-11T11:55:58.033+00:00

Hi,

i want to buy a weather station off the shelf and connect it to the azure iot-hub.
Acually I dont want to code the connection myself.
Is there any way to do this, or do I need an extra device between the azure iot hub and my weather station.

I hope you can understand my problem and help me with it.

Thanks.

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,271 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 36,761 Reputation points MVP Volunteer Moderator
    2021-02-11T14:52:57.74+00:00

    Hello @Jonas Trumpfheller ,

    there are a number of ways to proceed:

    1. find a device that is actually Azure IoT enabled
    2. find a device that exposes some kind of protocol
    3. build a device yourself

    Regarding solution number one, you could start with this site. I'm not sure if there are weather stations supporting Azure IoT but IoT Plug & Play support would be great.

    Regarding number two, you could try to find a device that exposes HTTP or MQTT. This way, you could introduce an Edge device (like a Raspberry PI). Still, I am not familiar with this.

    An alternative is could be a weather station that exposes RF Link (433MHz which is very common). With a device like a RPI or Arduino Mega you could then connect it to Domotics or Home Assist. From there, you could forward the telemetry to the Azure Cloud (eg. and Azure function as webhook). Search on the internet for 'Kit with RFlink PCB gateway'.

    A second alternative is a device like the Photon with a weather station shield. This device connects to it's own cloud but you could add a bridge to Azure.

    Last but not least, building a weather station your own gives you full control. Yes, this means you have to learn how to program a Raspberry PI or an ESP etc. but this brings a lot of fun!

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.