DIY project to create your own 5.8ghz FPV diversity basestation - based off the rx5808 receiver module. Project includes basic Arduino Nano implementation to advanced custom PCB board and introduction to digital switches 4066 chip.
not a big problem, but if you use serial and not use diversity the code doesn't compile because of line 214 in receiver.cpp: it's trying to access rssiB and rssiBRaw, so i added an #ifdef USE_DIVERSITY
not a big problem, but if you use serial and not use diversity the code doesn't compile because of line 214 in receiver.cpp: it's trying to access rssiB and rssiBRaw, so i added an
#ifdef USE_DIVERSITY