Integration of IOT with Blockchain

Copper Contributor

Hi, I am looking for a way to integrate the IOT with Blockchain. I need to record the device data (IOT device) into the blockchain. I am successfully able to send data from the device to the IOT Hub.How can I record this data in a block chain created using Azure Ethereum Consortium?

1 Reply

Great question. We are working on a blockchain PoC framework, which will make this type of scenario much easier. Reference the following article:

https://azure.microsoft.com/en-us/blog/azure-introduces-a-new-blockchain-proof-of-concept-framework-...

 

The technique we use in the framework is to tie the IoT hub to an Event Hub. The Event Hub has several consumers, one of which is focused on writing to the blockchain. Essentially you can send events to IoT and if it passes some threshold you care about you can then send it to the Event Hub. The event gets picked up and then will be pushed as a transaction to the blockchain. 

 

Our goal is to release this framework in the next month or so and hopefully should make everything much easier.