-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
Hello. I am working on a project that uses cc1101 with atmega328. I used this library and found it useful and easy to use for simple send-receive cases.
But It is expected to run on a 3.3V 500mAH battery for at least a year. So I tried to reduce the power consumption by putting cc1101+atmega328 to sleep for 1 second and then try to receive data for a few millis if it is available. In such case, I had to send data repeatedly for more than 1 sec.
Then I looked online and found that cc1101 supports wake-on-radio for supporting such low power consumption scenarios. But I don't know how to implement it using this library. Any kind of support for this will be helpful.
Metadata
Metadata
Assignees
Labels
No labels