Live data from Hacker News

Viewing profile — chipweinberger

chipweinberger

HN member
Joined
Mon, Nov 05, 2018, 7:36 PM UTC
HN karma
612
Public activity
118 items

About chipweinberger

No profile information was provided.

Recent public activity

  1. comment
    Comment #48983314

    The app is not required if you access the midi files from the sd card. You don't even need to install it. The app is optional, and its for browsing your library. Think of it like t…

  2. comment
    Comment #48982747

    Counterfeit != clone. I welcome competitors. They can help grow the pie.

  3. comment
    Comment #48971407

    If you consume power over USB-C, 2 resistor are enough. But for providing power over USB-C, you generally need a dedicated IC to handle VBUS switching. It wasn't worth it. Also, on…

  4. comment
    Comment #48971307

    I appreciate the critiques! First, so far, there have been 0 failures in the field. My email address is on the website, the app, and the first page of the instruction sheet, so I'd…

  5. comment
    Comment #48970914

    500 units was my first run, and it worked out really well. None of the suppliers complained about that order size. I recommend starting with a smaller quantity until you've validat…

  6. comment
    Comment #48970792

    The device does not require the app. It still records MIDI 24/7 to sdcard. It's more the opposite. The app requires a genuine device.

  7. comment
    Comment #48970785

    Will do a write up on injection molding and anti-counterfeit!

  8. comment
    Comment #48969059

    Not technically custom, but made to order (I gave them a spec sheet). If they had reasonably priced connectors on LCSC or DigiKey, etc, I would have used them!

  9. comment
    Comment #48968987

    The marketing answer: all lower-case looks modern and opinionated The real answer: I got tired of deciding what should and shouldn't be capitalized. Sounds easy but it gets ambiguo…

  10. comment
    Comment #48968930

    I don't entirely disagree. Just one sample point. But there are certainly much more simplistic hardware products out there. I'm often envious of them. Here's a good example: https:…

  11. comment
    Comment #48968877

    Yes the anti-counterfeit is primarily app enforced (though entirely offline). I do use the firmware encryption features of the ESP32-S3, whatever that is worth, and the firmware is…

  12. comment
    Comment #48968242

    Ahah good eye. It was only 4 blocks down the road! I too was surprised by how well a single cord worked to balance the 45lb boxes.

  13. comment
    Comment #48968186

    Android too! Built with Flutter. Flutter is great highly recommend it.

  14. comment
    Comment #48968160

    This is very flattering. Thank you.

  15. comment
    Comment #48968079

    3 main components: flashing, provisioning keys, hardware testing. Nearly every component gets tested: sdcard, clock, battery, anti-counterfeit IC, led, buzzer, the tactile-switch!

  16. comment
    Comment #48967923

    Yes I've seen a few people mention that! All of the best MIDI hardware recorders are ancient, for whatever reason. Well, apart from Jamcorder ;)

  17. comment
    Comment #48967696

    It sort of is. I'm at an annoying scale where most 3PLs don't want to deal with me yet. At the same time, it doesn't take much time at all, and is a good excuse to get out of the h…

  18. comment
    Comment #48967668

    I started with having watched ~100 hours of EEVBlog :) Electronics, PCBs, CAD, injection molding was all new to me.

  19. comment
    Comment #48967648

    They should just work! You can replace the soundfont that the app uses with your own too.

  20. comment
    Comment #48967637

    IMO it's better to ship preprogrammed ICs to the factory, so you can do your secure burning in-house.

  21. comment
    Comment #48967582

    These numbers do not include ESP-IDF :)

  22. comment
    Comment #48967539

    I chose to do FCC only and CE self-certify. If you use pre-certified radios it's not as expensive as you think. $5K should be plenty if you ask around. Just make sure you design yo…

  23. comment
    Comment #48967493

    I'm using an STSAFE chip - the same IC they use in StarLink terminals. Essentially the digital equivalent of a holographic barcode. I have some other protections too. e.g. Random 1…

  24. comment
    Comment #48967172

    The app is about 85K lines: device connectivity, first-time setup, syncing, MIDI playback and visualization, library management, audio/video export, and OTA workflows. The firmware…

  25. comment
    Comment #48966851

    Spending too long on the firmware. I almost ran out of runway. I should have cut features faster. And I should have built the firmware cross platform so I could run it my local mac…