{"id":1340,"date":"2019-09-22T14:21:47","date_gmt":"2019-09-22T14:21:47","guid":{"rendered":"https:\/\/wordpress-634681-2064240.cloudwaysapps.com\/?p=1340"},"modified":"2020-05-02T22:00:19","modified_gmt":"2020-05-02T22:00:19","slug":"explorations-in-dot-net-core-3-0-for-raspberry-pi-part-3","status":"publish","type":"post","link":"https:\/\/www.petecodes.co.uk\/explorations-in-dot-net-core-3-0-for-raspberry-pi-part-3\/","title":{"rendered":"Explorations in Dot Net Core 3 for Raspberry Pi – Part 3 – Azure IoT Hub"},"content":{"rendered":"\n

This is part 3 of a (at least) 4 part blog series on Dot Net Core on the Raspberry Pi….<\/em>

You can see Part 1 – Installation and Hello World – right here<\/a>… <\/em>
You can see
Part 2 – GPIO – right here<\/a>… <\/em>
You can see <\/em>
Part 4 – Receiving Azure IoT Hub Messages – right here…<\/em><\/a>
You can see
Part 5 – Remote Deployment and Debugging – right here…<\/a><\/em> <\/p>\n\n\n\n

On September 25th 2019<\/a>, the Dot Net Team released version 3.0 of the Dot Net Core Framework at .Net Conf.<\/a><\/p>\n\n\n\n

To join in the fun, I held a special with Notts IoT<\/a>, the IoT group I organise in Nottingham, where I gave a talk on Dot Net Core 3.0 on the Raspberry Pi.<\/a> <\/p>\n\n\n\n

This blog post is what I’ve learnt along the way to preparing for the talk…! <\/p>\n\n\n\n

Previously on Pete Codes…<\/h2>\n\n\n\n

In the last blog post<\/a> we’d already gotten a Blazor App setup. We then created a Console app that flashed an LED. Finally we read the status of a button and flashed an LED when it was pressed.<\/p>\n\n\n\n

In this post we’ll connect our console app to an Azure IoT Hub and send a message to the hub. We’ll then monitor the Hub for messages and view them using the Microsoft IoT Device Explorer application. <\/p>\n\n\n\n

What you’ll need <\/h2>\n\n\n\n