Navigation

    Welcome to the Pycom forum

    Forum

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

    • A

      Send data from WiPy to LoPy with BLE
      WiPy 2&3 • wipy ble bluetooth • • amartinez  

      8
      0
      Votes
      8
      Posts
      4228
      Views

      S

      @nagarjuna-reddy same here
    • R

      Enhancing the readout speed of BLE devices around the PyCom
      WiPy 2&3 • wipy ble time data rate performance • • redimo  

      1
      0
      Votes
      1
      Posts
      810
      Views

      No one has replied

    • D

      Power consumption summary
      Firmware • lopy wipy esp32 • • dwanninger  

      2
      0
      Votes
      2
      Posts
      2067
      Views

      L

      You don't need ulp for pin wakeup. You can do much less than 150ua if you sleep inside ulp program.
    • L

      WiPy 2.0 vs. Lopy [firmware]
      Firmware • lopy wipy bug • • lebucur  

      2
      0
      Votes
      2
      Posts
      1130
      Views

      bucknall

      Hi @lebucur, The only difference between the LoPy and the WiPy 3.0 is the LoRa stack only. All of the underlying firmware is identical!
    • S

      How long have you had a WiPy run for?
      WiPy 2&3 • wipy crash • • smssms  

      17
      1
      Votes
      17
      Posts
      4621
      Views

      T

      @livius That is funny, because I had this work for 2 months before having issues. Now they seem sporadic. I am worried a sensitivity is now showing itself. But we will see after more testing. thanks
    • F

      How to extend the BLE range in the Wipy settings?
      Firmware • wipy ble bluetooth • • fish82  

      8
      0
      Votes
      8
      Posts
      2547
      Views

      R

      @redimo Good luck. Thanks for the update. We scan BLE for 10 seconds then delete/restart the ble object. I'm noting there are maybe 3 updates we've not tried yet for BLE reliability. Maybe they are better? Very interested in how it works for you.
    • Y

      OSError: 23
      LoPy • lopy wipy pycom mqtt • • YazIdo  

      3
      0
      Votes
      3
      Posts
      2804
      Views

      M

      @YazIdo I think this may be an error associated with an accumulating number of open sockets. I got the same OSerror: 23 after running the MQTT example for the 8th time and beyond. A soft reset does not clear this, but powering on/off does clear it - and it works again, at least for the first 7 times. I fixed this problem by adding one line at the very end of the MQTT example. client.disconnect()
    • A

      Send data WiPy to LoPy via BLE
      WiPy 2&3 • lopy wipy ble • • amartinez  

      2
      0
      Votes
      2
      Posts
      1060
      Views

      bucknall

      Hi @amartinez, There's a really good explanation about GATT (Generic Attribute Profile) here - https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gatt Currently BLE is the protocol available but classic Bluetooth will be coming in the future! Thanks!
    • Innocenzo

      [WiPy 2.0] Pycom-esp-idf example error: undifined reference to 'mp_thread_clean'
      Firmware • wipy bug esp32 • • Innocenzo  

      13
      0
      Votes
      13
      Posts
      3456
      Views

      Innocenzo

      @jmarcelino Because we want preserve the Pycom WiPy firmware ad edit it with some frozen files and custom API C (like SSL and BT that have some problems).
    • A

      [Wipy 2.0] Error when building firmware bootloader
      Firmware • wipy esp32 • • Arkaik  

      4
      0
      Votes
      4
      Posts
      1893
      Views

      A

      @robert-hh Hi, thank you for the answer, I think I missed something during the procedure because I tried again from scratch and it works perfectly. I think I forgot an environment variable as you propose.
    • R

      Error makes WiPy reboot...
      Issues & Bugs • wipy error debug reboot restart • • redimo  

      4
      0
      Votes
      4
      Posts
      1282
      Views

      R

      @jmarcelino '1.6.12.b1'
    • R

      Make WiPy read EMBC Beacons?
      WiPy 2&3 • wipy bluetooth support beacon location • • redimo  

      1
      0
      Votes
      1
      Posts
      899
      Views

      No one has replied

    • P

      Firmware upgrade for Win XP users
      Firmware • wipy • • pi_py  

      1
      0
      Votes
      1
      Posts
      749
      Views

      No one has replied

    • C

      BLE multi-connection
      MicroPython • wipy ble multiconnectio • • Colateral  

      1
      2
      Votes
      1
      Posts
      847
      Views

      No one has replied

    • bucknall

      Alex's Corner - Week 4 - WiPy & Publishing/Subscribing With MQTT
      Events • wipy mqtt wlan webinar live • • bucknall  

      24
      3
      Votes
      24
      Posts
      13259
      Views

      R

      @bucknall just posted about sending images over MQTT, perhaps one for another Corner?
    • R

      Recommended Getting Started in a post-pymaker world
      WiPy 2&3 • wipy • • robmarkcole  

      8
      0
      Votes
      8
      Posts
      2322
      Views

      RobTuDelft

      @robmarkcole I use a lot of TL-WN722N adapters, especially because they are cheap and reliable (and support some other features such as monitor mode). What Alex suggested is also a good option, but unfortunately not always possible when you are not at home (e.g. I need special permission to use any device on the educational network).
    • M

      WiFi question
      WiPy 2&3 • wipy wifi boot.py • • mike632t  

      3
      0
      Votes
      3
      Posts
      1160
      Views

      M

      As you need to connect using wireless to modify 'boot.py' in the first place this makes disabling the wireless interface by default an 'interesting' challenge to a new user! Hopefully the wireless, bluetooth, etc are only started (if not already active) after 'boot.py' is executed.
    • M

      Socket connect address
      WiPy 2&3 • wipy wifi socket wipy 1 • • michalt38  

      9
      0
      Votes
      9
      Posts
      4198
      Views

      robert-hh

      @michalt38 OK. Then you'll need two steps: First, you have to connect the WiPy to the network. That's done with wlan.connect, as given in my sample scripts. Second: you have to write a little program for you WiPy and your PC that connects through sockets and sends the data. The IP adresses used are those of the WiPy and the PC, not the one of the router. You have to define which entity connects (socket.connect() ) and which entity accepts (socket.accept()). For initial testing, you can use for the PC side netcat (nc), which is a simple raw socket send/receive program. Examples for the WIPy side are here: https://docs.python.org/3/howto/sockets.html or here: https://www.tutorialspoint.com/python3/python_networking.htm
    • E

      Updating fimrware on wipy fails with OSX 10.12.3
      Issues & Bugs • wipy firmware update • • el-dude  

      6
      0
      Votes
      6
      Posts
      2381
      Views

      robert-hh

      @robert-hh Since that was the problem in another discussion: Verify the the jumper is between GND and G23. G23 IS NOT P23. Internally, this is GPIO0, also tagged as P2. If the heartbeat LED is still flash after setting the jumper, you're not at the right port.
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 7 / 9