David Smart David
  • Joined on 2023-02-12
David pushed to main at David/AVR 2026-02-28 14:48:49 -06:00
d0fb738e7c Added notes about new status messages.
David pushed to main at David/AVR 2026-02-27 15:23:01 -06:00
c70fb53d37 Schematic and PCB design finished and ordered.
David pushed to main at David/AVR 2026-02-27 12:57:28 -06:00
6d16d119cd Clean up unused options for soundscape.
David pushed to main at David/AVR 2026-02-13 09:52:51 -06:00
b9da0b5987 Remove unused part of a data structure. Not tested, but compiles fine.
David pushed to main at David/AVR 2026-02-11 17:04:27 -06:00
5664c99a58 reorient the WiFi chip.
David pushed to main at David/AVR 2026-02-11 12:43:17 -06:00
d2c346ae0a Add HW design
David pushed to main at David/AVR 2026-02-07 16:59:38 -06:00
41c83dd268 Update to ignore the non-managed code artifacts
David pushed to main at David/AVR 2026-02-07 14:53:15 -06:00
af99444703 Add the low level driver.
David pushed to main at David/AVR 2026-02-07 14:38:42 -06:00
adad03c7df Reduce the size of the AVRDriver code.
David pushed to main at David/AVR 2026-01-31 14:39:43 -06:00
49edca0238 Add support for .ini file,
David pushed to main at David/AVR 2026-01-30 17:21:03 -06:00
936f71b737 Adding directly settable commands (instead of volume up/down, set volume to xx)
David pushed to main at David/AVR 2026-01-29 16:50:57 -06:00
87ece7eb14 Complete with the OO changes. Also, added more built-in help information.
David pushed to main at David/AVR 2026-01-29 09:03:26 -06:00
0d41768fe7 Minor update to the control map
David pushed to main at David/AVR 2026-01-28 17:19:05 -06:00
a83bc28a8d Major step in the new AVR interface to send commands. It compiles, but is untested. The old code and function remains active.
David pushed to main at David/AVR 2026-01-26 16:38:04 -06:00
e2829f648d Continue OO migration
David pushed to main at David/AVR 2026-01-26 16:37:31 -06:00
d13013b56d Continue OO migration
David pushed to main at David/AVR 2026-01-26 13:42:35 -06:00
4e0035bea6 Continuing move to both OO interface and consolidation of commands into Subsystem, Command rather than all discrete commands.
David pushed to main at David/AVR 2026-01-25 21:39:16 -06:00
152e0c2d80 Major changes - refactoring the AVRInterface class to take on more responsibility.
David pushed to main at David/AVR 2026-01-24 16:43:11 -06:00
30f4047b7c Reworking the AVR specific stuff into an AVRInterface class.
David pushed to main at David/AVR 2026-01-24 15:19:29 -06:00
2ba02318db Significant refactoring with separate Console Handler.