Navigation

    Welcome to the Pycom forum

    Forum

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

    • K

      connecting to unsecured WiFi
      WiPy 2&3 • wipy wifi wipy 1 • • KMcLoud  

      3
      0
      Votes
      3
      Posts
      1276
      Views

      bucknall

      Hi @KMcLoud - I'm just having a look into this for you! I'll get the docs updated to reflect this as you're right, this isn't very clear!
    • M

      UART handler error
      WiPy 2&3 • wipy uart0 • • michalt38  

      7
      0
      Votes
      7
      Posts
      2243
      Views

      livius

      @michalt38 said in UART handler error: I've got WiPy 1 I can not help more because i have only Wipy2.0. Maybe someone else...
    • M

      Sending data via WiFi
      WiPy 2&3 • wipy wifi wipy 1 • • michalt38  

      2
      0
      Votes
      2
      Posts
      1633
      Views

      livius

      @michalt38 first you must connect to wifi https://docs.pycom.io/pycom_esp32/pycom_esp32/tutorial/includes/wlan.html then you must create socket and send data https://docs.pycom.io/pycom_esp32/library/usocket.html and then use send
    • M

      Timer and UART confugration
      WiPy 2&3 • wipy time wipy 1 uart0 • • michalt38  

      9
      0
      Votes
      9
      Posts
      2773
      Views

      M

      @robert-hh Thanks a lot! :)
    • H

      Arduino sends data seriell, how to get them into WiPy ? **SOLVED**
      WiPy 2&3 • wipy arduino solved seriell rxtx • • Hotzenwald  

      13
      0
      Votes
      13
      Posts
      4437
      Views

      H

      solved. The problems i had has been level shifter dependend. I used another one and UART started to work. Another trap has been a misunderstanding in PIN numbering and PIN layout. When i just looked at WiPy pinout without paying attention to expansion board i noticed, that i used the wrong PINs. Now i count from left side, starting with 0 and figured out which PINs i do have to use. Now it works like a charm. Thanks for all your help !
    • C

      What is this: Unhandled exception in interrupt handler TypeError: 'str' object is not callable
      WiPy 2&3 • wipy interrupt timer.alarm • • constantinos  

      4
      0
      Votes
      4
      Posts
      1458
      Views

      robert-hh

      No, the callback handler can be inside a class. But then the handler must have self as first additional argument. Example (ESP8266 one, but principle should work) with ISR fucntion sample. class acquire: def __init__(self): self.adc_read = machine.ADC(0).read self.data = array.array("L", [0] * _BUFFERSIZE) self.index_put = 0 def sample(self, x): self.data[self.index_put] = self.adc_read() self.index_put = (self.index_put + 1) % _BUFFERSIZE self.irq_busy = False
    • M

      WiFi authentication
      WiPy 2&3 • wipy wifi wipy 1 • • michalt38  

      7
      0
      Votes
      7
      Posts
      2511
      Views

      Innocenzo

      @jmarcelino Thx a lot
    • M

      Wifi and CA certificate
      WiPy 2&3 • wipy wifi wipy 1 • • michalt38  

      2
      0
      Votes
      2
      Posts
      1170
      Views

      michal.zykov

      Hi @michalt38, Maybe you could find the answer right here: https://docs.pycom.io/pycom_esp32/library/ussl.html Mike
    • B

      VL53L0X Time of Flight Distance Sensor
      LoPy • lopy wipy i2c • • blsmith  

      5
      0
      Votes
      5
      Posts
      1520
      Views

      jmarcelino

      @chumelnicu Still on my to-do list I'm afraid, but maybe try iotmaker's code? https://forum.pycom.io/topic/1453/i2c-sensor-with-wipy2/11
    • M

      Expansion board (WiPy/LoPy) and WiPy mismatch
      Expansion Board • wipy expansionboard • • mhjor70  

      4
      0
      Votes
      4
      Posts
      1474
      Views

      M

      seems that is exactly what happened, the description on amazon said the expansion would fit either version, I honestly didnt know I was ordering the old version of the WiPy it didnt have a version number on the description. I rma'd the 1.3 board and ordered a 2.0 board. They should put better description on Amazon for both items to avoid this stuff. https://www.amazon.com/Pycom-C1002-WiPy/dp/B01HFAKK5C/ref=sr_1_1?ie=UTF8&qid=1489281512&sr=8-1&keywords=WiPy
    • M

      Accessing librarys on SD card
      WiPy 2&3 • wipy sdcard wipy 1 • • michalt38  

      7
      0
      Votes
      7
      Posts
      2556
      Views

      robert-hh

      @soren You have to mount the SD card first, before you can see it in ftp. The format I'm using is FAT32. A sample mount sequence is below, taken from the docs. # import os import machine sd = machine.SD() os.mount(sd, '/sd')
    • C

      CRITICAL: machine.reset() not releasing the memory
      Issues & Bugs • lopy wipy reset memory • • Colateral  

      1
      1
      Votes
      1
      Posts
      825
      Views

      No one has replied

    • M

      Local file system access while connected to the home router
      WiPy 2&3 • wipy ftp • • michalt38  

      6
      0
      Votes
      6
      Posts
      2247
      Views

      livius

      @michalt38 to do this you need run Wipy in mode WLAN.STA_AP but for me it can connect to router but i can not connect to it as AP. But i do not tested this in the current firmware - maybe it work now
    • M

      MySQL
      WiPy 2&3 • wipy • • michalt38  

      7
      0
      Votes
      7
      Posts
      1967
      Views

      rskoniec

      @michalt38 Here (click me) is a good example about what @livius said.
    • Thosch42

      'RTC' object has no attribute 'alarm'
      WiPy 2&3 • wipy rtc attributeerror • • Thosch42  

      1
      0
      Votes
      1
      Posts
      1121
      Views

      No one has replied

    • L

      Sleep mode
      WiPy 2&3 • wipy sleep gpio irq wake • • Luit  

      1
      0
      Votes
      1
      Posts
      1067
      Views

      No one has replied

    • D

      New firmware release, version 1.6.4.b1
      Announcements & News • lopy firmware wipy sipy • • daniel  

      26
      6
      Votes
      26
      Posts
      10399
      Views

      livius

      @daniel I see that some timings/stability improved in pin. Now i am able read samsung tv codes without any problem from python code without need of C function as previously :) I tested this i suppose in many previous versions (last tested lower than 1.5) and it was not stable enought but now it work :)
    • mkharibalaji

      Interrupt/Callback for UART 1 ?
      Discussion • lopy wipy • • mkharibalaji  

      3
      0
      Votes
      3
      Posts
      1500
      Views

      D

      @mkharibalaji that callback is not yet available, but it's planned to have it implemented.
    • K

      Detecting an inserted SD card
      WiPy 2&3 • wipy expansionboard sdcard help • • kanu  

      7
      0
      Votes
      7
      Posts
      2471
      Views

      livius

      @daniel I just test this and the behaviour is still as before. Trying to initialize the SD card without a SD inserted raises a OSError exception, which is OK. my English is bad and when i wrote Something was changed. than this was only assumption - i do not test this with current 1.6.3 firmware i tested this on 1.5.0 and it worked - and if for @kanu it does not work then i supposed that he tested this with current firmware Card detection is simply done via a GPIO pin good point - i must connect it :)
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 8 / 9