Getting Started with Wi-Fi on ESP-IDF · Espressif Developer Portal #214
Replies: 3 comments
-
Hello, I very much appreciated the work you put into this. I am quite good at connecting WiFI by both methods and mqtt as well. I would love a more advanced tutorial as I am struggling to understand the relationships between esp/event loops, freertos/ event loops and how rtos tasks and the opportunities or Core 1 and Core 2 could be exploited to simplify code. |
Beta Was this translation helpful? Give feedback.
-
The call to |
Beta Was this translation helpful? Give feedback.
-
I thought I had struck gold when I found this. I need to be able to switch off the wifi and switch it back on again later. I simply modified wifi_tutorial.c by repeating the code twice. Here's what I did in simplified form. tutorial_init(); tutorial_connect(); tutorial_disconnect(); tutorial_deinit(); I also tried Any thoughts? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Getting Started with Wi-Fi on ESP-IDF · Espressif Developer Portal
The developer resources in just one place!
https://developer.espressif.com/blog/getting-started-with-wifi-on-esp-idf/
Beta Was this translation helpful? Give feedback.
All reactions