Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

[WIFI] Wifi libs return incorrect status for is_connected() when in AP mode. #244

Open
fusspawn opened this issue Jan 4, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@fusspawn
Copy link

fusspawn commented Jan 4, 2019

Expected Behaviour:

wlan.is_connected() to return true when a client is connected to the access point.

Actual behaviour:

wlan.is_connected() always returns false when a client is connected.

Looks like the ESP8266 implementation may have code we can reuse.
ESP32:

STATIC mp_obj_t wlan_isconnected(mp_obj_t self_in) {

ESP8266:

/// \method isconnected()

Thanks to mfalkvidd on the forums. https://forum.pycom.io/topic/4174/wlan-isconnected-in-ap-mode-still-not-working/4

@fusspawn fusspawn changed the title Wifi libs return incorrect status for is_connected() when in AP mode. [WIFI] Wifi libs return incorrect status for is_connected() when in AP mode. Jan 4, 2019
@iwahdan88 iwahdan88 added the bug Something isn't working label Mar 1, 2019
iwahdan88 pushed a commit that referenced this issue May 14, 2019
iwahdan88 pushed a commit that referenced this issue May 14, 2019
### New Features
- Esp32 touchpad functionality exposed to micropy
- Upgraded LittleFS to v2.0 (Note: this update will format the File system !! )

### Improvements
- Added RSA signature generation API to moducrypto
- Added support for saving strings in NVS - PR #226 , author: @psychogenic
- LTE class refactoring
- BLE advertisement parameters are now configurable via MicroPython  <author>: @ninoita
- Added BLE raw adv data setting <author>: @ninoita

### Bug Fix
- Fix UART.sendbreak not defaulting to 13 bits as suggested by Documentation Issue #280
- Fix wlan.isconnected not returning True when station is connected in AP mode Issue #244
peter-pycom pushed a commit that referenced this issue Jun 22, 2021
* Fix for snr value after lora update
X-Ryl669 pushed a commit to X-Ryl669/pycom-micropython-sigfox that referenced this issue May 12, 2023
X-Ryl669 pushed a commit to X-Ryl669/pycom-micropython-sigfox that referenced this issue May 12, 2023
### New Features
- Esp32 touchpad functionality exposed to micropy
- Upgraded LittleFS to v2.0 (Note: this update will format the File system !! )

### Improvements
- Added RSA signature generation API to moducrypto
- Added support for saving strings in NVS - PR pycom#226 , author: @psychogenic
- LTE class refactoring
- BLE advertisement parameters are now configurable via MicroPython  <author>: @ninoita
- Added BLE raw adv data setting <author>: @ninoita

### Bug Fix
- Fix UART.sendbreak not defaulting to 13 bits as suggested by Documentation Issue pycom#280
- Fix wlan.isconnected not returning True when station is connected in AP mode Issue pycom#244
X-Ryl669 pushed a commit to X-Ryl669/pycom-micropython-sigfox that referenced this issue May 12, 2023
* Fix for snr value after lora update
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants