Giovanni Blu Mitolo

Results 218 comments of Giovanni Blu Mitolo

@nomeme please soon pull new commits for a small fix and new examples showing how to use async ack with OverSampling.

@nomeme thank you again, it seems so, but I need a second to dig. This is the new example: https://github.com/gioblu/PJON/tree/master/examples/Network/OverSamplingHalfDuplex In master you find the fixes I was speaking about

Ciao @nomeme receiver will respond as requested by the packet configuration it receives. So if Transmitter sends a packet containing `ACK_MODE_BIT` up, this will trigger an asynchronous acknowledgment on the...

@nomeme forgot to say that In the example I disable the synchronous acknowledgment on receiver side, to avoid requesting a synchronous acknowledgment for an asynchronous acknowledgment packet. That in some...

Ciao @nomeme have you got the chance to try it? Can I consider this issue solved and OS stable on Pro Mini?

Ciao @nomeme watch out for bad connections and potential sources of interference! Other thing if you are not using STX882 / SRX882 modules but general "green ones" you may have...

CIao @nomeme, the tricky thing is to make 2 couples of tx/rx to transmit in half duplex. OverSampling simplex mode is tested and now finally quite accurate. I got it...

Ciao @nomeme, thank you for your precious support and testing. What is happening: - Local example sends a packet, receiver waits for transmitters gain to refresh and sends immediately after...

Ciao, @nomeme sorry for the delay, yes, send a packet every second using send and a while micros - time try for example every 10 seconds (to avoid as described...

Ciao @nomeme, the bug you reported has been fixed with the referenced commit above. Let me know your tests results if you can. Thank you again.