Commit Graph

628 Commits

Author SHA1 Message Date
Travis Goodspeed
195a2c70c4 Removed unused test message from pocsag library. 2019-04-20 13:39:18 -04:00
Travis Goodspeed
6bc06f09c0 Proof of concept for a POCSAG/DAPNET receiver applet. Only shows first eight letters of message, doesn't trigger display at the right moment. #118 2019-04-20 13:20:20 -04:00
Travis Goodspeed
eab77ad25c Battery life now includes hours when less than a month, for greedy apps. 2019-04-20 13:12:06 -04:00
Travis Goodspeed
4a9033fea3 Cleanup of POCSAG test. 2019-04-20 13:05:31 -04:00
Travis Goodspeed
9e3c497d26 POCSAG decoder in vanilla C with host-side test cases toward #118. 2019-04-20 12:04:24 -04:00
Travis Goodspeed
3ec59086c9 POCSAG docs. #118 2019-04-14 17:49:54 -04:00
Travis Goodspeed
9bcc7be7e0 Correct modulation for pocsag in Python tests. No decoder yet. #118 2019-04-14 16:12:52 -04:00
Travis Goodspeed
a2bf3c4a1c The stopwatch applet now shows the real time when / is held. 2019-04-09 19:16:27 -04:00
Travis Goodspeed
66fc9aafd7 Fixed bug in stopwatch where the hex versions of the count weren't zeroed on a mode change or pressing reset. 2019-03-01 17:18:10 -05:00
Travis Goodspeed
4e188c9e90 Initial implementation of audio Morse for reading the time when the + button is held. #117 2019-02-22 22:12:31 -05:00
Travis Goodspeed
20c0b54411 Fixes a bug where long interrupt handlers might leave the keypad interrupt handler stuck. 2019-02-22 21:33:35 -05:00
Travis Goodspeed
7abfd2b7a5 Added a BOM entry for the 868MHz filter. 2018-11-15 17:03:40 -05:00
Travis Goodspeed
7df06f49ad Cleanup of the stopwatch, eliminating expensive divisions. 2018-11-15 17:03:06 -05:00
Travis Goodspeed
44fd7d1829 Corrects the coordinates for the leftmost decimal point thanks to a report by @BitBangingBytes. Close #113. 2018-11-12 20:18:15 -05:00
Travis Goodspeed
2e1ec6f7f7 Merge branch 'master' of https://github.com/travisgoodspeed/goodwatch 2018-11-12 20:06:54 -05:00
Travis Goodspeed
bc204c57fa Typo mentioned in #113. 2018-11-12 20:06:42 -05:00
Travis Goodspeed
e8e6520545
Merge pull request #112 from ea/sdr_testing
typo in tx handler check
2018-11-11 19:19:14 -05:00
ea
2466e98877 typo in tx handler check 2018-11-11 17:42:55 -06:00
Travis Goodspeed
38c171b6b0 Culling the user's guide. I'll move it to the wiki. 2018-11-11 13:14:53 -05:00
Travis Goodspeed
1537d59f4e Updated the codeplug a bit. 2018-11-11 13:08:59 -05:00
Travis Goodspeed
6cb0402308 Beginnings of a DMESG app. No transmissions yet. #94 2018-11-11 13:07:19 -05:00
Travis Goodspeed
c015141869 Codeplug is now stored in regular flash, rather than info flash. Fixes tuner in SBW-flashed devices. 2018-11-11 12:24:20 -05:00
Travis Goodspeed
979e79d453 Manual merge. 2018-11-11 11:25:02 -05:00
Travis Goodspeed
bf040f61c7 Adds a link to the charliewatch. 2018-11-11 11:24:26 -05:00
Travis Goodspeed
fef8370406 Merge branch 'master' of https://github.com/travisgoodspeed/goodwatch 2018-11-05 17:40:39 -05:00
Travis Goodspeed
460f362b10 Shows periods in build date. 2018-11-05 17:40:31 -05:00
Travis Goodspeed
652108d3f1
Merge pull request #111 from BitBangingBytes/master
Fixed Alarm Inconsistencies
2018-11-05 17:24:27 -05:00
BitBangingBytes
0d7fd0b9c8 remove final remnant 2018-11-05 13:01:05 -06:00
BitBangingBytes
7b8df996a1 remove build artifacts from userguide folder 2018-11-05 12:56:47 -06:00
BitBangingBytes
17135797fc added userguide files 2018-11-05 09:57:15 -06:00
BitBangingBytes
8e42736847 Further revise alarm.c 2018-11-04 20:50:33 -06:00
BitBangingBytes
e259b2729e Fixing alarm that was working erratically, some watches I programmed the alarm worked and others didn't, think this was related to the RTCADAY and RTCADOW registers not being initialized. 2018-11-04 20:25:01 -06:00
Travis Goodspeed
173fd2dada Makefile targets to deploy doxygen documentation. 2018-11-03 16:13:02 -04:00
Travis Goodspeed
88b0ecf647 Better makefile for the website. I ought to rewrite the infernal thing. 2018-11-03 16:10:46 -04:00
Travis Goodspeed
de76019964 The RPN calculator now comes before the hex editor. 2018-11-03 16:05:22 -04:00
Travis Goodspeed
be39147f54 After seting the time, the clock correctly displays the time. Previously, many digits would instead hold a stale image of the date. 2018-11-03 16:02:32 -04:00
Travis Goodspeed
2e001e54a4 Easier target for energytrace. 2018-11-03 15:56:47 -04:00
Travis Goodspeed
7cac5c8f35 Fix to the sidebutton reboot from @BitBangingBytes. Close #110. 2018-11-03 14:27:33 -04:00
Travis Goodspeed
1eb5f671f7 Fixes bug where LCD artifacts would remain when exiting shabbat mode. 2018-11-03 14:20:29 -04:00
Travis Goodspeed
104ec2627d Fix to RPN not clearing AM indicator when sidebutton is used for a push. From @BitBangingBytes in #110. 2018-11-03 14:12:10 -04:00
Travis Goodspeed
61e4bb45e6 'make fmt' target using clang-format. Not yet enforced. 2018-11-03 13:55:10 -04:00
Travis Goodspeed
a82a53cfa8 New README file, with links to the wiki. 2018-11-02 17:39:12 -04:00
Travis Goodspeed
f90e668bea Minor cleanup to the Morse app. Now use the Set button to exit raw mode. 2018-10-12 17:38:51 -04:00
Travis Goodspeed
fa91178854 Fixes state machine bugs when setting the time. 2018-10-12 17:38:09 -04:00
Travis Goodspeed
13cdb36323 Saves ~250µA during button presses by fixing a bug that caused the GPIO interrupt to repeatedly trigger as long as the button was down. 2018-10-09 18:05:35 -04:00
Travis Goodspeed
43e1ebce78 Beginnings of POCSAG transmission support. Not yet working, as it required long packet support. #107 2018-10-08 21:20:22 -04:00
Travis Goodspeed
97751a2714 Doubles packet buffer size, in anticipation of long packet support. #107 2018-10-08 21:19:47 -04:00
Travis Goodspeed
f78fdd7c71 Comments unused ook function. 2018-10-08 21:19:22 -04:00
Travis Goodspeed
1f46bd79ef buildtime.h now contains the compilation time, fixing broken start times in JTAG-programmed boards. Close #106. 2018-10-06 20:23:29 -04:00
Travis Goodspeed
a467c84e20 Fixes power consumption problem in devices without radios. Close #108. 2018-09-28 17:14:49 -04:00