- Easily flash different firmware onto the Colonel Panic Mesh Detect Board.
- An automatic
esptool.py
flasher, no Arduino IDE required. - Options for both S3 and C3 Xiao ESP32 variants
✅ shasum: d8d9686e430d3c4f3e0e2a94363194933d72e3b1
Note
- Latest Esptool is automatically downloaded to script directory if not on the sytem
- Firmware binaries are replaced to ensure they're up-to-date.
- Setup Requirements & Flasher
# Install required packages
sudo apt-get update
sudo apt-get install -y git python3 python3-pip wget
# Install Python dependencies
pip3 install esptool pyserial
# Download flasher sctipt
wget https://raw.githubusercontent.com/lukeswitz/mesh-detect/refs/heads/main/meshFlasher.sh
# Make executable
chmod +x meshFlasher.sh
- Plug in your esp32 & run the script
./meshFlasher.sh
- Follow the on-screen prompts. That’s it! The script will get your board flashed and running.
Important
Power cycle the board after flashing to ensure no issues with the Heltec.
-
Detects specific OUI(s) via Bluetooth scanning.
-
Alerts when targeted OUIs are detected.
-
Flash via Arduino IDE.
-
Preset OUIs for Floc cameras, known snoops and other privacy invaders.
-
Flash via
meshFlasher.sh
- Deepwoods Device Detection
- Scan WiFi and BT to form a baseline and alert to new devices.
- Detects and alerts on new devices.
- Flash via
meshFlasher.sh
With Mesh-Mapper API 📡
-
Sends drone detection messages with ID, RSSI, MAC, Operator ID, Location, and more.
-
Flash via
meshFlasher.sh
- Official Docs https://meshtastic.org/docs/configuration/module/serial/
Ensure both the heltec and your receiver node are on the same channel. Set the pcb mesh settings to:
- Serial enabled
- 115200 baud rate
- Text message mode
- Pins defined RX/TX 19/20
- If your esp32 is not being detected or giving any errors, hold the boot button and plug in the device.
- Make sure you are using a c3 esp32 module.
Hackster.io writeup/instructions Mesh-Detect
Mesh Detect board can be found on my Tindie Store: mesh-detect board
Credit: Firmware for RID and flasher based on work by cemaxecuter aka alphafox02. Modded with help of Colonel Panic.
- Original alphafox RID T-halow: https://github.com/alphafox02/T-Halow
- Thank you to Luke Switzer for the work on this project: https://github.com/lukeswitz/