From 0e174ca570e58cacf94f8099bcf83db615cd8b72 Mon Sep 17 00:00:00 2001 From: Matheus Eduardo Date: Wed, 10 May 2023 16:26:44 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 53286fb..56dc6fb 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,13 @@ cd esp32_bluetooth_classic_sniffer Before starting to use *BrakTooth* Sniffer, you need to upload a custom firmware to your ESP32 board: ```bash +sudo chown $USER:$USER /dev/ttyUSB0 # Give user permission to serial port to avoid using sudo ./firmware.py flash /dev/ttyUSB0 # Change ttyUSB0 to match your port name +# Note: ESP-WROVER-KIT or ESP-ETHERNET-KIT uses /dev/ttyUSB1 instead as the first port is for the FTDI JTAG circuit. ``` +**Important: Some boards requires you to hold the BOOT button to properly put ESP32 into flashing mode.** + ### 2) Usage Instructions ```bash