Hi Everyone,
Need you expert advice. I am using a adafruit Feather M0 Wifi board, running SoftAp and have the Mqtt trying to connect to the server(which is running on the device connected to the SoftAp). Both these module work independently on tests. But is fails to connect to the Mqtt server using SoftAp. But ping to the server from the board works fine.Any idea what could be the reason?
If I change the accesspoint to my Wifi connection, the program works fine, makes me think something going on with the access point?
In short -
Adafruit Wifi Board - Runs Softaccesspoint for the other device to connect to + MQTT client
The other device(mobile phone) - Connects to the accesspoint created + MQTT server
<-Need both to talk MQTT ->
once device connected on accesspoint - board tries to ping the MQTT server + tries connect to MQTT server(this fails!)+ publish\subscribe to topics.
Please help!