Commit Graph

628 Commits

Author SHA1 Message Date
Travis Goodspeed
145240acf7 Moved order of Shabbat app. 2018-08-03 17:48:50 -04:00
Travis Goodspeed
8e56257baa Fixes bug where stopwatch would forget to draw on first pass. 2018-08-03 17:48:34 -04:00
Travis Goodspeed
058b93089e Configuration file can now redefine the OOK buttons. 2018-08-03 17:13:16 -04:00
Travis Goodspeed
382f80747e Shabbat applet; edit the Makefile to enable it. Close #101 2018-08-03 12:48:32 -04:00
Travis Goodspeed
3c7d9c24ce Kicad 5 project changes. 2018-08-02 16:04:52 -04:00
Travis Goodspeed
454f34a10e Updated BOM document for the GoodWatch30. #100 2018-08-02 15:40:54 -04:00
Travis Goodspeed
ad69ac1ee4 GW30 is now looking good, with the new balue. #100 #40 2018-08-02 14:38:05 -04:00
Travis Goodspeed
f29109879a Fixed the LP15 low pass filter layout. #40 #100 2018-08-02 12:54:16 -04:00
Travis Goodspeed
3a2fb4d771 Footprints for the new balun and filters. #40 #100 2018-08-02 12:14:19 -04:00
Travis Goodspeed
d269488cd6 Fixes Kicad footprint library path in Kicad 5. #100 2018-08-02 11:11:36 -04:00
Travis Goodspeed
199026eefc Schematic symbols (no layout) for the GW30's new balun and filters. #100 #40 2018-08-02 10:55:41 -04:00
Travis Goodspeed
cd5dc3ab93 Initial draft of GW30 ported to Kicad 5. #99 2018-08-01 15:18:39 -04:00
Travis Goodspeed
038e90d56f Morse applet: Plus button now acts as a straight key even when not in raw mode. 2018-07-31 16:50:35 -04:00
Travis Goodspeed
33679968e1 Comment cleanup in the counter. 2018-07-31 16:49:41 -04:00
Travis Goodspeed
d105350729 Cleanup of comments and code organization in the clock. (Minor.) 2018-07-31 16:49:07 -04:00
Travis Goodspeed
7f97b50bb8 Rendered gerbers and schematics for GW22, #95. 2018-07-30 14:20:37 -04:00
Travis Goodspeed
350ef2bdaa Gerber files for Goodwatch22. #95 2018-07-30 14:10:30 -04:00
Travis Goodspeed
0c87e821a5 Minor repositioning of silkscreen text and ground connections. #95 2018-07-30 13:39:51 -04:00
Travis Goodspeed
16148e2e40 Counter now shows the RSSI of the selected channel. 2018-07-29 16:29:51 -04:00
Travis Goodspeed
fa8591c266 Minor cleanup of the stopwatch applet. 2018-07-29 15:50:41 -04:00
Travis Goodspeed
c86da5e7cb Clock and Settime are now separate applets. 2018-07-29 15:40:05 -04:00
Travis Goodspeed
42dd279bdd Calibration now uses forced drawing. 2018-07-29 13:34:29 -04:00
Travis Goodspeed
02372ecde2 OOK comment pointing to the wiki. 2018-07-29 13:22:46 -04:00
Travis Goodspeed
5735b8bc89 RPN calculator now uses oportunistic drawing, idles at low speed, and is less prone to keypad input glitches. 2018-07-29 13:20:19 -04:00
Travis Goodspeed
462f4b0bc9 app_draw() now distinguishes between forced and unforced draws.
Hex editor is now purely reactive, with no idle drawing.
2018-07-29 12:59:24 -04:00
Travis Goodspeed
d969f74cae RNG app no longer draws when unnecessary. 2018-07-29 12:45:43 -04:00
Travis Goodspeed
190985754b Submenu now only draws when it needs to. 2018-07-29 12:39:53 -04:00
Travis Goodspeed
d97f56941e Noted that the RTC bug is specific to the '6137. The '6147 is unaffected. 2018-07-29 11:03:15 -04:00
Travis Goodspeed
3a2dc7f52c Stopwatch now uses less idle time. 2018-07-29 11:02:50 -04:00
Travis Goodspeed
89839acee1 Major cleanup of keypress code in the Clock applet. Eliminates polling. 2018-07-28 11:14:15 -04:00
Travis Goodspeed
e35bfd8a44 Text placement in GW22 PCB. #95 2018-07-28 10:11:24 -04:00
Travis Goodspeed
22b1e6ce10 Refactoring and minor cleanup of RNG applet. 2018-07-26 18:33:55 -04:00
Travis Goodspeed
21da7246ca Further cleanup of the LCD behavior in Clock and Stopwatch. #96 2018-07-26 18:22:32 -04:00
Travis Goodspeed
32bc253e55 Fixes bug where full time wouldn't be shown after setting the date. #96 2018-07-23 22:16:14 -04:00
Travis GOodspeed
9ea0d5c97d Typo in calibration applet. 2018-07-23 20:25:32 -04:00
Travis GOodspeed
83255835fa Calibration no longer users getchar(). #97 2018-07-23 20:24:39 -04:00
Travis GOodspeed
a8e87457e8 OOK applet no longer uses getchar(). #97 2018-07-23 20:21:22 -04:00
Travis GOodspeed
e743da4bb9 Fixes minor bug where clock wouldn't display time immediately on startup, until the tens digit of the second changed. #96 2018-07-23 19:54:22 -04:00
Travis GOodspeed
fe8707d18f Morse applet no longer uses getchar(). #97 2018-07-23 19:35:29 -04:00
Travis GOodspeed
2de4d595ff No longer prints the REF status during POST. 2018-07-23 19:10:16 -04:00
Travis GOodspeed
6421f5c61b int2bcd ROM table, eliminates all divisions in clock applet displaying the time. #96 2018-07-23 19:07:59 -04:00
Travis GOodspeed
76f825295c Dramatic reduction of clock CPU usage. #96 2018-07-23 18:35:44 -04:00
Travis GOodspeed
6e88368b0d Now setting sampled mode. I expect that this was already the default. 2018-07-23 18:23:18 -04:00
Travis GOodspeed
560e48266e Cleanup. 2018-07-23 18:20:30 -04:00
Travis GOodspeed
6bc72454d4 Schematics and placement for GoodWatch22, #95. Not yet finalized. 2018-07-23 17:08:11 -04:00
Travis GOodspeed
e5c7363961 Typos and status updates to the wiki. 2018-07-07 16:31:05 -04:00
Travis GOodspeed
17d7534e02 VCC now properly measured in both CC430F6137 (ADC12) and CC430F6147 (ADC10) devices.) #76 2018-07-07 15:54:14 -04:00
Travis GOodspeed
49d68a922a Hitting * on the clock now shows the CPU model number. 2018-07-04 14:57:57 -04:00
Travis GOodspeed
2a6c163765 Adding a decimal point to the voltage. #76 2018-07-04 14:35:28 -04:00
Travis GOodspeed
691d4e2363 Adds symbols and beginning support for the ADC10 unit of the CC430F6147. #76 2018-07-04 13:52:13 -04:00