Setting wifi password and username from Mqtt dashboard

Status
Not open for further replies.

nayakajit87

Member level 5
Joined
Aug 13, 2018
Messages
84
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
1,065
Dear all.

I am looking sample code for MQtt communicating with nodemcu. I am using nodemcu with +DHt11 to read temprature & humidity sensor data.I could able to communicate with DHT11 and nodemcu . I have build application using Blynk application for getting visulization data from Temprature and humidity.

Now i am trying to create my own dashboard.

1) which MQTT broker is good to build my own dashboard.

2) How to assign wifi name and password from dashboard.
usually in code we has to config . how it can be made accessible from dashboard.
char username[] = "your usename";
char password[] = "your pwd";
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…