From d1f3c452dbe791911d150c5934e3fe97a1a58bf4 Mon Sep 17 00:00:00 2001 From: vin Date: Fri, 28 Jun 2024 18:52:49 -0400 Subject: [PATCH] introduce myself and start writing what I want to do --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d05bc09 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Vineet K +I love working with limited computing environments such as +microcontrollers and battery-powered devices. I also have an interest +in designing my own electronics. I'm currently exploring programming on +bare metal so that I can make a useful device of my own. + +## Projects I want to work on +- An NES or GameBoy emulator, either on an MCU or FPGA + - software implementation of a NES [in progress](https://git.vineetk.net/vin/emu_nes) +- E-Paper reader run on bare metal +- Split ergo-mechanical keyboard with an integrated trackball/trackpad + - possibly wireless to force it to be low-power +- Physical (binary?) clock and forecast dashboard, also on bare metal