Giter VIP home page Giter VIP logo

Comments (4)

stfnmllr avatar stfnmllr commented on July 22, 2024

Hello, thanks for reporting the issue!

Please check if the re-connect would work with 0.8.1 release candidate branch https://github.com/pico-cs/firmware/tree/v0.8.1.
At least in case of a connection issue, the error would be logged to the USB output.

Please let me know about the outcome - thanks!

from firmware.

maxlock avatar maxlock commented on July 22, 2024

Hi, Yes that looks better I can see it reconnecting now. In my case I think my AP (openwrt) is being a bit aggressive and ultimately deauthenticating the pico off after a number of reconnects though that's not an issue with pico-cs. :)

Mon Nov 6 11:46:13 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: associated (aid 1)
Mon Nov 6 11:46:13 2023 daemon.notice hostapd: lan: AP-STA-CONNECTED 28:cd:c1:08:e9:0f
Mon Nov 6 11:46:13 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f WPA: pairwise key handshake completed (RSN)
Mon Nov 6 11:46:13 2023 daemon.info dnsmasq-dhcp[4062]: DHCPREQUEST(br-lan) 172.31.255.249 28:cd:c1:08:e9:0f
Mon Nov 6 11:46:13 2023 daemon.info dnsmasq-dhcp[4062]: DHCPACK(br-lan) 172.31.255.249 28:cd:c1:08:e9:0f PicoW
Mon Nov 6 11:46:15 2023 daemon.info dnsmasq-dhcp[4062]: DHCPDISCOVER(br-lan) 28:cd:c1:08:e9:0f
Mon Nov 6 11:46:15 2023 daemon.info dnsmasq-dhcp[4062]: DHCPOFFER(br-lan) 172.31.255.249 28:cd:c1:08:e9:0f
Mon Nov 6 11:46:15 2023 daemon.info dnsmasq-dhcp[4062]: DHCPREQUEST(br-lan) 172.31.255.249 28:cd:c1:08:e9:0f
Mon Nov 6 11:46:15 2023 daemon.info dnsmasq-dhcp[4062]: DHCPACK(br-lan) 172.31.255.249 28:cd:c1:08:e9:0f PicoW
Mon Nov 6 11:46:20 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: authenticated
Mon Nov 6 11:51:34 2023 daemon.notice hostapd: lan: AP-STA-DISCONNECTED 28:cd:c1:08:e9:0f
Mon Nov 6 11:51:34 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: disassociated due to inactivity
Mon Nov 6 11:51:35 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: associated (aid 1)
Mon Nov 6 11:51:35 2023 daemon.notice hostapd: lan: AP-STA-CONNECTED 28:cd:c1:08:e9:0f
Mon Nov 6 11:51:35 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f WPA: pairwise key handshake completed (RSN)
Mon Nov 6 11:51:44 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: authenticated
Mon Nov 6 11:56:57 2023 daemon.notice hostapd: lan: AP-STA-DISCONNECTED 28:cd:c1:08:e9:0f
Mon Nov 6 11:56:57 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: disassociated due to inactivity
Mon Nov 6 11:56:57 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: associated (aid 1)
Mon Nov 6 11:56:57 2023 daemon.notice hostapd: lan: AP-STA-CONNECTED 28:cd:c1:08:e9:0f
Mon Nov 6 11:56:57 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f WPA: pairwise key handshake completed (RSN)
Mon Nov 6 11:57:06 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: authenticated
Mon Nov 6 12:02:08 2023 daemon.notice hostapd: lan: AP-STA-DISCONNECTED 28:cd:c1:08:e9:0f
Mon Nov 6 12:02:08 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: disassociated due to inactivity
Mon Nov 6 12:02:09 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: associated (aid 1)
Mon Nov 6 12:02:09 2023 daemon.notice hostapd: lan: AP-STA-CONNECTED 28:cd:c1:08:e9:0f
Mon Nov 6 12:02:09 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f WPA: pairwise key handshake completed (RSN)
Mon Nov 6 12:02:09 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: authenticated
Mon Nov 6 12:07:18 2023 daemon.notice hostapd: lan: AP-STA-DISCONNECTED 28:cd:c1:08:e9:0f
Mon Nov 6 12:07:18 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: disassociated due to inactivity
Mon Nov 6 12:07:19 2023 daemon.info hostapd: lan: STA 28:cd:c1:08:e9:0f IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)

from firmware.

stfnmllr avatar stfnmllr commented on July 22, 2024

Yes, did see that there are lots of complaints about this openwrt issue on the internet. The pico-cs firmware does answer 'pings' in case this would help to keep the connection alive.

from firmware.

stfnmllr avatar stfnmllr commented on July 22, 2024

new version https://github.com/pico-cs/firmware/releases/tag/v0.8.1 is available now

from firmware.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.