Viewing profile — kurtjd
kurtjd
HN member- Joined
- Tue, Jul 19, 2022, 9:30 PM UTC
- HN karma
- 83
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About kurtjd
No profile information was provided.
Recent public activity
-
comment
Comment #32227105
I had success programming Chinese clones of the STM32F103C8T6 aka Blue Pill by just changing the device signature the programmer looks for via a flag in openocd. Fortunately these …
-
comment
Comment #32170176
Yeah I actually couldn't find any legitimate blue pills, I made this project using a clone blue pill which fortunately for the most part behaves exactly like a real one.
-
comment
Comment #32159792
I appreciate that! I'll admit I was hesitant to publish the blog series at first because I was embarrassed by how much my limited knowledge influenced my design decisions, but I'm …
-
comment
Comment #32159381
Thanks, and yep that's the plan! Just finished my freshman year studying computer engineering and hope to work in the embedded field when I graduate.
-
comment
Comment #32158956
Thank you! Yeah hardware is tricky (and I still have so much to learn) but there's something really satisfying about holding a thing you designed in your hands that pure software j…
-
story
Show HN: I built a handheld CHIP-8 game console to teach myself embedded systems
A while back I wrote a CHIP-8 emulator (which is considered the Hello, World! of emulators and is more accurately a virtual machine since historically CHIP-8 was an interpreted lan…