Navigation

    Welcome to the Pycom forum

    Forum

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

    • J

      FiPy: upload failed (using Pymakr on VSCode)
      FiPy • fipy pymakr micropython vscode vscode pymakr • • Julia Steiwer  

      3
      0
      Votes
      3
      Posts
      26
      Views

      robert-hh

      @Julia-Steiwer As you should have noticed, Pycom Inc ceased it's operation, and there is no service any more for Pycom products, be it hardware or software like Pymakr. The latter should still work with the older VSCode versions. So if you want to use PyMakr, you have to stick with an working combo of an older VSCode version and PyMakr.
    • M

      Extract value from list..
      MicroPython • micropython • • misterlisty  

      2
      0
      Votes
      2
      Posts
      11
      Views

      robert-hh

      @misterlisty If the object is a named tuple, use obj.mac, if it is a simple tuple, use indices and split.
    • Jakob Rosenberg 0

      Pymakr 2 for Visual Studio Code
      Announcements & News • pymakr micropython vscode vsc • • Jakob Rosenberg 0  

      1
      2
      Votes
      1
      Posts
      64
      Views

      No one has replied

    • T

      OSError: resource not available for UART
      FiPy • fipy micropython uart • • tttadam  

      3
      0
      Votes
      3
      Posts
      34
      Views

      T

      @robert-hh I see, that what I thought. then I will reuse UART1. Thanks :)
    • T

      Ghost watchdog
      MicroPython • micropython pybytes watchdog • • tttadam  

      9
      0
      Votes
      9
      Posts
      79
      Views

      T

      sadly it's the same... rst:0x7 (TG0WDT_SYS_RESET),boot:0x37 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff8020,len:8 load:0x3fff8028,len:2140 ho 0 tail 12 room 4 load:0x4009fa00,len:19760 entry 0x400a05bc
    • B

      Changing runtime parameter on timer class
      MicroPython • lopy4 micropython • • berryskies  

      1
      0
      Votes
      1
      Posts
      26
      Views

      No one has replied

    • J

      Translate Arduino code to microPython
      MicroPython • micropython arduino issues • • JHN  

      4
      0
      Votes
      4
      Posts
      54
      Views

      J

      @Gijs Hello! that pin are not needed, infact my code is working, one hardware pin "p2" had some issue, it is constant 3.3V which means that the ploadPin are not toggled. The code awill hopefully be uploaded on Git!
    • T

      sending hex via uart
      MicroPython • micropython uart hex • • tttadam  

      10
      0
      Votes
      10
      Posts
      345
      Views

      T

      @robert-hh I messed up the indexing. Thanks. :)
    • T

      neopixel and threading
      MicroPython • micropython thread neopixel ws2812b • • tttadam  

      1
      0
      Votes
      1
      Posts
      100
      Views

      No one has replied

    • T

      best practice for wifi connection
      MicroPython • wifi micropython debug best practices • • tttadam  

      1
      0
      Votes
      1
      Posts
      159
      Views

      No one has replied

    • shanefowler25

      I2C OLED Screen Error
      MicroPython • micropython i2c ssd1306 oled display • • shanefowler25  

      7
      0
      Votes
      7
      Posts
      608
      Views

      robert-hh

      @kjm All versions have a usable I2C. The case here is a different one, I assume. @shanefowler25 : Can you publish the full error message you got. It should be more than one line. The framebuffer module is included now. It sneaked in when Pycom moved to MicroPython core V1.11.
    • T

      dfrobot 1602 rgb lcd micropython library
      MicroPython • micropython rgb lcd displays 1602 • • tttadam  

      1
      0
      Votes
      1
      Posts
      165
      Views

      No one has replied

    • A

      Uploading to a remote FTP server (GPy + LTE)
      GPy • gpy micropython lte ftp • • apopka422  

      1
      0
      Votes
      1
      Posts
      209
      Views

      No one has replied

    • T

      [SOLVED] UART and MH-Z16 CO2 sensor
      MicroPython • micropython uart mh-z16 • • tttadam  

      15
      0
      Votes
      15
      Posts
      909
      Views

      robert-hh

      @saman-naz This code is not made for a linux based RPI.
    • philwilkinson

      simple method to identify which expansion board is being used?
      Expansion Board • pytrack pysense expansion board micropython pyscan • • philwilkinson  

      3
      0
      Votes
      3
      Posts
      283
      Views

      P

      Same topic: https://forum.pycom.io/topic/2469/easy-way-to-tell-what-expansion-board-is-in-use Here's a method to create a generic exp. board object: from pycoproc import Pycoproc from pysense import Pysense from pytrack import Pytrack # create exp board object using unknown board type pyexp = Pycoproc(1) if pyexp.read_product_id() == 61458: print("Using Pysense") pyexp = Pysense() if pyexp.read_product_id() == 61459: print("Using Pytrack") pyexp = Pytrack() Later on use eg: if pyexp.board_type == pyexp.PYSENSE: si7006 = SI7006A20() Perhaps someone can tell us the id for the Pyscan board.
    • K

      Exceptions in micro python
      MicroPython • micropython exceptions • • kjm  

      12
      0
      Votes
      12
      Posts
      1778
      Views

      K

      Thnx again Robert, for anyone else with a similar requirement I ended up with.... except Exception as e: import sys; from uio import StringIO s=StringIO(); sys.print_exception(e, s) s=s.getvalue(); s=s.split('\n') line=s[1].split(','); line=line[1]; error=s[2]; err=error+line; print(err) with open ('error.log', 'a') as f: f.write(err)
    • E

      Framebuf library incomplete ?
      Issues & Bugs • micropython library e-ink framebuf • • EchoBravoVictor  

      3
      0
      Votes
      3
      Posts
      444
      Views

      E

      @robert-hh Working ! Thank you 😊
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 1 / 6