Navigation

    Welcome to the Pycom forum

    Forum

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

    • 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
    • S

      MQTT: OSError: -1 from line 160, in wait_msg
      WiPy 2&3 • wipy mqtt oserror • • semireg  

      2
      1
      Votes
      2
      Posts
      1096
      Views

      D

      @semireg We'll have a look to see if there's a bug in the socket implementation.
    • L

      FiPy and WiPy communication - best practise? SPI, I2C, UART, Bluetooth, Wifi?
      FiPy • fipy wipy uart spi ic2 • • Leo_Sol  

      9
      0
      Votes
      9
      Posts
      2351
      Views

      robert-hh

      @leo_sol Looking at your initial post it seems that UART1 may still available on both units. the default config collides with the SD card pins, but you can assign UART1 to other pins.
    • T

      Deep sleep and pending network output
      Getting Started • wipy pysense deep sleep udp • • tshead  

      7
      1
      Votes
      7
      Posts
      1594
      Views

      T

      @daniel - Fair enough, I’ll think about switching from UDP to TCP (or BLE). I haven’t explored the sleep duration thoroughly, it’s set to 100ms at the moment, which has been reliable enough for my purposes. Presumably this would be an issue for any networking stack on any machine, but we don’t think about it because we aren’t focused on putting a workstation to sleep immediately following a sendto(). Many thanks, Tim
    • H

      Terminal Shield for Lopy / Wipy
      LoPy • lopy wipy shield • • hdemeillon  

      3
      1
      Votes
      3
      Posts
      1012
      Views

      H

      Here is what it looks like mounted to a DIN rail platform. I haven't soldered the other terminals on yet..
    • C

      MacOS firmware updater out of date?
      Firmware • wipy • • charliem  

      8
      0
      Votes
      8
      Posts
      1579
      Views

      robert-hh

      @charliem As far as I can tell, the state of the libraries is a little bit unclear. They were and are maintained as part of the micropython.org version. But even there, you might run into incompatibilities over time due to changes in python, even if there not too many changes, that break old code. Given you actual problem, you might have to look in both forums for a cure.
    • J

      List of OSErrors
      MicroPython • wipy micropython oserror • • JonahT  

      3
      0
      Votes
      3
      Posts
      1272
      Views

      T

      See my answer regarding oserror from tls in the post: https://forum.pycom.io/topic/2164/lopy-http-post-request-oserror/9
    • D

      Secure file transfer options for WiPy?
      WiPy 2&3 • wipy ftp security • • dhblumenfeld1989  

      7
      0
      Votes
      7
      Posts
      2040
      Views

      S

      @ade-ro You can use WLAN.init() it accepts the password in the auth parameter.
    • dominik

      [SOLVED] WiPy 3.0 firmware
      Firmware • wipy • • dominik  

      3
      0
      Votes
      3
      Posts
      1425
      Views

      dominik

      @danielm That was it. Thanks a ton! <3
    • P

      Flash Wipy with own build
      Discussion • firmware wipy flash wipy 2 build • • profra  

      13
      0
      Votes
      13
      Posts
      3324
      Views

      robert-hh

      @charly86 For OTA you just need appimg.bin, if the other two files are already loaded. The esptool.py command line for that would look like: esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x10000 appimg.bin
    • livius

      WiPy 3.0
      Comments & Feedback • wipy • • livius  

      12
      1
      Votes
      12
      Posts
      3538
      Views

      S

      @jmarcelino https://forum.pycom.io/topic/2971/lopy-gps-pytrack-no-coordinates-found We dont get any cordination on that...
    • A

      spi problem with p12 pin and boot modes
      WiPy 2&3 • wipy spi safe mode • • anthony_soben  

      5
      0
      Votes
      5
      Posts
      1354
      Views

      A

      @charly86 and while there at it they can also mention that p8 must not be pulled up when you want to flash the firmware. because if you don't it wont get into download_boot mode but instead into HSPI_FLASH_BOOT mode and will start a reset loop. we also had that problem.
    • K

      temerature sensor for Wipy 2.0 w/ext. board
      WiPy 2&3 • wipy expansion board sensors temperature • • kop524  

      8
      0
      Votes
      8
      Posts
      2420
      Views

      livius

      @kop524 said in temerature sensor for Wipy 2.0 w/ext. board: As near all pins can be redirected then choose is quite simple i only ommit for sensors pins used for SD card communication and sometimes inputonly look at https://docs.pycom.io/chapter/datasheets/ there are good descriptions about pins - you must choose self.
    • R

      Library files of components on Pycom OEM board
      WiPy 2&3 • wipy oem • • rsmanik  

      3
      0
      Votes
      3
      Posts
      988
      Views

      R

      @jmarcelino Thanks a lot., yes those would be very helpful.
    • B

      Schematic for microSD connections with WiPy, GPy and FiPy
      Discussion • fipy gpy wipy schematics microsd • • bigboy20769  

      4
      0
      Votes
      4
      Posts
      1543
      Views

      jmarcelino

      @robert-hh is correct
    • R

      Analog fast plotting
      Discussion • wipy • • robmarkcole  

      3
      0
      Votes
      3
      Posts
      1087
      Views

      R

      @robert-hh thank you for your insight, will explore those options. Cheers!
    • D

      Upgrade
      WiPy 2&3 • wipy uart upgrade mac cp2102 • • deadpixel  

      3
      0
      Votes
      3
      Posts
      1196
      Views

      D

      @robert-hh Hi Robert, You gave the point I was not using the reset button but powering off and on. After using the reset button I had the ready to upload and now is upgrading. Thank you!
    • E

      Firmware download link
      Firmware • lopy wipy • • EasyRider  

      3
      0
      Votes
      3
      Posts
      1519
      Views

      E

      Thanks jmarcelino, 1.7.4.b1 works.
    • P

      Serial connection not working
      Firmware • wipy • • PeteD  

      8
      0
      Votes
      8
      Posts
      2341
      Views

      robert-hh

      @PeteD Yes, that's a wipy1. By default, REPL is not enabled on boot. You have to enable it in boot.py, by: from machine import UART import os uart = UART(0, 115200) os.dupterm(uart) See also here: http://docs.micropython.org/en/latest/wipy/
    • S

      WiPy + PyTrack Windows USB Setup Problems
      Getting Started • pytrack wipy usb windows com • • shaun_nicholson  

      4
      0
      Votes
      4
      Posts
      1672
      Views

      S

      @jcaron Thanks for the tip. Output below. from pytrack import Pytrack py = Pytrack() py.read_fw_version() 4 Which I think means it had flashed successfully (partly as my previously loaded libs had disappeared!). I had tried to connect the External I/O header as an alternative but had similar lack of luck. Tried High speed transfer both ticked and unticked based on reading another similar post. Just tried this again with same result. Flash tool states it is connecting... then shows a Failure! warning. The only COM port in the drop down is COM3 but I am not sure that's the attached PyTrack as removing the PyTrack from USB doesn't de-list the item listed in Device Manager. I am still concerned that it is more related to not having the correct Windows drivers in place that's preventing things from working as they should. Thanks again for the response. Regards Shaun
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 5 / 9