├── LICENSE ├── MyServo.cpp ├── MyServo.h ├── My_RF24.cpp ├── My_RF24.h ├── My_RF24_config.h ├── My_nRF24L01.h ├── Pins.h ├── RC_RX_CABELL_V3_FHSS.ino ├── README.md ├── RSSI.cpp ├── RSSI.h ├── RX.cpp ├── RX.h ├── Rx_Tx_Util.cpp ├── Rx_Tx_Util.h ├── SBUS.cpp ├── SBUS.h ├── SUM_PPM.cpp ├── SUM_PPM.h ├── TestHarness.cpp ├── TestHarness.h └── hardware ├── BoardLayoutNoDiversityNoSBUS_bottom_300dpi.png ├── BoardLayoutNoDiversityNoSbus.png ├── BoardLayoutNoDiversityNoSbus_top_300dpi.png ├── Eagle ├── No_Diversity_No_SBUS │ ├── RC_RX_CABELL_V3_FHSS_No_Diversity_No_SBUS.brd │ └── RC_RX_CABELL_V3_FHSS_No_Diversity_No_SBUS.sch └── WIth_Diversity_WIth_SBUS │ ├── RC_RX_CABELL_V3_FHSS_With_Diversity_With_SBUS.brd │ └── RC_RX_CABELL_V3_FHSS_With_Diversity_With_SBUS.sch ├── SchematicNoDiversityNoSBUS.png └── SchematicWithDiversityWithSBUS.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/LICENSE -------------------------------------------------------------------------------- /MyServo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/MyServo.cpp -------------------------------------------------------------------------------- /MyServo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/MyServo.h -------------------------------------------------------------------------------- /My_RF24.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/My_RF24.cpp -------------------------------------------------------------------------------- /My_RF24.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/My_RF24.h -------------------------------------------------------------------------------- /My_RF24_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/My_RF24_config.h -------------------------------------------------------------------------------- /My_nRF24L01.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/My_nRF24L01.h -------------------------------------------------------------------------------- /Pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/Pins.h -------------------------------------------------------------------------------- /RC_RX_CABELL_V3_FHSS.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/RC_RX_CABELL_V3_FHSS.ino -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/README.md -------------------------------------------------------------------------------- /RSSI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/RSSI.cpp -------------------------------------------------------------------------------- /RSSI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/RSSI.h -------------------------------------------------------------------------------- /RX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/RX.cpp -------------------------------------------------------------------------------- /RX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/RX.h -------------------------------------------------------------------------------- /Rx_Tx_Util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/Rx_Tx_Util.cpp -------------------------------------------------------------------------------- /Rx_Tx_Util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/Rx_Tx_Util.h -------------------------------------------------------------------------------- /SBUS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/SBUS.cpp -------------------------------------------------------------------------------- /SBUS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/SBUS.h -------------------------------------------------------------------------------- /SUM_PPM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/SUM_PPM.cpp -------------------------------------------------------------------------------- /SUM_PPM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/SUM_PPM.h -------------------------------------------------------------------------------- /TestHarness.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/TestHarness.cpp -------------------------------------------------------------------------------- /TestHarness.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/TestHarness.h -------------------------------------------------------------------------------- /hardware/BoardLayoutNoDiversityNoSBUS_bottom_300dpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/hardware/BoardLayoutNoDiversityNoSBUS_bottom_300dpi.png -------------------------------------------------------------------------------- /hardware/BoardLayoutNoDiversityNoSbus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/hardware/BoardLayoutNoDiversityNoSbus.png -------------------------------------------------------------------------------- /hardware/BoardLayoutNoDiversityNoSbus_top_300dpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/hardware/BoardLayoutNoDiversityNoSbus_top_300dpi.png -------------------------------------------------------------------------------- /hardware/Eagle/No_Diversity_No_SBUS/RC_RX_CABELL_V3_FHSS_No_Diversity_No_SBUS.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/hardware/Eagle/No_Diversity_No_SBUS/RC_RX_CABELL_V3_FHSS_No_Diversity_No_SBUS.brd -------------------------------------------------------------------------------- /hardware/Eagle/No_Diversity_No_SBUS/RC_RX_CABELL_V3_FHSS_No_Diversity_No_SBUS.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/hardware/Eagle/No_Diversity_No_SBUS/RC_RX_CABELL_V3_FHSS_No_Diversity_No_SBUS.sch -------------------------------------------------------------------------------- /hardware/Eagle/WIth_Diversity_WIth_SBUS/RC_RX_CABELL_V3_FHSS_With_Diversity_With_SBUS.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/hardware/Eagle/WIth_Diversity_WIth_SBUS/RC_RX_CABELL_V3_FHSS_With_Diversity_With_SBUS.brd -------------------------------------------------------------------------------- /hardware/Eagle/WIth_Diversity_WIth_SBUS/RC_RX_CABELL_V3_FHSS_With_Diversity_With_SBUS.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/hardware/Eagle/WIth_Diversity_WIth_SBUS/RC_RX_CABELL_V3_FHSS_With_Diversity_With_SBUS.sch -------------------------------------------------------------------------------- /hardware/SchematicNoDiversityNoSBUS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/hardware/SchematicNoDiversityNoSBUS.png -------------------------------------------------------------------------------- /hardware/SchematicWithDiversityWithSBUS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soligen2010/RC_RX_CABELL_V3_FHSS/HEAD/hardware/SchematicWithDiversityWithSBUS.png --------------------------------------------------------------------------------