I am trying to understand the code in file attiny-RF/build-log/rc_test/rc_test.ino. Are the two o/p pins 10 & 13 connected to two transmitters?
Also, there are two serial ports used Serial.begin(9600); Serial1.begin(115200). Did you use Mega for tests.
It would be great if you could explain the instruction flow in the file so that I will be able to understand much better, also the #ifdef CALIBRATE sequences of pulses are being pushed pins 10 & 13 which is difficult to understand to a beginner like me.
Also if possible can you post the code for sending the commands via transmitter
I am trying to understand the code in file attiny-RF/build-log/rc_test/rc_test.ino. Are the two o/p pins 10 & 13 connected to two transmitters?
Also, there are two serial ports used Serial.begin(9600); Serial1.begin(115200). Did you use Mega for tests.
It would be great if you could explain the instruction flow in the file so that I will be able to understand much better, also the #ifdef CALIBRATE sequences of pulses are being pushed pins 10 & 13 which is difficult to understand to a beginner like me.
Also if possible can you post the code for sending the commands via transmitter