MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups

    DTDS-622C MEVB Lora modam programing

    Development Boards
    3
    6
    82
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sarathslab last edited by sarathslab

      Hai iam Sarath Santhosh
      Can anyone please help me out by giving the details about how to program this device(DTDS-622-MEVB) for sending and receive data, I also want to know about how the data packets are handled. This is for a project related to smart metering I just want to setup a gateway for that.
      I want to know about the details of how I can set up the gateway.!

      swalahamani 1 Reply Last reply Reply Quote 0
      • swalahamani
        swalahamani @sarathslab last edited by

        @sarathslab said in DTDS-622C MEVB Lora modam programing:

        DTDS-622-MEVB

        Hi @sarathslab ,

        Thanks for asking on MakerGram Community Forum!

        Is this is the one you're using?

        S 1 Reply Last reply Reply Quote 0
        • S
          sarathslab @swalahamani last edited by

          @swalahamani yes

          swalahamani 1 Reply Last reply Reply Quote 0
          • swalahamani
            swalahamani @sarathslab last edited by

            @sarathslab Did you check the documentation?

            If not please check those first and post the issues or blockers you're facing while doing it here.

            swalahamani 1 Reply Last reply Reply Quote 0
            • swalahamani
              swalahamani @swalahamani last edited by

              @swalahamani

              @zainmuhammed @salmanfaris You may be able to help with this.

              1 Reply Last reply Reply Quote 0
              • zainmuhammed
                zainmuhammed last edited by

                @sarathslab why your are choosing this perticular LoRa module, can you please elaborate your use case. Personally I don't have experience with this module. When i go through the details of this hardware find like this is a UART device and so you can communicate by using the AT comments. And this will be available on the datasheet I guess. Also if you don't want to use this perticular module I suggest sx1276 or LoRa E5 from Seeedstudio. And by using this you can able to connect with helium network or things network. If you want to know more about this I think Salman can help.

                1 Reply Last reply Reply Quote 1
                • First post
                  Last post

                Recent Posts

                • @binishmatheww All the best. Let us know if you need any help.

                  • read more
                • @salmanfaris thanks a lot. 👍😁

                  • read more
                • @binishmatheww There will be a single device, but I can't find one for now that has both GPS, GSM, BLE and USB Support.

                  @binishmatheww said in I need help in making a GPS module:

                  Also, can we have all these data transfer modes in a single module?

                  You can make the priority and depending on that it can switch different modes.

                  @binishmatheww said in I need help in making a GPS module:

                  Transfer the data via Bluetooth if is connected.

                  This can be achieved with BLE transfer.

                  @binishmatheww said in I need help in making a GPS module:

                  Transfer the data via a USB cable if it is plugged in.

                  It can be achieved via Serial communication or USB HID profile.

                  @binishmatheww said in I need help in making a GPS module:

                  Transfer the data over the internet.

                  here, we can route the data to the cloud over the phone or directly to the cloud via a GSM module or WiFi. I think it will be overkill if we use an external modem, better to cache the data and push to the cloud via phone and BLE if the live data is not needed.

                  • read more
                • @salmanfaris thanks for the reply Salman 🙂.
                  Is it difficult to transfer the data via a USB cable instead of Bluetooth?
                  Also, can we have all these data transfer modes in a single module ?

                  Transfer the data via Bluetooth if is connected. Transfer the data via a USB cable if it is plugged in. Transfer the data over the internet.

                  If we have all these modes in a single module, will it increase the processor load ?

                  • read more
                • Hi @binishmatheww , Welcome to Makergram.

                  I see you want to build a GPS Logger. For that, you can use any basic GPS module available in the market such as NEO-6M GPS Module or any from the list here.

                  After that, you need to choose a microcontroller, which can communicate with the GPS module read the GPS and translate the NMEA (data format for GPS packets) to a more usable format (you can do the post-processing in the phone too).

                  Then you can send the data to hone via BLE, for this you can use a BLE-supported microcontroller or use a standalone BLE co-processor. My suggestion is to go with esp32 as it has BLE support and other cores can be used for the GPS data acquisition. To do the post-processing and other things you can do with the mobile app.

                  You can split the project into different parts.

                  GPS Data Acquisition. (You can use Arduino IDE + ESP32/Pico W + GPS module of your choice) GPS data translation (There will be Arduino lib which can make the translation easier) Send Data to the mobile app via BLE (Arduino IDE + ESP32/Pico W + BLE LIB + Mobile application).

                  Hope you get an idea, please check and let us know. Happy building.

                  • read more
                By MakerGram | A XiStart Initiative | Built with ♥ NodeBB
                Copyright © 2023 MakerGram, All rights reserved.
                Privacy Policy | Terms & Conditions | Disclaimer | Code of Conduct