Viewing profile — geotp
geotp
HN member- Joined
- Fri, Jun 05, 2026, 7:36 AM UTC
- HN karma
- 211
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About geotp
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
comment
Comment #49640643
Read the github then https://github.com/geo-tp/ESP32-Bit-Pirate
-
comment
Comment #49640619
Read the github readme https://github.com/geo-tp/ESP32-Bit-Pirate
-
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
-
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…
-
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…
- story
-
comment
Comment #48828471
[flagged]
- story
-
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…
- story
-
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
- story
-
comment
Comment #48416033
Thanks for the support
-
comment
Comment #48415961
It works on all ESP32S3 boards with at least 8 MB of flash. Check the README for more details
-
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
-
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
-
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…
-
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`…
-
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
-
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-…
-
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
-
comment
Comment #48409965
Yes, it is compatible with both Cardputer models and many other devices, including the $5 ESP32S3 clone
-
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