Search found 3 matches
- Tue Oct 01, 2019 8:51 am
- Forum: ESP32 Arduino
- Topic: Arduino Http component not working with ESP IDF launched WiFi
- Replies: 2
- Views: 4152
Re: Arduino Http component not working with ESP IDF launched WiFi
Thank you for your response. You are right. I noticed that it is better to stop using Arduino components, so I am rewriting some libraries in esp-idf style
- Tue Oct 01, 2019 8:49 am
- Forum: ESP-IDF
- Topic: Asking for a HTTP request example with HEADER
- Replies: 0
- Views: 1660
Asking for a HTTP request example with HEADER
Hello,
Could anybody provide an example with the most elegant way to use consistent (few keys/values) header in a http/https request please?
The official example is almost perfect.
Thank you!
Could anybody provide an example with the most elegant way to use consistent (few keys/values) header in a http/https request please?
The official example is almost perfect.
Thank you!
- Sun Sep 08, 2019 9:46 pm
- Forum: ESP32 Arduino
- Topic: Arduino Http component not working with ESP IDF launched WiFi
- Replies: 2
- Views: 4152
Arduino Http component not working with ESP IDF launched WiFi
Hello Everybody, I am testing your technology and I am trying to use esp-idf with a few arduino components. I would like to hear your advice why arduino component has no wifi connection whereas the WiFi was launched by esp-idf task in this basic exemple? I tried to pin tasks to the same core as wifi...