From fe97644eac9dd6df9c28e3e53ac82f4ec534e585 Mon Sep 17 00:00:00 2001 From: vin Date: Tue, 1 Oct 2024 00:59:57 -0400 Subject: [PATCH] update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d05bc09..cbd0631 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ 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'm currently working on +- Doing undergraduate research on how DDR4 and DDR5 are affected by RowHammer +- A [software NES simulator](https://git.vineetk.net/vin/emu_nes) + ## 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 + - first need to drive the E-Paper screen without a vendor waveform from a MCU - 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