Navigation

    Welcome to the Pycom forum

    Forum

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

    • M

      LoPy: Micropython support on LoRa and BLE
      LoPy • lora micropython bluetooth support integration • • mark915  

      7
      0
      Votes
      7
      Posts
      2585
      Views

      P

      @ekwus Thanks for the response. What kind of data rate is it possible to achieve using BLE?
    • R

      Micropython pyboard - wipy2 differences
      WiPy 2&3 • micropython wipy 2 dac • • riklaunim  

      1
      -1
      Votes
      1
      Posts
      969
      Views

      No one has replied

    • S

      Lopy ,GPS, micropython
      MicroPython • lopy micropython gps • • Shukla73  

      1
      0
      Votes
      1
      Posts
      1048
      Views

      No one has replied

    • C

      increment files in SD card in python on Sipy
      MicroPython • sipy micropython codeing • • chrisi  

      4
      0
      Votes
      4
      Posts
      1458
      Views

      C

      Thanks anyway but the problem fixed itself after I updated the firmware and made a few other changes to my code but i still don't know what the problem was but am all good now. Kind regards, Chris
    • J

      Deep Sleep and Low power operation in combination with a state machine
      Enhancements • lopy micropython low power state machine • • jonathanrcarter  

      1
      0
      Votes
      1
      Posts
      1030
      Views

      No one has replied

    • B

      utimeq in uhttpd for simple webserver
      MicroPython • micropython server http post • • bnjroos  

      6
      0
      Votes
      6
      Posts
      2691
      Views

      K

      +1 utimeq enabled in sigfox would be awesome I'd like to use the latest version of picoweb on my LoPy but it has utimeq as a dependency. https://github.com/pfalcon/picoweb
    • P

      OSC Library for micropython/pycom
      MicroPython • micropython pycom library osc • • pedro  

      1
      0
      Votes
      1
      Posts
      963
      Views

      No one has replied

    • RobTuDelft

      PMS5003 air quality sensor
      MicroPython • micropython lib pms5003 • • RobTuDelft  

      4
      2
      Votes
      4
      Posts
      1582
      Views

      RobTuDelft

      @bucknall If you could clarify that would be great, thanks! I left out the timeout for now.
    • A

      TypeError: can't convert 'str' object to str implicitly
      MicroPython • micropython typeerror cast • • Andrea Filippini  

      10
      0
      Votes
      10
      Posts
      4416
      Views

      G

      Python makes a clear distinction between bytes and strings . Bytes objects contain raw data — a sequence of octets — whereas strings are Unicode sequences . Conversion between these two types is explicit: you encode a string to get bytes, specifying an encoding (which defaults to UTF-8); and you decode bytes to get a string. Clients of these functions should be aware that such conversions may fail, and should consider how failures are handled. We can convert bytes to string using bytes class decode() instance method, So you need to decode the bytes object to produce a string. In Python 3 , the default encoding is "utf-8" , so you can use directly: b"python byte to string".decode("utf-8")
    • C

      WiPy 2.0 and ECC(ECDSA) using MicroPython
      WiPy 2&3 • micropython ecc ecdsa • • crazyquark  

      2
      1
      Votes
      2
      Posts
      1098
      Views

      B

      I realize this post is super old, but I was also wondering the same thing. Did you find a way to make it work? I'm having trouble importing python's ecdsa module. It can't find the SigningKey module inside keys(dot)py for some reason. Though it's really slow, I'm aslo considering the following: https://github.com/jfindlay/pure_pynacl
    • A

      How to get line from stacktrace inside thread
      MicroPython • micropython thread threading exception • • Andrea Filippini  

      1
      0
      Votes
      1
      Posts
      857
      Views

      No one has replied

    • B

      Pycom Hackathon in Eindhoven Saturday 17th June
      Announcements & News • lora micropython sigfox lpwan hackathon • • Bettina  

      1
      0
      Votes
      1
      Posts
      906
      Views

      No one has replied

    • A

      Freeze trying to open file on SD
      MicroPython • lopy micropython thread sdcard threading • • Andrea Filippini  

      6
      0
      Votes
      6
      Posts
      2070
      Views

      A

      UP Anybody got a clue?
    • livius

      Python vs Micro - is this issue or imprementation detail
      MicroPython • micropython class property • • livius  

      3
      0
      Votes
      3
      Posts
      1163
      Views

      livius

      @RobTuDelft Thanks you for confirmation and the link
    • R

      Zerynth
      Comments & Feedback • micropython • • robmarkcole  

      4
      1
      Votes
      4
      Posts
      1648
      Views

      livius

      @lfcerf But i see Zerynth closed source for VM i understand the reason but it minimize its use.
    • B

      WiPy 2.0 came flashed with incomplete firmware.
      WiPy 2&3 • micropython wipy 2.0 bug • • BluCode  

      6
      0
      Votes
      6
      Posts
      1430
      Views

      B

      The upgrade worked in a sense, but bricked my WiPy. I have opened a new thread here: https://forum.pycom.io/topic/1053/wipy-2-0-bricked-after-firmware-update
    • RobTuDelft

      Micropython Probe Requests
      MicroPython • micropython probe request • • RobTuDelft  

      1
      0
      Votes
      1
      Posts
      793
      Views

      No one has replied

    • D

      Enable OrderedDict support by default
      Enhancements • micropython ucollections ordereddict • • DvdGiessen  

      5
      0
      Votes
      5
      Posts
      1464
      Views

      D

      @DvdGiessen coming to this several years later. Seems still not enabled in 1.20.2.rc6 firmware because still getting an ImportError when running from ucollections import OrderedDict :(
    • J

      UMQTT & AWS IoT
      Guides • micropython mqtt aws ssl umqtt • • juriw  

      5
      5
      Votes
      5
      Posts
      3974
      Views

      F

      Hello, i am trying very hard to subscribe to a topic and actually receive something. I am using the integrated client on the AWS side to debug. i am observing that i am successful when it comes to publishing topics. It works well. If i subscribe to a topic i just do not receive anything at all. I have tried with both simple and the guide in the pycom documentation. I suspect at this point a misconfiguration from the side of AWS. I have permission in my policy to subscribe to any resource. Subscription itself works. No messages are ever displayed though. Callback is never called. any help is appreciated!
    • D

      i2c Return Data Conversion
      MicroPython • lopy micropython i2c • • dchappel  

      4
      0
      Votes
      4
      Posts
      1215
      Views

      livius

      @dchappel bit left shift << same for bit right shift >>
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 5 / 6