Cool, but how to write this ? As i am new to idf.Yes.
Just follow the MQTT process of subscibe/...
I am using MQTT for sensors/actuators on esp32.
Search found 16 matches
- Tue Sep 03, 2019 6:35 pm
- Forum: ESP-IDF
- Topic: ESP32 Remote Control Using MQTT
- Replies: 4
- Views: 6529
Re: ESP32 Remote Control Using MQTT
- Mon Sep 02, 2019 4:03 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Remote Control
- Replies: 18
- Views: 36981
Re: ESP32 Remote Control
And to control ESP32 over wifi from anywhere? How can we do that?To expose expose internal ESP32 WebServer externally ?Is there any other way than port forwarding?
No !
- Mon Sep 02, 2019 1:34 pm
- Forum: ESP-IDF
- Topic: ESP32 Remote Control Using MQTT
- Replies: 4
- Views: 6529
ESP32 Remote Control Using MQTT
Can i control an esp32 connected to my home wifi using MQTT server of any broker and pass a command to esp32 like "0" or "1"? Brokers like adafruit.io or eclipse.io.
I am using esp-idf for my project.
I am using esp-idf for my project.
- Mon Sep 02, 2019 1:26 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Remote Control
- Replies: 18
- Views: 36981
Re: ESP32 Remote Control
Is there any other way than port forwarding?Of course the router need to be configured to provide proper port forwarding.
You've asked how to get ESP32 WebServer exposed, but now you are talking about MQTT, which is completely different thing ...
- Fri Aug 30, 2019 1:01 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Remote Control
- Replies: 18
- Views: 36981
Re: ESP32 Remote Control
I am not sure, whether port forwarding will be safe for the esp32. I read a few articles which says its not safe.
What do you mean by "not safe" ?
Exposing an ESP32 on extranet, such on port 8080, where this ESP32 is only providing WebServer, isn't giving much chance to any intruder to do ...
- Wed Aug 28, 2019 3:56 pm
- Forum: ESP-IDF
- Topic: ESP32 BLe Password Pairing
- Replies: 2
- Views: 12613
Re: ESP32 BLe Password Pairing
Thanks, figured it out.
- Wed Aug 28, 2019 3:23 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Remote Control
- Replies: 18
- Views: 36981
Re: ESP32 Remote Control
Is there any alternative to port forwarding, for creating a public web server?
What do you mean ? If your ISP is blocking the port 80, you can use any other ports, such 8080.
I am not sure, whether port forwarding will be safe for the esp32. I read a few articles which says its not safe ...
- Wed Aug 28, 2019 1:15 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Remote Control
- Replies: 18
- Views: 36981
Re: ESP32 Remote Control
Is there any alternative to port forwarding, for creating a public web server?Using "port forwarding rules" on your router ...My question is how to host a server accessible from anywhere in the world.
- Wed Aug 07, 2019 6:42 am
- Forum: ESP-IDF
- Topic: ESP32 Bluetooth Pairing Mode Change
- Replies: 3
- Views: 12629
ESP32 Bluetooth Pairing Mode Change
Hi,
With the below example, I can pair my phone to an ESP32. But the passkey is shown to the user at phone's end and the user just has to click OK for pairing.
But I need the user to enter the passkey for pairing, which I can see in IDF monitor. So, only those who know the key can pair to the ...
With the below example, I can pair my phone to an ESP32. But the passkey is shown to the user at phone's end and the user just has to click OK for pairing.
But I need the user to enter the passkey for pairing, which I can see in IDF monitor. So, only those who know the key can pair to the ...
- Mon Aug 05, 2019 12:35 pm
- Forum: ESP-IDF
- Topic: Working with ESP-IDF
- Replies: 4
- Views: 6816
Re: Working with ESP-IDF
Is there any documentation for guys like me with no knowledge of ESP to use ESP-IDF and write custom programs?
There's no official documentation for complete beginners to ESP-IDF, as the amount of prerequisite knowledge required to use ESP-IDF is not exactly small. Could you provide more ...