Live data from Hacker News

Viewing profile — kurtjd

kurtjd

HN member
Joined
Tue, Jul 19, 2022, 9:30 PM UTC
HN karma
83
Public activity
6 items

About kurtjd

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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.

  3. 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 …

  4. 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.

  5. 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…

  6. 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…