Decoding-Random-Bluetooth-Address icon indicating copy to clipboard operation
Decoding-Random-Bluetooth-Address copied to clipboard

Unable to get the IRK on a ESP32-C3 Super Mini

Open jksmurf opened this issue 8 months ago • 5 comments

Hi

Thank you for the great project.

I have an ESP32-C3 Super Mini.

I installed Arduino IDE, ESP32 Espressif (which states the C3 Super Mini is included) uploaded your .ino and seem to have an error.

COM Port definitely OK. Error message is:

exit status 1

Compilation error: exit status 1

Error is rather cryptic. What can I do to help you debug this pelase?

Unfortunately

Image

Image

jksmurf avatar Apr 17 '25 09:04 jksmurf

I'm sorry I do not have ESP32-C3 Super Mini on my hand. I think you need fix it by your self. Is is a compilation error ? It should be more informaion.

fryefryefrye avatar Apr 17 '25 10:04 fryefryefrye

I'm sorry I do not have ESP32-C3 Super Mini on my hand. I think you need fix it by your self. Is is a compilation error ? It should be more informaion.

Does this help

FQBN: esp32:esp32:esp32_family
Using board 'esp32_family' from platform in folder: C:\Users\Smurfs\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.2.0
Using core 'arduino' from platform in folder: C:\Users\Smurfs\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.2.0

cmd /c if exist "C:\\Users\\Smurfs\\Desktop\\DecodingRandom BT\\esp32_get_irk\\Arduino\\esp32_get_irk\\partitions.csv" COPY /y "C:\\Users\\Smurfs\\Desktop\\DecodingRandom BT\\esp32_get_irk\\Arduino\\esp32_get_irk\\partitions.csv" "C:\\Users\\Smurfs\\AppData\\Local\\arduino\\sketches\\9F32F74414D868D212F10864F7DEA69D\\partitions.csv"
cmd /c if not exist "C:\\Users\\Smurfs\\AppData\\Local\\arduino\\sketches\\9F32F74414D868D212F10864F7DEA69D\\partitions.csv" if exist "\\partitions.csv" COPY "\\partitions.csv" "C:\\Users\\Smurfs\\AppData\\Local\\arduino\\sketches\\9F32F74414D868D212F10864F7DEA69D\\partitions.csv"
cmd /c if not exist "C:\\Users\\Smurfs\\AppData\\Local\\arduino\\sketches\\9F32F74414D868D212F10864F7DEA69D\\partitions.csv" COPY "C:\\Users\\Smurfs\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.2.0\\tools\\partitions\\{build.partitions}.csv" "C:\\Users\\Smurfs\\AppData\\Local\\arduino\\sketches\\9F32F74414D868D212F10864F7DEA69D\\partitions.csv"
The system cannot find the file specified.
exit status 1

Compilation error: exit status 1

Image

jksmurf avatar Apr 17 '25 10:04 jksmurf

I verified that a plain vanilla ESP32-WROOM compiles totally fine in my Arduino IDE install (I even got IRKs for my Apple Watch and iPad) so it must be down to the .ino not being compatible for the ESP32-C3.

jksmurf avatar Apr 17 '25 12:04 jksmurf

I have moved on PlatformIO and not use Arduino any more. You have a very new Arduino that I have not been used. I just try to build this project with Arduino 1.8.10 with ESP32C3. It's OK.

fryefryefrye avatar Apr 17 '25 13:04 fryefryefrye

I just try to build this project with Arduino 1.8.10 with ESP32C3. It's OK.

Fantastic. I will download an older version of Arduino and try that, thank you, much appreciated.

jksmurf avatar Apr 17 '25 13:04 jksmurf