Search found 3 matches

by georgatos7
Fri Apr 05, 2024 12:56 pm
Forum: General Discussion
Topic: Availability of P4 + RF combo SoM
Replies: 5
Views: 3301

Re: Availability of P4 + RF combo SoM

Yeah i'm also interested in any plans for a P4 module.
Even a simple confirmation for future plans for a module will suffice.
by georgatos7
Sun Feb 05, 2023 9:22 am
Forum: ESP-IDF
Topic: ESP32 web server initiating HTTP requests to external Rest API?
Replies: 2
Views: 1885

Re: ESP32 web server initiating HTTP requests to external Rest API?

Awesome, I was afraid that running server and client together might cause issues or conflicts that would be hard to spot and debug and would need special handling. It's good to know that this isn't the case and that they are both handled gracefully under the hood by esp-idf. Thank you again, i will ...
by georgatos7
Sat Feb 04, 2023 1:09 pm
Forum: ESP-IDF
Topic: ESP32 web server initiating HTTP requests to external Rest API?
Replies: 2
Views: 1885

ESP32 web server initiating HTTP requests to external Rest API?

Hello, i was wondering if the following is possible... 1) Can an ESP32 running as a web server initiate/make HTTP requests to an external Rest API ? 2) Do i need to set it up both as a server and a client at the same time or can the ESP-IDF Server API initiate/make requests also? 3) Will the traffic...