-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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-C5-DevKitC-1 iperf says 2G is started as default | band set 2G - scan not working - switching to 5G - scan possible but 2.4GHz Hotspots - 5G not working (swapped) (IDFGH-13638) #14521
Comments
@hansw123 am confused now :) where we get the info to use band 2 for 2.4G and band 5 for 5.8G .. after your response i can confirm that band 1 works for 2.4G and list 2.4G AP i can also confirm that band 3 works for a scan that list 2.4G and 5.8G btw there is also mastercode main.c bootlog ESP32-C5-DevKitC-1 idf iperf commit: ESP-IDF v5.4-dev-624-g3d167a46ff-dirty have also a look to the memory leak |
got it - and noted in the master. i will try to switch to master for testing things with the ESP32-C5 note: in the ESP-IDF V5.4-dev there is no wifi_band_mode_t but there is wifi_band_t your reply helped for this - i noted few missings in the ESP-IDF 5.4-dev and it also not compile successful the iperf example from ESP-IDF V5.4-dev so i did not switch to 5.4-dev for this yet - i work with the V5.3-dirty but i will give the Masterbrunch a try for ESP32-C5 now have to test also server / client again - this did not work / port was closed after opening. thank you for your reply! edit: add version |
test with 5G, setup as AP and setup as simple (tcp) server - default port - no success test with 2G, setup as AP and setup as simple (tcp) server - default port - no success edit: plz have also a note to the memory leak issue |
when the device set as iperf server,it shoule have other device to connect socket with it in few seconds, if not the server will close auto |
@hansw123 5.8G ( band 2) there is no join to AP possible from the second ESP32-C5 ( client ) 1 usb connected steps 1 .. 8steps 9 .. 10steps 12 .. 14step 16 |
more steps
no AP found. the same procedure visa vice .. no better result |
last but not least setup a further ESP32-C5 band 2 5GHz AP mode
scan with phonei can but it makes no sense to setup more iperf> version i will try the master branch next time. best wishes edit: |
after using masterbranch mixed with parts newer and older lib , ESP-IDF V 5.3 dirty, ESP-IDF V 5.4 dirty and factory FW RE and building a CFW i have this result now: but i must say this: 1st steps
next steps
last but not least
It's such a pity and sad that once again no one from espressif ( @igrr @costaud ) itself gets in touch. It would be more helpful to give some information that it just doesn't work yet, instead some people run into the wall again. I'm closing this now because I actually expect people to take it seriously and to heart when products are delivered. |
@ESP32DE |
@ESP32DE |
@hansw123 |
thank you @hansw123 i am not sure does the 34813ec explizit helps cause target lcd, mipi, mcpwm and rmt ( dsi ) but i will investigate in this code - will update this here but for now |
@hansw123 thank you very much for your efforts and service to bring me to the right spot. ;-) |
putty BAUD: 138240 ( 48 MHz QFN 48 Version )
( band 2) should been 2.4 GHz, no 2.4 GHz AP found but there are 2.4 GHz AP installed
( band 5 ) should been 5.8 GHz, scans 2.4 GHz AP's which are installed but no 5.8 GHz AP but there also 5.8 GHz AP installed
( fresh start should be standard band 2 )
setup AP -> ok but ( but channel is from 5G "112")
( band 5 )
after restart set to 5G
setup AP - > ok ( but channel is from 2G "13")
setup a server for test -> ok but
FYI: iperf -s not working, ports are allways closed after setup the server
( 2G has no channel 112 - looks like things swapped ( 5G not ready ? )
ESP-IDF
@suda-morris do you have a new iperf version fw bin for the ESP32-C5-DevKitC-1 ( V0.0 ) i think things/ptr are swapped / not ready should be work
edit:
edit: typo ( thinks -> things/ptr )
The text was updated successfully, but these errors were encountered: