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

Zeke Holloman

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 25 total)
  • Author
    Posts
  • in reply to: Connecting SIM7080 to New Thingspeak #16252
    Zeke Holloman
    Participant

      @neilh20 Hey, thanks! WOW! That’s awesome it worked for you as well. Hope it ends up being helpful!

      I will say, it wasn’t a quick process. It was a lot of jumping back and forth between ThingSpeak documentation and code, but I was SUPER excited when it finally uploaded.

      Aaaah, ok, that makes sense. Thank you!

      in reply to: Connecting SIM7080 to New Thingspeak #16245
      Zeke Holloman
      Participant

        ^^ Here’s the edited cpp for the publisher

        ^^ Here’s the edited code for the header file.

        in reply to: Connecting SIM7080 to New Thingspeak #16244
        Zeke Holloman
        Participant

          @neilh20 @shicks @vogelrnws

          Hi all! Thank you for all of your feedback and tips! I spent some time this week looking at the mqtt3.thingspeak.com server and I was able to get a channel up and running on it.

          Overall, it’s not drastically different than mqtt.thingspeak.com. The main aspect being removed in the legacy Thingspeak server is the API keys. Thingspeak now relies on the Channel ID, the client ID, the username, and the password to send data to a specific channel.

          There are also a few formatting changes for sending the data, which can be found on this site, under July 2021:

          https://www.mathworks.com/help/thingspeak/release-notes.html#:~:text=July%25202021-,MQTT3%2520Interface,-A%2520new%2520ThingSpeak

          I did end up editing the ThingSpeakPublisher library in order to get the data to upload correctly, but I don’t think I had to change the data type.

          Here’s the Arduino code:

           

          in reply to: Trouble locating information on new LTEBee #16096
          Zeke Holloman
          Participant

            @shicks Aaaah, sorry to hear that. Hopefully the fix won’t be too bad.

            Thanks for posting that code so quickly! I didn’t have time to look at it until today. I had an older version of Modular Sensors downloaded and so I tried running it with the code you sent and with a few edits in order to get it logging to thingspeak, it was practically plug and play! This new modem is really incredible! Thanks for all your help and hopefully that library issue will resolve soon!

            in reply to: USB to UART Mayfly, Serial Ports Not Connecting #16090
            Zeke Holloman
            Participant

              Hey @shicks. Thanks for the lightning fast response.

              That worked! Just had to download it from the link you sent.

              Really excited to start working with the v1.0! Thank you all for your great hardware, communication, documentation, and quick responses!

              in reply to: Using Xbee Cellular Modem with ThingSpeak #15899
              Zeke Holloman
              Participant

                @neilh20. Hey Neil! Sorry it’s been a while, but just a quick update. I was able to get it to work. I ended up purchasing a new XBee cellular modem (same type) alongside the Digi IoT Development Kit. Works great now!

                 

                I’m thinking the issue was either that I had set up the modem with a board that wasn’t the dedicated XCTU board (I was using the Xbee Grove Development board). Either that, or I just messed up the set-up with the Xbee from the get-go.

                 

                Thanks for all your help!

                in reply to: Using Xbee Cellular Modem with ThingSpeak #15818
                Zeke Holloman
                Participant

                  Ok, thanks Neil. I’ll look into it.

                  in reply to: Using Xbee Cellular Modem with ThingSpeak #15808
                  Zeke Holloman
                  Participant

                    @vogelrnws Ah, ok! Awesome, thank you. And is there a place to put the apn in the main code?

                    in reply to: Using Xbee Cellular Modem with ThingSpeak #15806
                    Zeke Holloman
                    Participant

                      @vogelrnws Hi there! So I uploaded the files onto the Xbee and used a python editor to change the main.py file. Is there any arduino code you would recommend using alongside this approach?

                      in reply to: Using Xbee Cellular Modem with ThingSpeak #15805
                      Zeke Holloman
                      Participant

                        Awesome, thank you. That worked

                      Viewing 10 posts - 1 through 10 (of 25 total)