Perimeter Probleme

When the sun is back i repeat the scope test directly into the area at different place.
To be sure i have ordered new wire because it's a 6 years old area and i have repare it a lot of time.
Is it possible into raindancer to read the code of the original sender ?.
 
Code:
Is it possible into raindancer to read the code of the original sender ?.

It could be. But the problem is the length of received signals. The evaluation of the signal will then not work correctly.
Because we use a FFT the receiver signal should be 64bit long for 16bit sender signal, or 128 for 32bit sender signal.
Originally we use a 128 sender signal and the received signal is 512bit long.
The ardumower uses a 19bit sender signal, so the received signal is 76bit long and will not fit in for the fft calculation.
You can use use the 32 signal for receiving, and receive the signal more than once in the array, but the algorithm will then detect maybe one high peak and one lower peak and the evaluation is then wrong.
 
Oben