SpaceTeddy / CC1101

driver library for Ti CC1100 / CC1101. For Arduino and Raspberry Pi
MIT License
271 stars 92 forks source link

TX-only without addressing #40

Closed ugurturkel closed 4 years ago

ugurturkel commented 4 years ago

Hey, I want to use this library for transmitting more than thousand bytes as 61 bytes packets. And since I'm just going to decode the signal with RTL-SDR, How can I use CC1101 for just transmitting on the air without any addressing?

Thank you.

SpaceTeddy commented 4 years ago

well, long time ago, that I have worked with this type of controller and basically it was on my to-do list to implement a non-address mode, or called synchronous mode, but I have no time for that unfortunately. Probably you can get some impulses here to implement this in your library.