From bc1b4c66b20498974da20c58280da43372728c3d Mon Sep 17 00:00:00 2001 From: hackrfstuff Date: Sun, 8 Feb 2026 00:20:40 +0000 Subject: [PATCH 1/2] Add prober to third party tools section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3fc826d..ebf3b38 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ Bluejay firmware can be flashed to BLHeli_S compatible ESCs and configured using You can also do it manually by downloading the [release binaries](https://github.com/bird-sanctuary/bluejay/wiki/Release-binaries). +### Third party tools + +A collection of community-developed tools that complement Bluejay. These are not maintained or officially supported by the project, but may be useful for specific use cases. Please review their documentation and use your own judgment before integrating them into your setup. + +- [prober](https://github.com/hackrfstuff/prober/releases) (Standalone - CLI and GUI for Linux and Windows. Includes automatic ESC index mapping, direct-kick recovery for flaky 4-in-1/AIO boards, and C2 flashing support.) + ## Documentation See the [wiki](https://github.com/bird-sanctuary/bluejay/wiki) for useful information. A very detailed documentation with flow charts is [available too](https://github.com/bird-sanctuary/bluejay-documentation). From d5ae2f4c90dc2b4c44b8bcc4503aa9b7924df41c Mon Sep 17 00:00:00 2001 From: Chris L Date: Sat, 28 Feb 2026 21:40:41 +0100 Subject: [PATCH 2/2] Add link to C2 flasher utility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebf3b38..e75f79d 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ You can also do it manually by downloading the [release binaries](https://github A collection of community-developed tools that complement Bluejay. These are not maintained or officially supported by the project, but may be useful for specific use cases. Please review their documentation and use your own judgment before integrating them into your setup. +- [C2 Flasher](https://stylesuxx.github.io/arduino-c2-flasher/) (PWA - Use when your ESC is bricked and you need to recover it via C2 interface) - [prober](https://github.com/hackrfstuff/prober/releases) (Standalone - CLI and GUI for Linux and Windows. Includes automatic ESC index mapping, direct-kick recovery for flaky 4-in-1/AIO boards, and C2 flashing support.) ## Documentation