-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove reset blocks low power mode #1
Comments
Hi @tony-gutierrez, thanks for submitting issues. May I ask what hardware platform are you using? This project is based on an evaluation kit more than two years old. If you don't mind to test it and create a PR, I would really appreciate it. |
Msp430f5529 with the cc1120-90 boosterpack. I have been fighting hard to
get decent battery life for a project. Took over code that was obviously
based on yours. I'm very curious if the next block (cc1190 idle config)
will help me but can't test until tomorrow. If you have any low power tips
I'm all ears.
…On Fri, Jun 9, 2017, 12:01 AM Ian Zhang ***@***.***> wrote:
Hi @tony-gutierrez <https://github.com/tony-gutierrez>, thanks for
submitting issues. May I ask what hardware platform are you using? This
project is based on an evaluation kit more than two years old.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOomszwMIDyR5Bwoa8iboQ9sYMVyvoFbks5sCMOggaJpZM4N03s6>
.
|
Would love to help. But at this point, you probably have done way more research in achieving low power consumption than me. It seem issuing SPWD over spi after setting SIDLE should do the trick. Seems idle state is required before power down. Have you tried power down 1190 too? I won't get access hardware till early next week. Will see what I can do. |
The // remove the reset from the rf device code block results in the radio never being able to enter lp, (SPWD strobe fails)
The text was updated successfully, but these errors were encountered: