right framework for interrupt-receive periodcally and send ack occasionally #1819
Replies: 5 comments 1 reply
|
To answer those questions:
Broadly the code looks OK, it seems somewhat based on the SX126x ping pong example which is a good place to start. When debugging, I would recommed to start with lowering the transmission rate since 20 Hz is quite fast (and if the issue is related to switching between Rx and Tx, the transmission rate or the number packets between ACKs should have no effect). |
|
Dear jgromes, |
|
Dear jgromes, Again thanks so much for your time, have a nicy day |
|
Thanks jgromes, that's very clear about the task and I totally understand now. |
|
Thanks jgromes anyway. when transmitting with output power =5, SX1262 only cause an extra 20ma current which last for like 20ms, which seems the best for now. Thanks again and this issue may be closed. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Dear fellows,
I am using radionlib 7.7 and arduino 2.3.9, and I have some boards like lilygo t3-s3 and t3-c6 (esp32s3/esp32c6 with sx1262), the t3-s3 is sending packets 20hz and it's working very good. Another c6/s3 try to receive these packets and send ACK in some conditions. If i don't enable ACK, then everything is fine, but if I enable ACK I have some problems (more received packets than expected). Following is my questions,
Why I am having one more reduplicated packets every 8 packets, not sure by myself or by master.
I have been stuck in this for a long time, and I really appreciate any feedbacks.
Thanks in advance
Circle
All reactions