Search found 7 matches
- Thu Jul 06, 2017 2:43 pm
- Forum: ESP-IDF
- Topic: WiFi Connection Manager using ESP-IDF framework?
- Replies: 11
- Views: 21831
Re: WiFi Connection Manager using ESP-IDF framework?
The lack of "Mongoose.h" is deliberate. The thinking is that Mongoose is its own project/solution. Mongoose is a pre-req for this part of the code. Rather than even consider some kind of "bundling" of Mongoose in this code, the thought is that Mongoose becomes a "pre-req" for this code's operation ...
- Wed Jul 05, 2017 1:53 pm
- Forum: ESP-IDF
- Topic: ESP32 firmware update over the internet?
- Replies: 17
- Views: 28581
Re: ESP32 firmware update over the internet?
There is a concept called "Over The Air" Updates (OTA) ... see for example:
http://esp-idf.readthedocs.io/en/latest/api-reference/system/ota.html
If I may, let me suggest reading that article and then searching this forum for related. The vast majority of an application that you (or anyone else ...
http://esp-idf.readthedocs.io/en/latest/api-reference/system/ota.html
If I may, let me suggest reading that article and then searching this forum for related. The vast majority of an application that you (or anyone else ...
- Wed Jul 05, 2017 9:50 am
- Forum: ESP-IDF
- Topic: ESP32 firmware update over the internet?
- Replies: 17
- Views: 28581
ESP32 firmware update over the internet?
Is there a way to update the firmware through internet or a service like resin.io that works for esp32?
- Tue Jul 04, 2017 10:37 am
- Forum: ESP-IDF
- Topic: DIfference between an event and a task?
- Replies: 2
- Views: 5813
DIfference between an event and a task?
Hi, what is the difference between an event and a task in FreeRTOS?
- Tue Jul 04, 2017 10:06 am
- Forum: ESP-IDF
- Topic: WiFi Connection Manager using ESP-IDF framework?
- Replies: 11
- Views: 21831
Re: WiFi Connection Manager using ESP-IDF framework?
Hi Kolban, can you please explain to me why there is no "app_main()" in your source code?
- Fri Jun 30, 2017 4:19 pm
- Forum: ESP-IDF
- Topic: WiFi Connection Manager using ESP-IDF framework?
- Replies: 11
- Views: 21831
Re: WiFi Connection Manager using ESP-IDF framework?
Thank you Colban for your reply. How can I compile mongoose because there is no "mongoose.h" file in your repository.
- Fri Jun 23, 2017 12:36 pm
- Forum: ESP-IDF
- Topic: WiFi Connection Manager using ESP-IDF framework?
- Replies: 11
- Views: 21831
WiFi Connection Manager using ESP-IDF framework?
Is there any source code similar to the WiFi Manager https://github.com/tzapu/WiFiManager for esp32 using the IDF framework? I want esp32 to start as Access Point, connect to esp32 using any browser and sent the credentials that esp uses to connect to WiFi network. Thank you!