Search found 5 matches

by Hicks01
Thu May 26, 2022 3:23 pm
Forum: ESP-IDF
Topic: WiFi stream
Replies: 5
Views: 2012

Re: WiFi stream

I'm sorry for the late reply. As soon as I could I verified that the client is actually transmitting, to do this I used wireshark. I used my pc as a wifi server and the ESP32 module as a client, the program used by the latter is the same as shown in some posts above. Wireshark captured the packets t...
by Hicks01
Wed May 18, 2022 1:45 pm
Forum: ESP-IDF
Topic: WiFi stream
Replies: 5
Views: 2012

Re: WiFi stream

Thanks for the reply, I will gladly do it, maybe it is the transmitter that is not transmitting.
by Hicks01
Tue May 17, 2022 10:28 am
Forum: ESP-IDF
Topic: WiFi stream
Replies: 5
Views: 2012

Re: WiFi stream

Is it possible that no one wants/can give me help, a suggestion, constructive criticism, something? In any case I think it's a bug, it's really weird that the recvfrom command gets stuck waiting when the client keeps sending messages. So, I ask the admins to move this thread to the bug forum. A thou...
by Hicks01
Thu May 12, 2022 9:59 am
Forum: ESP-IDF
Topic: WiFi stream
Replies: 5
Views: 2012

Re: WiFi stream

I am experimenting with various solutions in VS code and at the moment I am trying to transmit a string of few characters. I am using the code of 4 examples provided with esp-idf and below are the codes for the client and for the server and what the two terminals show. The problem is that the client...
by Hicks01
Mon May 09, 2022 2:46 pm
Forum: ESP-IDF
Topic: WiFi stream
Replies: 5
Views: 2012

WiFi stream

Hi everyone, I'm a beginner to the ESP-IDF world. I am developing an application in which an ESP32 module receives, through an SPI peripheral, a stream of data from an STM32 card. I need to transmit the data received through the wifi of the ESP32 module to another ESP32 module. On the SPI peripheral...