Conversation
2nd idf.py set-target esp32c3
|
I flashed this on my esp32c3 without error, but there doesn't seem to be an AP. |
|
for me it worked - did you build it with docker? |
|
No, i built it with IDF, i will try building with docker tomorrow, ty! |
|
I built it on docker with no problem, but I couldn't figure out how to get the permissions to flash from there. Using the build from docker, I still flashed without error but there still isn't an AP. |
|
Hi, how this helps |
|
Thanks, i figured out how to flash inside the docker. Still, i get no AP. Since I'm using a C3SuperMini, maybe it doesn't have enough resources? |
U need to set IDF_TARGET to esp32c3 to use correct header files. |
BTW, be sure U are using the latest ESP-IDF ver4.x series. |
|
I cant figure it out, can someone please help me! or can someone just post a prebuilt working version of this for the esp32-c3 cause this is wayyy too frustrating trying to figure out how to get this to work. |
|
I got it to work with AP to show I used windows 10 with idf 4.3 powershell Clone the main repositorygit clone --recursive https://github.com/risinek/esp32-wifi-penetration-tool.git CRITICAL: Navigate into the project directory. All idf.py commands MUST be run from here.cd esp32-wifi-penetration-tool Replace COM3 with your specific serial port (e.g., COM3 on Windows, /dev/ttyACM0 on Linux) |
I added some changes I found here
#54 (comment)
Also I could build it now with esp32c3