olegv142 / CC1101

CC1101 Transceiver simple packet oriented driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CC1101

CC1101 Transceiver simple packet oriented driver for Arduino

The yet another CC1101 library was created with the following goals in mind:

  • Ease if use
  • Code compactness
  • Use radio configuration generated by TI SmartRF studio directly
  • Minimum external connection (SPI port only)

It supports variable length packets that should fit onto the transceiver FIFO (max payload size is 60 bytes). The packet has target address that should match receiver address. The 0 address is used for broadcasting. The transceiver goes to the idle state automatically after packet receive or transmit completion.

Author

Oleg Volkov (olegv142@gmail.com)

About

CC1101 Transceiver simple packet oriented driver


Languages

Language:C++ 54.9%Language:C 45.1%