Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. rtc
    Log in to post

    • Nafees Ahmed

      DS3231 RTC Module Pin out and operation confusion
      Hardware • iot rtc ds3231 • • Nafees Ahmed  

      4
      0
      Votes
      4
      Posts
      339
      Views

      cncman

      You may want to check this out concerning the battery https://forum.allaboutcircuits.com/threads/real-time-clock-rtc-breakout-boards-warning.118173/
    • openhardware.io

      💬 MDMSPanel "Nextion"
      OpenHardware.io • arduino rtc atmega modbus display nextion st485 jtag megacore • • openhardware.io  

      3
      1
      Votes
      3
      Posts
      749
      Views

      kalina

      @sebdetours said in MDMSPanel "Nextion": Did you take a standart case that you cut out? Hi @sebdetours, yes. This is G1910 (Gainta) box. See drawing attached to projet files.
    • openhardware.io

      💬 Piglets - IOT Development Board
      OpenHardware.io • rfm69 atmega328 low power node lora battery sensor rfm95 rtc spi flash external clock eui-64 • • openhardware.io  

      5
      1
      Votes
      5
      Posts
      2134
      Views

      hiddenuser

      @doug Can't wait for you to release the BOM
    • osalval

      RealTimeClockDisplaySensor.ino - no fetch time from controller
      OpenHAB • mqtt openhab rtc display mqtt broker gat • • osalval  

      6
      0
      Votes
      6
      Posts
      2984
      Views

      mbj

      @gregl I have used this procedure a few times: Define for example a V_VAR1 message for the query (or use any other suitable message type depending on purpose), Make a MQTT binding for this message i Openhab (for example bind it to a switch, a number or whatever fits the purpose) Make a rule in Openhab that reacts on this incoming message ("When Item xxxxx received update then ......) Fix whatever logic is needed in this rule so you can send the queried info back to the sensor. If no existing binding is suitable you can of course define a V_VAR2 message (or use other type which fits) for the return message. In the "Incomingmessage" function use whatever logic is needed to decode the returned message. Reason for choosing a custom type of message (like a V_VAR2) for sending the info back is of course that it is easy to sort it out from the stream entering the incoming messages function. If you have no other incoming messages or the logic for the queried info already is in place then you do not have to think about this. Hope the explanation is understandable, if not please revert.
    • hek

      Real Time Clock with Display Example
      Development • rtc display • • hek  

      12
      0
      Votes
      12
      Posts
      6214
      Views

      cadet

      @hek said in Real Time Clock with Display Example: http://www.mysensors.org/build/display Hi Can you modify code for adding temp sensor to GW. And may be display day of week. Thank you.