Skip to content

esp32c3#126

Open
MaUwJo wants to merge 2 commits intorisinek:masterfrom
MaUwJo:master
Open

esp32c3#126
MaUwJo wants to merge 2 commits intorisinek:masterfrom
MaUwJo:master

Conversation

@MaUwJo
Copy link
Copy Markdown

@MaUwJo MaUwJo commented Dec 24, 2024

I added some changes I found here
#54 (comment)

Also I could build it now with esp32c3

root added 2 commits December 24, 2024 11:09
@lugosieben
Copy link
Copy Markdown

I flashed this on my esp32c3 without error, but there doesn't seem to be an AP.
Is this a mistake on my end?

@MaUwJo
Copy link
Copy Markdown
Author

MaUwJo commented Jan 9, 2025

for me it worked - did you build it with docker?

@lugosieben
Copy link
Copy Markdown

No, i built it with IDF, i will try building with docker tomorrow, ty!

@lugosieben
Copy link
Copy Markdown

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.
I also ran a basic script to create an AP, and that worked totally fine, so it shouldn't be a hardware problem.

@MaUwJo
Copy link
Copy Markdown
Author

MaUwJo commented Jan 10, 2025

Hi,
i think you can pass an serial port to docker --device=/dev/ttyACM0
afterwards it's possible to upload in docker idf.py flash

how this helps

@lugosieben
Copy link
Copy Markdown

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?

@xedt
Copy link
Copy Markdown

xedt commented Feb 19, 2025

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.
To do this in Cli, use command
idf.py set-target esp32c3
Then build it as usual.
It should pass.

@xedt
Copy link
Copy Markdown

xedt commented Feb 19, 2025

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?

BTW, be sure U are using the latest ESP-IDF ver4.x series.
I'm using 4.4.7. It works for me.

@SadCatRRVR
Copy link
Copy Markdown

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.

@nekef
Copy link
Copy Markdown

nekef commented Nov 14, 2025

I got it to work with AP to show

I used windows 10 with idf 4.3 powershell

Clone the main repository

git 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
idf.py set-target esp32c3
idf.py build
if successful then
idf.py -p COM3 flash

Replace COM3 with your specific serial port (e.g., COM3 on Windows, /dev/ttyACM0 on Linux)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants