Forum Discussion

David Jones's avatar
David Jones
Brass Contributor
Mar 16, 2020

dotnet/io Sampler app on Github

Just published a .Net Core app on GitHub that implements several of the dotnet/io functions in a menu driven manner. Has been developed for the RPi, Raspian and IoT-Core. 

 

The repository on GitHub is  https://github.com/djaus2/DNETCoreGPIO.

Functionality includes 

- LED and Button

- LED PWM

- DHT22 Temperature and Humidity <-- Does not work on IoT Core, does on Raspian.

- DC Motor Controller (H-Bridge)

3 Replies

  • David Jones's avatar
    David Jones
    Brass Contributor

    David Jones  https://github.com/djaus2/az-iothub-ps also now has this functionality for Telemetry and Device Streaming! Control via IoT Hub.

  • David Jones's avatar
    David Jones
    Brass Contributor

    This motor functionality has been added to the Azure IOT Hub SDK Quickstarts using both the Telemetry and Device Streaming protocols. See https://github.com/djaus2/az-iothub-ps So using IoT Hub you could remotely control a motor: Enable, Fwd, Back and Brake.

Resources