Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. wifi
    Log in to post

    • E

      Decrease WiFi scan time of a Pycom LoPy board
      Firmware • lopy lora wifi esp32 enhancement • • emilxp  

      1
      0
      Votes
      1
      Posts
      618
      Views

      No one has replied

    • N

      Is there a way to access WiFi beacon data?
      Enhancements • wifi pycom beacon monitoring frame • • nicoloboatto  

      4
      0
      Votes
      4
      Posts
      963
      Views

      N

      Hi @Kenneth, thank you for taking the time to look that up and add it as an idea!
    • J

      WLAN power saving
      Getting Started • wifi power saving sta mode • • Jardar  

      2
      1
      Votes
      2
      Posts
      673
      Views

      B

      @jardar I had the same question today. (Funny coincidence.) I found this by searching the forum: "The only optimisation at the moment is enabling WLAN Power Saving in STA mode (basically the WiFi radio only 'wakes up' at the beacon interval set by your gateway) so you'll see current go down to about 50mA and then 100+ mA at the wake intervals. This is done by re-initilizating WLAN with power_save=True option. However it's not perfect yet, it may caused network timeouts for some people so it became disabled again by default." (Source)
    • D

      maximum number of clients
      LoPy • wifi • • dhk111  

      2
      0
      Votes
      2
      Posts
      634
      Views

      jmarcelino

      @dhk111 As you found 4 clients is the maximum number of clients for the LoPy or WiPy in AP mode. This is a limit set by the microcontroller core libraries/framework we use (ESP-IDF) so probably not going to increase anytime soon.
    • L

      Connecting two Lopy4's to Wi-Fi Help
      Discussion • lopy4 wifi connection prob send data two • • letsgo  

      2
      0
      Votes
      2
      Posts
      672
      Views

      robert-hh

      @letsgo If you have a home router & access point, the easiest is to have both LoPys connected to that. For that, follow the instructions at https://docs.pycom.io/chapter/tutorials/all/wlan.html, section: Connecting to a router. if you want to connect them directly, one of them has to run as access point (AP), the other as station (STA). Since the devices run as AP by default, you just have to reconfigure one of them the way, told above.
    • A

      Unable to change WiFi mode: 802.11g/n
      Discussion • fipy wifi range long range • • akshayjames  

      1
      0
      Votes
      1
      Posts
      569
      Views

      No one has replied

    • I

      Setting host name possible?
      WiPy 2&3 • wifi wipy3.0 • • InverseEffect  

      2
      0
      Votes
      2
      Posts
      576
      Views

      seb

      There might be something in the code to change it but that would require compiling the firmware etc so its probably easiest to stick with the python library
    • A

      wi-fi unable to see lopy device
      LoPy • lopy bugs wifi • • Andres_AL  

      1
      0
      Votes
      1
      Posts
      395
      Views

      No one has replied

    • K

      Ad-Hoc Network using the WiFi
      Discussion • fipy pytrack wipy wifi ad-hoc • • konstheo  

      1
      0
      Votes
      1
      Posts
      581
      Views

      No one has replied

    • robertthompson

      Is the Lopy a "bridge"?
      LoPy • lopy wifi bridge • • robertthompson  

      3
      0
      Votes
      3
      Posts
      749
      Views

      robertthompson

      Thank you. :)
    • H

      Creating a WiFi network with a Fipy
      FiPy • fipy wifi • • han  

      6
      0
      Votes
      6
      Posts
      1931
      Views

      W

      I would like to eventually do this as well. has anyone figured this out. how to allow fipy to act as wlan station and forward all data outbound via LTE?
    • philwilkinson

      Failure using Firmware Update Tool on LOPY 1.0
      Firmware • lopy wifi bug • • philwilkinson  

      7
      0
      Votes
      7
      Posts
      1366
      Views

      philwilkinson

      @andrethemac thanks for the advice, you saved me a lot of wasted time. I was able to use the Windows Pycom Upgrade Tool without any problems. It seems the Linux command line tool does not work. Can someone form Pycom confirm they have tested this? If so I will raise something in GitHub as it looks like a bug.
    • pierrot10

      [beginner] can LoPy work alone
      LoPy • lopy wifi websocket web page wifi send data • • pierrot10  

      4
      0
      Votes
      4
      Posts
      1286
      Views

      robert-hh

      @pierrot10 Yes, you can use a FTDI cable, or a RasPi. YOu need to connect Tx, Rx and GND. Verify that the output voltage of the adaper is set to 3.3V, since ESP32 input are not 5V tolerant.
    • C

      Accounts and Passwords in the Documentation
      Comments & Feedback • wifi wlan documentation account • • crumble  

      2
      0
      Votes
      2
      Posts
      882
      Views

      seb

      Hi, Thanks for the feedback, I will definitely make this information clearer with our upcoming documentation refresh.
    • S

      LoPy4, WLAN and FileZilla connection
      LoPy • lopy4 wifi filezilla • • ssmith  

      6
      0
      Votes
      6
      Posts
      1356
      Views

      S

      Found the issue. It was actually caused by gc.collect() run time going from 6mS to 48mS. This was being run inside a timer tic ISR (I know, that's a no-no). The ISR was taking longer to run than the timer tic period. I assume the UART Int is a lower priority than the timer so it was never being processed. Is gc.collect() taking so long because of the extra memory or is this a bug?
    • P

      Debug WiPy WPA2-EAP Connection
      Firmware • wipy wifi • • Phill93  

      2
      0
      Votes
      2
      Posts
      905
      Views

      A

      I was looking for alternatives to the ESP32, but I have discovered that Pycom is also based on ESP32. There is a problem with ESP32 connecting to WiFi using WPA2 Enterprise. It seems that you are having the same problem. Reference: https://github.com/espressif/arduino-esp32/issues/1381
    • M

      Security method on connection
      WiPy 2&3 • wifi • • misterlisty  

      1
      0
      Votes
      1
      Posts
      530
      Views

      No one has replied

    • S

      Faster Wifi Startup?
      WiPy 2&3 • wifi • • semireg  

      9
      0
      Votes
      9
      Posts
      2044
      Views

      S

      @livius Thanks for the Chrono snippet. I'm always glad to find these nicely packaged design patterns.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 3 / 6