mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #236] [Question] Segmented AP is a 'AP without radio' after flashing 2.5-beta? #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Calimerorulez on GitHub (Feb 25, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/236
Originally assigned to: @nlimper on GitHub.
Hi,
Thank you for the constant improvements of this project.
Is it correct that a segmented AP now is a 'AP without radio' in 2.5-beta?
The WebUI is showing that on one of my APs.
If that is so, what's the use of that kind of AP?
@jonasniesner commented on GitHub (Feb 25, 2024):
No, that is not correct. Did this AP show online with the previous version of firmware? The use of an AP without radio would be a flasher, but that is likely not what you have. Can you tell us what AP type your have?
@Calimerorulez commented on GitHub (Feb 25, 2024):
It is shown as SLT-EM007 Segmented AP, this one:
Running 2.07b, it's running fine:
I just flashed it again to 2.5-beta, and now it's showing online. I don't know why. Sorry for the confusion then...
Only thing I noticed just yet, it was running channel 27, now I can't select that anymore, 26 is the highest channel.
@nlimper commented on GitHub (Feb 25, 2024):
Channel 27 is not supported on the C6-based AP's, but on your AP it should be displayed...
Can you please open this in your browser and paste the output here?
http://192.168.178.198/get_ap_config(replace the ip address for the ip-address of your AP)@jonasniesner commented on GitHub (Feb 25, 2024):
I am facing the same issue with a Segmented AP. But mine has a hardware defect that something with the flashing does not work and I have to delete the AP firmware pack after every update.
@nlimper commented on GitHub (Feb 25, 2024):
The detection of 'no radio' is done by detecting if FLASHER_AP_RXD is shorted with FLASHER_AP_TXD.
https://github.com/jjwbruijn/OpenEPaperLink/blob/master/ESP32_AP-Flasher/src/serialap.cpp#L757-L768
Channel 27 is removed from the drop down if a C6 is detected, but I like to see the output of
/get_ap_configto check if that's a problem on the javascript-side or the esp32-side.@Calimerorulez commented on GitHub (Feb 25, 2024):
Ok, now it's showing without radio again, after a couple of hours:
Output of
/get_ap_config:I manually changed it to channel 26, because the dropdown was empty, that explains.
/edit: I bought the AP second hand, I will try to pry it open to see what's in it :)
@nlimper commented on GitHub (Feb 25, 2024):
Found the reason for the channel 27 not appearing: the AP always reported the presence of a C6 (which is unable to send on channel 27). Fixed in
b03ad07179Still unknown why your AP reported to have no radio. Have you been able to reproduce, or was it a one time thing?
@Calimerorulez commented on GitHub (Feb 25, 2024):
I flashed 2.5-beta, and the message showed up. Reverted back to 2.07b and it disappeared. Flashed 2.5-beta again, and it shows up.
@nlimper commented on GitHub (Feb 25, 2024):
Okay, thanks for the info. I know enough to be able to fix it shortly.
@Calimerorulez commented on GitHub (Feb 25, 2024):
For what it's worth, no tags are connecting to this AP. In 2.07b there were.
I don't know if it's related.
@nlimper commented on GitHub (Feb 25, 2024):
fixed,
7e3e73a064Will be visible in next release
@Calimerorulez commented on GitHub (Feb 26, 2024):
@nlimper
Another thing I noticed about this AP. When it's powercycled, it 'forgets' it's channel and it reverts back to channel 11. Fixed IP address is retained, but also it's wifi network is forgotten. It broadcasts its own Wifi network "OpenEPaperLink".
@nlimper commented on GitHub (Feb 26, 2024):
The config is not forgotten, just not populated correctly in the web interface.
Just fixed in
c458c6b29cForgotten wifi: for that I need more info. Can you reproduce it?
@Calimerorulez commented on GitHub (Feb 26, 2024):
Well, it shows channel 11 in the display of the AP too (bottom left corner), I didn't check the web interface.
I will try to reproduce the Wifi loss when I get back home in a couple days. I saw it because the IP address it is getting assigned was 000.000.000.000, and then it was broadcasting its accesspoint.
It's vague, I know. I will let you know if I find a way to reproduce.