MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. swalahamani
    3. Posts
    • Profile
    • Following 3
    • Followers 4
    • Topics 2
    • Posts 21
    • Best 7
    • Controversial 0
    • Groups 0

    Posts made by swalahamani

    • RE: DTDS-622C MEVB Lora modam programing

      @swalahamani

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

      posted in Development Boards
      swalahamani
      swalahamani
    • RE: DTDS-622C MEVB Lora modam programing

      @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.

      posted in Development Boards
      swalahamani
      swalahamani
    • RE: DTDS-622C MEVB Lora modam programing

      @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?
      https://dtdsgp.com/lora-module/

      posted in Development Boards
      swalahamani
      swalahamani
    • RE: I am interested in data over sound.Anyone have done projects on this.

      @borncurious Okay got it. Yeah, Tez was really exciting in terms of how seamless it was. I really got astonished. when I got to know it was doing it over audio those days.

      So, are you looking for any libraries to do it or any sample projects?

      posted in General Discussion
      swalahamani
      swalahamani
    • RE: Open Source Projects/ Community Internship Programs

      Thanks for sharing @salmanfaris

      posted in Jobs & Opportunities
      swalahamani
      swalahamani
    • RE: I am interested in data over sound.Anyone have done projects on this.

      Hi @borncurious ,

      Please share more details.

      posted in General Discussion
      swalahamani
      swalahamani
    • RE: Can't connect NodeMCU with MQTT

      @sivanath

      Oh okay.

      Please bring your device if you're coming for the upcoming MakerChat 0x13 tomorrow (IST). Either I and @salmanfaris or both of us will be there.

      Or else we can set up a call sometime this weekend or the next week and sort it out.

      Let me know.

      posted in Arduino
      swalahamani
      swalahamani
    • RE: Can't connect NodeMCU with MQTT

      @sivanath
      Did you follow the steps which I mentioned previously?

      posted in Arduino
      swalahamani
      swalahamani
    • RE: Can't connect NodeMCU with MQTT

      @sivanath

      Is it working now?

      posted in Arduino
      swalahamani
      swalahamani
    • RE: Can't connect NodeMCU with MQTT

      @sivanath

      It looks like mosquitto is trying to register both IPv4 and IPv6 on the same port.

      If IPv6 is not required for the application your use case, try changing the mosquitto.conf file as below for limiting it to ipv4:

      # Set to `ipv4` to force the listener to only use IPv4, or set to `ipv6` to
      # force the listener to only use IPv6. If you want support for both IPv4 and
      # IPv6, then do not use the socket_domain option.
      socket_domain ipv4
      

      Please please make sure the default port 1883 is not already in use by any other programs. If yes, you can either kill those programs (not recommended) or change the port in mosquitto.conf file:

      References: [1][2]

      posted in Arduino
      swalahamani
      swalahamani