-
Notifications
You must be signed in to change notification settings - Fork 56
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
POCSAG/DAPNET Support #118
Comments
Successfully decoding packets with some code that is far too ugly to commit! Next free weekend should see proper support in the main branch. |
The power situation is pretty dire: We spend 16mA while actively listening, exhausting the coin cell in only six hours! As a temporary solution, I'm exiting the pager app when no packets have been seen for three minutes. Later, we can match the transmitter's timeslot to sleep between packets, hopefully extending usage to more than a day. |
…t eight letters of message, doesn't trigger display at the right moment. #118
This module is still a work in progress, but documentation is up on the wiki. As far as power management goes, it looks like we can definitely reduce consumption from 16mA to slightly more than 1mA by keeping the radio in IDLE except when periodically sampling for the 480ms preamble. This will also fix the LCD fade out problem on CC430F6137-based watches, and depending on the settling time, we might be able to get even better lifetimes by shutting the radio off entirely between preamble-samplings. |
…SAG to 4mA, 24 hours of life. #118
Average draw is down the 4mA by polling for the preamble, and that might be made a bit list. We're up to 24 hours of battery life. |
Use this issue to track development of a POCSAG receiver, intended for use on Dapnet at 439.9875 MHz.
Progress:
The text was updated successfully, but these errors were encountered: