@zainmuhammed @salmanfaris You may be able to help with this.
Posts made by swalahamani
-
RE: DTDS-622C MEVB Lora modam programing
-
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.
-
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?
-
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?
-
RE: I am interested in data over sound.Anyone have done projects on this.
Hi @borncurious ,
Please share more details.
-
RE: Can't connect NodeMCU with MQTT
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.
-
RE: Can't connect NodeMCU with MQTT
@sivanath
Did you follow the steps which I mentioned previously? -
RE: Can't connect NodeMCU with MQTT
It looks like
mosquitto
is trying to register bothIPv4
andIPv6
on the same port.If
IPv6
is not required for the application your use case, try changing themosquitto.conf
file as below for limiting it toipv4
:# 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 inmosquitto.conf
file: