Unable to get the IRK on a ESP32-C3 Super Mini
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
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.
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
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.
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.
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.