Skip to content

CC1101 Transceiver simple packet oriented driver

Notifications You must be signed in to change notification settings

olegv142/CC1101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published