-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-S3 Wifi SSID Not Visible After Firmware Upload #28
Comments
Hi @Ahsan-Himu Please share screen shot of platform.ini file and any other files you modified. |
; PlatformIO Project Configuration File [platformio] [env] [env:esp32dev] [env:esp32-c3-devkitm-1] [env:esp32-s3] ; [env:esp32-s3-debug] |
I have provided full code of the platform.ini |
I have used Espressif's Flash Download Tool , used esp32_nat_router file by martin ger also. |
Please give me some time i will look into this issue |
Sorry for that you provided platform.ini not works for this project, because this project is different from any other, so add this line to original file and try again. [env:esp32-s3] |
I've tried this but not working, bluetooth and other settings configured but Ethernet address not generated "marked on the SS" |
You mentioned "Ethernet address" But i don't think this project will work for your board, may be menu config additional setting required, even though I don't have test setup for regenerate same issue. So i try to build and share you |
Hi @Ahsan-Himu , can you please test the firmware and provide me with an update? Thanks! |
Is your feature request related to a problem? Please describe.
I've tried to use my ESP32-S3 WROOM-1 (N16R8) as an extender, every time I upload the firmware it seems perfectly uploaded.But when I search for the SSID from any device, it didn't shows up!
After some searching, I realized that, while uploading the firmware, the bluetooth address were added like BLUETOOTH: BHFAAFGH....., but the
WIFI : address stays empty, I think it is the problem here!
Describe the solution you'd like
I would like to use my ESP32 S3 as a Wifi extender (repeater), Deauthar, etc. Please help.
Additional context
The text was updated successfully, but these errors were encountered: