HackerTrans
TopNewTrendsCommentsPastAskShowJobs

geotp

167 karmajoined geçen ay

Submissions

Turn a €5 ESP32-S3 Board into a Browser-Based Workbench for Hardware Hacking

hackster.io
2 points·by geotp·6 gün önce·0 comments

ESP32 Bit Pirate, Hardware Hacking tools, Debug/explore hardware in the browser

geo-tp.github.io
8 points·by geotp·24 gün önce·1 comments

Turn an ESP32 into a USB-UART, SPI Prog, Logic Analyzer, OpenOCD, Avrdude, LIRC

hackster.io
1 points·by geotp·geçen ay·1 comments

ESP32 Bit Pirate, a Hardware Hacking Tool with WebCLI That Speaks Every Protocol

github.com
211 points·by geotp·geçen ay·46 comments

comments

geotp
·6 gün önce·discuss
[flagged]
geotp
·24 gün önce·discuss
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 directly from your browser to inspect, program, and debug embedded devices without installing a desktop toolchain.

Designed to work especially well with ESP32 Bit Pirate: https://github.com/geo-tp/ESP32-Bit-Pirate
geotp
·geçen ay·discuss
ESP32 Bit Pirate transforms an ESP32S3 into USB hardware tools compatible with applications such as flashrom, PulseView, AVRDUDE, OpenOCD, LIRC and more
geotp
·geçen ay·discuss
Thanks for the support
geotp
·geçen ay·discuss
It works on all ESP32S3 boards with at least 8 MB of flash. Check the README for more details
geotp
·geçen ay·discuss
https://github.com/AndreiVladescu/ESP32-Bit-Pirate-Dock

It supports voltages from 1.8 V to 5 V when used with the dock
geotp
·geçen ay·discuss
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
geotp
·geçen ay·discuss
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 pins directly to the board’s TX, RX, and GND pins.

Any ESP32S3 board could do it, see README for different types of supported devices
geotp
·geçen ay·discuss
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` which must be 500k lines on its own (which has since been removed, that's why you see -500k lines)

I know the codebase inside and out, feel free to ask
geotp
·geçen ay·discuss
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
geotp
·geçen ay·discuss
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-style syntax for many lowlevel operations. The ESP32 version replaces most of that with simple, explicit commands that perform the same tasks through a more straightforward workflow

The ESP32 version also avoids flag heavy commands and uses interactive shells where appropriate. Its main additional strength is radio support not present on the original Bus Pirate, including WiFi, RFID/NFC, SubGHz, NRF24, FM, infrared, and Bluetooth.

It can also be controlled through the Web CLI from any phone, tablet, or device with a web browser, using integrated AI assistant to help with hardware task.

So it is not simply a cheaper Bus Pirate v6 clone
geotp
·geçen ay·discuss
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
geotp
·geçen ay·discuss
Yes, it is compatible with both Cardputer models and many other devices, including the $5 ESP32S3 clone
geotp
·geçen ay·discuss
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
geotp
·geçen ay·discuss
I’m not sure I fully understand the question.

The implementation is entirely new and was built specifically for this project, it is not copied from another project. LLMs were used as development tools, but the architecture, feature selection, integration, testing, and overall direction were designed and validated by contributors and me.
geotp
·geçen ay·discuss
ESP32 Bit Pirate is an open-source firmware that transforms compatible devices into versatile multi-protocol hacking tools, inspired by the original Bus Pirate.

It can sniff, send, script, and interact with digital protocols such as I2C, UART, SPI, and 1-Wire through either a Serial CLI or a Web CLI. It also supports wireless technologies including Bluetooth, Wi-Fi, Sub-GHz, and RFID.

Install the firmware in one click with the ESP32 Bit Pirate Web Flasher. The Wiki provides detailed guides for every mode and command, while ESP32 Bit Pirate Scripts offers a collection of ready-to-use examples and utilities.

For additional hardware capabilities, the ESP32 Bus Expander adds extra radio interfaces, while the ESP32 Bit Pirate Dock provides compatibility with original Bus Pirate adapters and accessories.