Live data from Hacker News

Viewing profile — geotp

geotp

HN member
Joined
Fri, Jun 05, 2026, 7:36 AM UTC
HN karma
211
Public activity
28 items

About geotp

No profile information was provided.

Recent public activity

  1. comment
    Comment #49641751

    You can’t submit the same link twice. I’d already shared the firmware repository before, so this time I posted the website, mainly for the new web tools https://news.ycombinator.co…

  2. comment
    Comment #49640719

    Then GitHub will have to flag everyone. Take 100 professional developers today, and you can be sure all 100 use AI somewhere in their workflow. Take a look at the codebase or just …

  3. comment
    Comment #49640643

    Read the github then https://github.com/geo-tp/ESP32-Bit-Pirate

  4. comment
    Comment #49640619

    Read the github readme https://github.com/geo-tp/ESP32-Bit-Pirate

  5. comment
    Comment #49640611

    the project is open source, so feel free to fork it and give the landing page the improvements you think it needs

  6. comment
    Comment #49640596

    the firmware is in a very different state from the website. The codebase has a test suite, and hundreds of people are already using it, so it’s had a lot more work and real world t…

  7. comment
    Comment #49587466

    ESP32 Bit Pirate is open-source firmware that turns your device into a multi-protocol development and analysis tool, inspired by the legendary Bus Pirate. It supports sniffing, sen…

  8. story
  9. comment
    Comment #48828471

    [flagged]

  10. story
  11. comment
    Comment #48610325

    Free browser-based tools for serial communication, ESP and STM32 flashing, SPI flash programming, AVR programming, I2C/SPI controls, and logic analysis. Connect compatible hardware…

  12. story
  13. comment
    Comment #48474845

    ESP32 Bit Pirate transforms an ESP32S3 into USB hardware tools compatible with applications such as flashrom, PulseView, AVRDUDE, OpenOCD, LIRC and more

  14. story
  15. comment
    Comment #48416033

    Thanks for the support

  16. comment
    Comment #48415961

    It works on all ESP32S3 boards with at least 8 MB of flash. Check the README for more details

  17. comment
    Comment #48414657

    https://github.com/AndreiVladescu/ESP32-Bit-Pirate-Dock It supports voltages from 1.8 V to 5 V when used with the dock

  18. comment
    Comment #48412827

    Thanks for your support If you want, you can push the platformio env for your specific board to add it to the list of supported boards

  19. comment
    Comment #48411300

    The firmware can already be used as a serial over WiFi adapter through the Web CLI. You do not need to connect a separate USB-UART adapter to it: simply connect the ESP32S3 UART pi…

  20. comment
    Comment #48410764

    Where do you see 600k commits? Are you talking about 600k lines of code? If so, the project includes libraries in the `lib` folder, notably a large screen library called `tft_espi`…

  21. comment
    Comment #48410361

    I’m French and my English isn’t very good, so please excuse me for using a translator. Feel free to take a look at the codebase

  22. comment
    Comment #48410173

    The two projects have fairly different directions, even though they overlap on most core wired protocol features. The original Bus Pirate relies heavily on a more complex bytecode-…

  23. comment
    Comment #48410110

    What do you mean by C1? Do you mean the ESP32-C3 or C5? If so, they are not supported mainly for performance and hardware capability reasons

  24. comment
    Comment #48409965

    Yes, it is compatible with both Cardputer models and many other devices, including the $5 ESP32S3 clone

  25. comment
    Comment #48409938

    Yes, it includes scripting and raw GPIO/bit-banging features, so you can read essentially any custom protocol yourself, including one you invented five minutes ago