Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

BrianJastram

Forum Replies Created

Viewing 7 posts - 41 through 47 (of 47 total)
  • Author
    Posts
  • BrianJastram
    Participant

      Dan,
      My output looks like this:
      Sending data to [ 0 ] data.envirodiy.org
      POST /api/data-stream/ HTTP/1.1
      Host: data.envirodiy.org
      TOKEN: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
      Content-Length: 318
      Content-Type: application/json

      {“sampling_feature”:”XXXX”,”timestamp”:”2019-10-08T07:25:00-06:00″,”XXXX”:0.00,”XXXX”:4.806,”XXXX”:23.00,”XXXX”:-57,”XXXX”:90}

      Response Code —
      201

      BrianJastram
      Participant

        Maybe it’s a ModularSensors Library problem. I’m using version 0.23.11

        in reply to: Data Gap When Voltage is Low #13142
        BrianJastram
        Participant

          I think the main problem right now is that the modem data session lasts about the whole length of the logging interval. The cell modem seems to stay on and connected too much.

          in reply to: Data Gap When Voltage is Low #13135
          BrianJastram
          Participant

            OK, I see, thank you, that makes sense. I should be able to extend the time of >3.65V by increasing my logging interval from 5 to 30 min. I’ll keep that ‘attempt to re-send data’ project in mind as I gain experience and availability.

            in reply to: GPRSBee #12786
            BrianJastram
            Participant

              Dave,

              I bought the PulseLarson W3554B0140 RF ANT 829MHZ/2.2GHZ PCB TRACE (https://www.digikey.com/products/en?keywords=553-2574-ND) and I’m pretty sure it works. It looks like the one that comes with the Development kit (https://www.digi.com/products/models/xk3-c-n1-ut-e).

              in reply to: GPRSBee #12748
              BrianJastram
              Participant

                mdean,

                I want to try those things but don’t have enough experience yet to know exactly how. When you reference TinyGSM (increasing the timeout time) what exactly do you mean by TinyGSM? And defining the modem serial at 9600 is understandable except I don’t see where to do that (in my logging_to_EnviroDIY sketch or in a different sketch that sets up the modem)?

                I feel like I’m close.
                Thanks for your input.

                in reply to: GPRSBee #12741
                BrianJastram
                Participant

                  Cal,

                  I have the hardware:

                  Mayfly Datalogger v0.5b
                  Digi XBee3 Cellular Lte-M/NB-Iot – XB3-C-A2-UT-001
                  No antenna – 3 bars of AT&T on my iphone
                  Soldered SJ13 and cut trace BEE-Vcc to 3v3 – 4.19V between Bee pins 1 and 10
                  3.7v Lipo battery
                  Solar panel from mayfly startup kit
                  USB to Windows PC – XCTU installed but not implemented
                  Hologram SIM activated

                  Software is:

                  logging_to_EnviroDIY with lines 53 (loggername), 54 (file name), 58 (registration token) 59 (sampling feature), 67 (BEE_TYPE = “gprs”), 68 (APN = “hologram”), and 321 (onboard_battery multiplier * 4.7 *) customized

                  and I’m getting this message from the Arduino 1.8.8 Serial Monitor:

                  09:44:27.286 -> — Request —
                  09:44:27.286 -> https://data.envirodiy.org/api/data-stream/
                  09:44:27.333 -> TOKEN: d02f68c0-2ed7-44e4-b912-d27c5aec74b0
                  09:44:27.379 -> Content-Type: application/json
                  09:44:27.426 -> {“sampling_feature”: “85e1d0c8-40dd-49ad-9a3a-6619a5500a6f”, “timestamp”: “2019-01-25T10:44:27-05:00”, “fec11d32-0658-4ef0-8a27-bdffa2104e31”: 26.25, “a7329b1b-b002-4fa8-afba-ae83b82ab8e9”: 4.94}
                  09:45:08.974 ->
                  09:45:08.974 -> Request to data.envirodiy.org timed out, no response from server or insufficient signal to send message.

                  I’ve tried multiple iterations of connecting the battery to the board.
                  My hologram dashboard shows the device state is live but there is no usage.
                  My site on Monitor My Watershed shows ‘Sensors have no data’.

                  I have a 900Mhz radio network setup here in the Minneapolis MN and I know those radios (RF450) need individualized configurations and I haven’t done that type of thing to the XBee3 yet.

                  I would like to get this XBee3 connected and configured and get my data logging to the https://data.envirodiy.org/api/data-stream/ server.

                  How can I fix this?

                Viewing 7 posts - 41 through 47 (of 47 total)