Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. iotcrazy
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by iotcrazy

    • iotcrazy

      mysensor to Azure Iot Hub
      Controllers • • iotcrazy  

      2
      0
      Votes
      2
      Posts
      1728
      Views

      pdey

      Azure IoT Hub supports the MQTT protocol directly, or you can use a "Protocol Gateway", which translate MQTT to Azure's REST API. See here for interfacing directly with MQTT: https://azure.microsoft.com/en-us/documentation/articles/iot-hub-mqtt-support/ For using a Protocol Gateway, Microsoft provides a reference protocol gateway (https://github.com/Azure/azure-iot-protocol-gateway), and some pretty good documentation about using an MQTT protocol gateway to interface with Azure IoT Hub. Either way, you should be able to use the MQTTGateway sketch on your gateway to push data up to Azure.
    • iotcrazy

      Modify Arduino pro Mini
      Development • • iotcrazy  

      3
      0
      Votes
      3
      Posts
      1320
      Views

      sundberg84

      Agree with @mfalkvidd and most of the times im even more ungentle (is that even a english word?). I just out my soldering iron, heat the led/regulator up and push them away with force.
    • iotcrazy

      Arduino pro Mini 3.3V Battery Percentage
      General Discussion • • iotcrazy  

      2
      0
      Votes
      2
      Posts
      1095
      Views

      m26872

      Maybe these threads will guide you one or two steps further: http://forum.mysensors.org/topic/486/my-2aa-battery-sensor http://forum.mysensors.org/topic/2210/battery-sensor-measure-for-li-ion-cells http://forum.mysensors.org/topic/2866/battery-percentage-help-needed
    • iotcrazy

      Send message to particular Node
      Development • • iotcrazy  

      3
      0
      Votes
      3
      Posts
      2337
      Views

      iotcrazy

      @hek Thanks for the quick replay. I will give a try .