Commit graph

16 commits

Author SHA1 Message Date
486715dd5f
feat: save more power by disabling timer, and use gps time for tx interval instead 2023-05-07 23:24:58 +02:00
913ecf3f3f
fix: proper fallback for datetime display if no NMEA string has been received yet 2023-05-07 04:58:49 +02:00
78a9dfb99a
feat: save 2mA by idling the DAC at logical 0 rather than amplitude 0 2023-05-07 04:57:50 +02:00
f6fbc29fde
fix: idle mode was not always activated 2023-05-07 02:16:59 +02:00
4ea4d52be0
feat(pcb): reroute +5v to avoid groundplane splitting 2023-05-06 23:22:29 +02:00
970868457d
feat: power saving 2023-05-06 22:42:44 +02:00
ef7159689a
feat(lcd): blank display when idle during config edit 2023-05-06 16:44:04 +02:00
eb1f1ad71c
feat(pcb): add test points 2023-05-06 16:42:37 +02:00
cebfce9e2a
feat: pcb 2023-05-05 23:58:30 +02:00
0fe613d223
feat: use an LCD rather than a single 7segment digit 2023-05-05 23:53:15 +02:00
45d29a8391
fix: tons of minor issues; first successful point on aprs.fi 2023-05-01 06:16:06 +02:00
e198d32b7f
feat: better distinguishable 7segment characters 2023-05-01 06:14:58 +02:00
ba8924fae1
feat: add 7-segment display callsign editor; store callsign in eeprom 2023-04-29 00:11:10 +02:00
6cc2d5e239
IT'S WORKING! 2023-04-27 01:00:05 +02:00
6812cfbcdb fix phase shift overflow, implement frame serialization 2023-04-25 03:08:16 +02:00
dafe1910db
Implement AFSK with pre-generated sinus table 2023-04-22 20:17:56 +02:00