Couldnot reconstruct chunks at receiver end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-22 3:11 AM - edited ‎2024-05-22 3:12 AM
Hello!
I am doing a project using STM32cube ide , the problem I am facing is at the receiver end when the data at the transmitter is transmitted in form of chunks but at the receiver end, the received data could not reconstruct , the receiver is taking 4 sec to switch and send acknowledgement that the packet is received successfully. Can Someone suggest what should I do further to achieve the data reconstruction and receive acknowledgement.
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-22 3:22 AM
You need to give a lot more detail for anyone to have any idea what you're talking about
@shaik_simran wrote:at the receiver end .
What "receiver" ?
@shaik_simran wrote:the data at the transmitter is transmitted in form of chunks .
What "data" ?
What "transmitter" ?
What are these "chunks" ?
@shaik_simran wrote:at the receiver end, the received data could not reconstruct , .
Why not? Are the "chunks" corrupted, or what?
@shaik_simran wrote:the receiver is taking 4 sec to switch and send acknowledgement that the packet is received successfully.
Is that problem? If it is, then why is it a problem? What does it have to do with the failure to reassemble "chunks"?
@shaik_simran wrote:Can Someone suggest what should I do further to achieve the data reconstruction and receive acknowledgement.
Not without a lot more detail from you!
- What, exactly, are you doing at the moment?
- What results were you expecting?
- What results are you actually getting?
- What investigation/debugging have you done to find the problem(s)?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-22 3:24 AM
@shaik_simran wrote:the receiver is taking 4 sec to switch and send acknowledgement that the packet is received successfully. .
Is this related: https://community.st.com/t5/stm32-mcus-wireless/want-to-establish-a-full-duplex-communication-between-two/m-p/677327/highlight/true#M19185 ?
:thinking_face:
A complex system designed from scratch never works and cannot be patched up to make it work.
