Cool, but how to write this ? As i am new to idf.
Search found 16 matches
- Tue Sep 03, 2019 6:35 pm
- Forum: ESP-IDF
- Topic: ESP32 Remote Control Using MQTT
- Replies: 4
- Views: 6008
- Mon Sep 02, 2019 4:03 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Remote Control
- Replies: 18
- Views: 32592
Re: ESP32 Remote Control
And to control ESP32 over wifi from anywhere? How can we do that?martinayotte wrote: ↑Mon Sep 02, 2019 1:55 pmTo expose expose internal ESP32 WebServer externally ?
No !
- Mon Sep 02, 2019 1:34 pm
- Forum: ESP-IDF
- Topic: ESP32 Remote Control Using MQTT
- Replies: 4
- Views: 6008
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: 32592
Re: ESP32 Remote Control
Is there any other way than port forwarding?martinayotte wrote: ↑Fri Aug 30, 2019 2:20 pmOf 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: 32592
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 much with...
- Wed Aug 28, 2019 3:56 pm
- Forum: ESP-IDF
- Topic: ESP32 BLe Password Pairing
- Replies: 2
- Views: 11388
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: 32592
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. That's why...
- Wed Aug 28, 2019 1:15 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Remote Control
- Replies: 18
- Views: 32592
Re: ESP32 Remote Control
Is there any alternative to port forwarding, for creating a public web server?
- Wed Aug 07, 2019 6:42 am
- Forum: ESP-IDF
- Topic: ESP32 Bluetooth Pairing Mode Change
- Replies: 3
- Views: 11902
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 ESP32....
- Mon Aug 05, 2019 12:35 pm
- Forum: ESP-IDF
- Topic: Working with ESP-IDF
- Replies: 4
- Views: 6283
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 details re...