Navigation

    Welcome to the Pycom forum

    Forum

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

    • N

      Pymakr and VSCode 'sync_all_file_types' Configuration flag
      Software Tools • pymakr bug other enhancement • • nervencid  

      1
      0
      Votes
      1
      Posts
      24
      Views

      No one has replied

    • N

      Preset variables in query parameters does not work for Webhook integration
      Support & Troubleshooting • bug integration • • niels.reflektor  

      1
      0
      Votes
      1
      Posts
      93
      Views

      No one has replied

    • M

      Pysense Specsheet bug
      Getting Started • pysense bug documentation • • Martinnn  

      1
      3
      Votes
      1
      Posts
      255
      Views

      No one has replied

    • M

      Pymakr/VScode sync problems
      Software Tools • pymakr bug • • Martinnn  

      13
      0
      Votes
      13
      Posts
      1204
      Views

      Ralph

      @martinnn Found the issue with your firmware updater. If you would want to update to a dev version, you need to download the development version of the firmware updater (here). They will release it as stable soon, but not until then, use this dev version.
    • M

      Pymakr not working with VSCode 1.31
      Software Tools • pymakr bug • • Martinnn  

      7
      0
      Votes
      7
      Posts
      674
      Views

      Ralph

      @jpaul Good to hear. Our tutorials don't cover auto-connect very well yet, we'll work on that!
    • C

      VS Code COM port setting ignored
      Software Tools • pymakr bug • • ChangedDaily  

      11
      0
      Votes
      11
      Posts
      1396
      Views

      C

      I also could not connect to my board and solved the problem as follows: If your PC has Bluetooth, have you ever tried to turn off Bluetooth? On my PC, Bluetooth uses COM3. Pymark always tried to connect to COM3. After I turned off Bluetooth, I was able to connect to my Pycom board without any problems. Once a connection to the board has been established, the board can also reconnect successfully with Bluetooth turned on. I hope this information helps. (: In my case COM3 is used by Bluetooth and Pymark tries to connect to COM3. In this menu you can disable Bluetooth Connection to the board has been established successfully:
    • T

      Pyscan datasheet is completely wrong
      Expansion Board • bug pyscan specs • • theshade  

      7
      4
      Votes
      7
      Posts
      769
      Views

      T

      Thank you @paul-thornton, I just saw the addition to the web page with the mechanicals. I'll start drawing my board ;)
    • M

      Guru Meditation Error - Pycom WiPy
      WiPy 2&3 • wipy bug coredump • • Milan  

      35
      0
      Votes
      35
      Posts
      4867
      Views

      A

      Dear @Milan and @Martinnn, if you feel lucky, you might want to try our custom build just released on [1]. More background about this is available through [2]. Please be aware that you will have to erase your device completely before flashing in order to keep things straight. You will find respective references to this on the forum. Hint: Use pycom-fwtool-cli --port /dev/ttyUSB0 erase_all, see also [3]. With kind regards, Andreas. [1] https://packages.hiveeyes.org/hiveeyes/foss/pycom/vanilla/WiPy-1.20.1.r1-0.6.0-vanilla-dragonfly.tar.gz [2] https://community.hiveeyes.org/t/investigating-random-core-panics-on-pycom-esp32-devices/2480 [3] https://community.hiveeyes.org/t/installing-the-recent-pycom-firmware-1-20-1-r1-requires-erasing-the-flash-memory-completely/2688
    • L

      Notifications not working for Mentions/comments on a thread I replied in
      Comments & Feedback • bug forum • • Lonefish  

      9
      0
      Votes
      9
      Posts
      815
      Views

      L

      @paul-thornton I seem to get the notification now, but I'm guessing it's the mentions specifically, since I turned on the "replies in topics you watch". I'm pretty sure it's not browser related since it's not in the notifications view, but I'm using google chrome Version 71.0.3578.98 I'm guessing you get the notifications because of the reply and you're watching the topic, not because of the mention. I'm going to put mentions on emails only and replies on notifications. That should send me an email when I get mentioned and a notification because there's a reply if you reply to this topic.
    • N

      Problems with Pymakr in VS code
      Software Tools • pymakr bug other • • nervencid  

      9
      0
      Votes
      9
      Posts
      1230
      Views

      Ralph

      @nervencid With autoconnect to false, it indeed tries to connect to the address 192.168.4.1, so the output you posted is as expected. To connect you can either: connect to the devices wifi and klik connect again, or: change the auto_connect setting to true, or: set the address setting to the correct comport (you can find it using the 'list serialports' command)
    • K

      What's with Atom pymakr & library files?
      Software Tools • pymakr bug • • kjm  

      2
      0
      Votes
      2
      Posts
      553
      Views

      P

      when you click run just the single file your editing it sent to the board its literally as if you typed each line into the Repl. this is fine if its just your main.py script. but when libs need updating they dont get sent as you have discovered. The reason for the reset being required is to force micropython to reload its previously loaded and cached copies of libraries There are work arounds for hot reloading code, but its way easier to just reset the board during development
    • G

      lora.join does not attempt every 15 seconds in background
      Firmware • lopy lora bug • • Graham  

      12
      0
      Votes
      12
      Posts
      1530
      Views

      robert-hh

      @graham said in lora.join does not attempt every 15 seconds in background: while not lora.has_joined(): pass I would add something like sleep(1) into the loop, giving the background tasks more time.
    • G

      VS Code Issues
      Software Tools • pymakr bug • • gmedlicott  

      4
      0
      Votes
      4
      Posts
      946
      Views

      dan

      @gmedlicott it's not True by default, because older firmware doesn't support it. We have documentation for pymakr settings here
    • S

      Issue with LORA-WAN and Loriot LNS (Multitech gateway)
      Firmware • lopy fipy lora bug • • shp96  

      11
      0
      Votes
      11
      Posts
      1375
      Views

      J

      @shp96 That does not seem correct. Your gateway is only listening on channels 48 to 55 and 70... Can you show logs of packets received with the associated channel?
    • R

      VSCode 1.26.1 - Breaking Change?
      Software Tools • pymakr bug • • RodgerG  

      11
      1
      Votes
      11
      Posts
      1575
      Views

      R

      Thanks heaps @dan Its working fine for me now on VSCode 1.27.2 :-)
    • arthurlutz

      Development environment feedback for multiple devices - ctel, curlftpfs, vscode,syslog, etc.
      Software Tools • pymakr bug other • • arthurlutz  

      4
      1
      Votes
      4
      Posts
      703
      Views

      arthurlutz

      Hi @John-Baird I hope you (and I) find a satisfying environment to work with these devices. Another project I've come across since then is balena (which used to be called resin) https://www.balena.io/ It's a very cool project, with almost everything open source and which can be self hosted. I talked about my use case on their forum https://forums.balena.io/t/edge-node-manager-for-wipy-micropython/2549 and someone replied with this https://github.com/Bucknalla/resin-pycom-ota project which I haven't had the time yet to try out. The idea is that you have a device that acts as and "edge manager", that device runs balena and whenever you upload new code (git commit & push) the edge device will update your pycom devices.
    • F

      How do I get main.py to run when the WiPy board boots?
      WiPy 2&3 • wipy bug error main.py boot • • flatmop  

      19
      0
      Votes
      19
      Posts
      2855
      Views

      T

      @dan Yep I have never put anything in boot.py, have always had main.py run without intervention.
    • A

      Pymakr Atom REPL console
      Software Tools • pymakr bug • • alvaroav  

      11
      0
      Votes
      11
      Posts
      1739
      Views

      Ralph

      @alvaroav Good to hear it's solved. I'm still not sure if it's another plugin, because another user had this and it was gone after a window reload. Might be some edge case in button usage.
    • 1
    • 2
    • 3
    • 1 / 3