├── README.md ├── Tools ├── eeprom_create.py └── eeprom_write.ino ├── cc1100_arduino.cpp ├── cc1100_arduino.h ├── cc1100_raspi.cpp ├── cc1100_raspi.h ├── examples ├── Arduino │ ├── Rx_demo.ino │ └── Tx_demo.ino └── raspi │ ├── RX_Demo.cpp │ └── TX_Demo.cpp └── schematic ├── CC1101_adapter_for_Pi-B.Cu.gbl ├── CC1101_adapter_for_Pi-B.Mask.gbs ├── CC1101_adapter_for_Pi-B.Paste.gbp ├── CC1101_adapter_for_Pi-B.SilkS.gbo ├── CC1101_adapter_for_Pi-Dwgs.User.gbr ├── CC1101_adapter_for_Pi-Edge.Cuts.gm1 ├── CC1101_adapter_for_Pi-F.Cu.gtl ├── CC1101_adapter_for_Pi-F.Mask.gts ├── CC1101_adapter_for_Pi-F.Paste.gtp ├── CC1101_adapter_for_Pi-F.SilkS.gto └── CC1101_adapter_for_Pi.drl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/README.md -------------------------------------------------------------------------------- /Tools/eeprom_create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/Tools/eeprom_create.py -------------------------------------------------------------------------------- /Tools/eeprom_write.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/Tools/eeprom_write.ino -------------------------------------------------------------------------------- /cc1100_arduino.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/cc1100_arduino.cpp -------------------------------------------------------------------------------- /cc1100_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/cc1100_arduino.h -------------------------------------------------------------------------------- /cc1100_raspi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/cc1100_raspi.cpp -------------------------------------------------------------------------------- /cc1100_raspi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/cc1100_raspi.h -------------------------------------------------------------------------------- /examples/Arduino/Rx_demo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/examples/Arduino/Rx_demo.ino -------------------------------------------------------------------------------- /examples/Arduino/Tx_demo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/examples/Arduino/Tx_demo.ino -------------------------------------------------------------------------------- /examples/raspi/RX_Demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/examples/raspi/RX_Demo.cpp -------------------------------------------------------------------------------- /examples/raspi/TX_Demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/examples/raspi/TX_Demo.cpp -------------------------------------------------------------------------------- /schematic/CC1101_adapter_for_Pi-B.Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/schematic/CC1101_adapter_for_Pi-B.Cu.gbl -------------------------------------------------------------------------------- /schematic/CC1101_adapter_for_Pi-B.Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/schematic/CC1101_adapter_for_Pi-B.Mask.gbs -------------------------------------------------------------------------------- /schematic/CC1101_adapter_for_Pi-B.Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/schematic/CC1101_adapter_for_Pi-B.Paste.gbp -------------------------------------------------------------------------------- /schematic/CC1101_adapter_for_Pi-B.SilkS.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/schematic/CC1101_adapter_for_Pi-B.SilkS.gbo -------------------------------------------------------------------------------- /schematic/CC1101_adapter_for_Pi-Dwgs.User.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/schematic/CC1101_adapter_for_Pi-Dwgs.User.gbr -------------------------------------------------------------------------------- /schematic/CC1101_adapter_for_Pi-Edge.Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/schematic/CC1101_adapter_for_Pi-Edge.Cuts.gm1 -------------------------------------------------------------------------------- /schematic/CC1101_adapter_for_Pi-F.Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/schematic/CC1101_adapter_for_Pi-F.Cu.gtl -------------------------------------------------------------------------------- /schematic/CC1101_adapter_for_Pi-F.Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/schematic/CC1101_adapter_for_Pi-F.Mask.gts -------------------------------------------------------------------------------- /schematic/CC1101_adapter_for_Pi-F.Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/schematic/CC1101_adapter_for_Pi-F.Paste.gtp -------------------------------------------------------------------------------- /schematic/CC1101_adapter_for_Pi-F.SilkS.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/schematic/CC1101_adapter_for_Pi-F.SilkS.gto -------------------------------------------------------------------------------- /schematic/CC1101_adapter_for_Pi.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/CC1101/HEAD/schematic/CC1101_adapter_for_Pi.drl --------------------------------------------------------------------------------