You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked the issue tracker for similar issues to ensure this is not a duplicate.
Provided a clear description of your suggestion.
Included any relevant context or examples.
Issue or Suggestion Description
Greetings ESP32 developers,
As I browsed the issues about whether it was possible to integrate both the send and receive functions in either the sender or receiver side, the answer is yes #142. So I would like to implement these two functions on my sender and receiver side.
I am using Rpi4 with OS: Linux raspberrypi 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
My ESP-idf is: ESP-IDF v5.4-dev-1873-g41dd1a351b
I modified the sender and receiver here(receiver.txt, sender.txt).
In my code, I added the send function right after the CSI capture and print function since I wanted a quick response (I temporarily disabled the CSI data print function). The issue came from the receiver side so far, which showed me that the send function failed after each CSI packet was received. I made sure no error came from the code, but I could not figure out why the send function always failed.
I truly and sincerely appreciate any suggestions and guidance that help me on this implementation.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Send packets failed while integrating the send function in the receiver side
Send packets failed while integrating the send function in the receiver side (AEGHB-830)
Oct 1, 2024
Checklist
Issue or Suggestion Description
Greetings ESP32 developers,
As I browsed the issues about whether it was possible to integrate both the send and receive functions in either the sender or receiver side, the answer is yes #142. So I would like to implement these two functions on my sender and receiver side.
I am using Rpi4 with OS: Linux raspberrypi 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
My ESP-idf is: ESP-IDF v5.4-dev-1873-g41dd1a351b
I modified the sender and receiver here(receiver.txt, sender.txt).
In my code, I added the send function right after the CSI capture and print function since I wanted a quick response (I temporarily disabled the CSI data print function). The issue came from the receiver side so far, which showed me that the send function failed after each CSI packet was received. I made sure no error came from the code, but I could not figure out why the send function always failed.
I truly and sincerely appreciate any suggestions and guidance that help me on this implementation.
The text was updated successfully, but these errors were encountered: