Navigation

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

    Topics created by amongstmyselves

    • amongstmyselves

      Gateway SD card logging of Node data
      Hardware • • amongstmyselves  

      9
      0
      Votes
      9
      Posts
      2021
      Views

      korken

      Hi! Did you manage to solve this issue? I have a similar requirement. I have a set of battery powered sensors on a remote cabin with very limited power supply during the winter. I think I can manage to continuously power an Arduino Mega gateway, but not a 4G router to send the sensor data to my database at home. I think the solution is to have the gateway buffering up sensor data, and then send it once a day or something. (After first powering up the 4G router through a relay). I guess I have to hack into the Ethernet gateway code, like you mentioned. But what would be the best place to get to this information. What file/function I should begin digging into? Please advise, if you know the answer!
    • amongstmyselves

      ESP8266 Gateway and I2C RTC
      Troubleshooting • • amongstmyselves  

      3
      0
      Votes
      3
      Posts
      1050
      Views

      amongstmyselves

      @Yveaux Thanks for the quick reply. Ah yes I did forget the pull ups. Not use to using them. Anyhow, it made the stand alone RTCLib example work mostly which was just a simple clock program but the Gateway still not working. Not getting the correct date and time from the RTC. I say mostly because the code doesn't seem to report the module not connected from the function rtc.begin() ? Steve