Skip to content
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

Open
Ahsan-Himu opened this issue Jun 28, 2024 · 9 comments
Open

ESP32-S3 Wifi SSID Not Visible After Firmware Upload #28

Ahsan-Himu opened this issue Jun 28, 2024 · 9 comments

Comments

@Ahsan-Himu
Copy link

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
IMG_20240628_061526

@gjroots
Copy link
Owner

gjroots commented Jun 29, 2024

Hi @Ahsan-Himu

Please share screen shot of platform.ini file and any other files you modified.

@Ahsan-Himu
Copy link
Author

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[platformio]
src_dir = main

[env]
platform = espressif32@^6.4.0
framework = espidf
platform_packages =
framework-espidf @ https://github.com/tasmota/esp-idf/releases/download/v5.1.2-org/esp-idf-v5.1.2-org.zip
board_build.partitions = partitions_example.csv
monitor_filters = direct
monitor_speed = 115200

[env:esp32dev]
board = esp32dev

[env:esp32-c3-devkitm-1]
board = esp32-c3-devkitm-1

[env:esp32-s3]
board = esp32s3box

; [env:esp32-s3-debug]
; extends = env:esp32-s3
; upload_protocol = esp-builtin
; debug_tool = esp-builtin
; build_type = debug

@Ahsan-Himu
Copy link
Author

Hi @Ahsan-Himu

Please share screen shot of platform.ini file and any other files you modified.

I have provided full code of the platform.ini

@Ahsan-Himu
Copy link
Author

Hi @Ahsan-Himu

Please share screen shot of platform.ini file and any other files you modified.

I have used Espressif's Flash Download Tool , used esp32_nat_router file by martin ger also.

@gjroots
Copy link
Owner

gjroots commented Jul 10, 2024

Please give me some time i will look into this issue

@gjroots
Copy link
Owner

gjroots commented Jul 10, 2024

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]
board = esp32s3box ; or any other you know
platform = [email protected]
framework = espidf

@Ahsan-Himu
Copy link
Author

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] board = esp32s3box ; or any other you know platform = [email protected] framework = espidf

I've tried this but not working, bluetooth and other settings configured but Ethernet address not generated "marked on the SS"

@gjroots
Copy link
Owner

gjroots commented Jul 10, 2024

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

@gjroots gjroots changed the title ESP32 S3 ESP32-S3 WiFi Extender SSID Not Visible After Firmware Upload Nov 23, 2024
@gjroots gjroots changed the title ESP32-S3 WiFi Extender SSID Not Visible After Firmware Upload ESP32-S3 Wifi SSID Not Visible After Firmware Upload Nov 23, 2024
@gjroots
Copy link
Owner

gjroots commented Nov 23, 2024

Hi @Ahsan-Himu , can you please test the firmware and provide me with an update? Thanks!

esp32S3.zip

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

No branches or pull requests

2 participants