Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Recent

    Explore Pybytes | Official Documentation | Report a Firmware Bug/Issue | GitHub

    Log in to post
    • All categories
    • Announcements & News
    •      Beta Announcements & Development News
    •      Announcements only for members
    • Helium Hotspot
    •      Support
    • Pylife
    • Pybytes IoT platform
    •      Announcements & News
    •      Ideas
    •      Support & Troubleshooting
    • Getting Started
    •      Discussion
    •      WiPy 2&3
    •      LoPy
    •      SiPy
    •      GPy
    •      FiPy
    •      Pymakr
    •      Pymate
    •      Expansion Board
    •      MicroPython
    • Tutorials
    •      Projects
    •      Guides
    • Firmware
    •      Discussion
    •      Enhancements
    •      Issues & Bugs
    • Wireless Technologies
    •      WiFi
    •      Bluetooth
    •      LoRa
    •      Sigfox
    •      Cellular
    • Software Tools
    •      Discussion
    •      Enhancements
    •      Issues & Bugs
    • Events
    • Comments & Feedback
    • Jobs at Pycom
    • PyGo
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • M

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

      7
      0
      Votes
      7
      Posts
      675
      Views

      Ralph

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

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

      13
      0
      Votes
      13
      Posts
      1239
      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.
    • N

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

      9
      0
      Votes
      9
      Posts
      1238
      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)
    • C

      Debug with Visual Studio 2017
      Software Tools • other • • ChangedDaily  

      2
      0
      Votes
      2
      Posts
      313
      Views

      P

      Hi, We dont have any official support for debugging on Visual Studio. I suspect ptvsd also has significant native functionality to linux/windows and wont be easily ported to micropython either. Sorry I cant be more help
    • 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.
    • 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
    • A

      Error in LoPy firmware upgrade when using local file for both cli and gui (Linux)
      Software Tools • other • • agotsis  

      1
      1
      Votes
      1
      Posts
      530
      Views

      No one has replied

    • P

      Expansion 3 USB
      Software Tools • other • • PyBuggz  

      4
      0
      Votes
      4
      Posts
      638
      Views

      J

      @pybuggz Have you checked for any moved jumpers or pressed buttons?
    • 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
    • N

      Unable to install Pymakr Package in Atom.
      Software Tools • pymakr • • NickBoots  

      3
      0
      Votes
      3
      Posts
      753
      Views

      dan

      @nickboots Have you tried Pymakr 1.4.4?
    • J

      today visual studio code + pymakr + ubuntu 17.04 64bit
      Software Tools • pymakr • • james  

      2
      0
      Votes
      2
      Posts
      555
      Views

      dan

      Hi @james Could you try reinstalling VSCode and Pymakr? I've tried 1.27.2 and it works fine, so it might be something with your config. I haven't seen this issue yet, so it might be related to something else.
    • A

      "Run" and "Upload" buttons gone after deep sleep wake up in Atom
      Software Tools • pymakr • • alexpul  

      3
      0
      Votes
      3
      Posts
      621
      Views

      A

      Yup, still the same lack of buttons after disconnect/reconnect
    • 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 :-)
    • P

      Console on Atom is hard to read
      Software Tools • pymakr enhancement • • Prx  

      3
      0
      Votes
      3
      Posts
      796
      Views

      P

      in this section, there was only : #terminal { background: #000; padding-left: 2px; } I have added the line : font-size: 16px; and that is better to read , thanks !
    • J

      Prepare firmware for flashing with firmware upgrade tool
      Software Tools • other • • johand  

      3
      0
      Votes
      3
      Posts
      739
      Views

      J

      Thank you! Worked on first try! Johan
    • A

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

      11
      0
      Votes
      11
      Posts
      1741
      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.
    • P

      Pymakr @ 25,000
      Software Tools • pymakr • • Prawnhead  

      2
      3
      Votes
      2
      Posts
      541
      Views

      Ralph

      That's a lot! I did not expect that when we started working on the plugin :) Thanks for posting!
    • O

      can not install pymakr in atom 1.28.0
      Software Tools • pymakr • • Orcua  

      6
      -1
      Votes
      6
      Posts
      1157
      Views

      P

      @ralph Thanks for the fix. We appreciate it! Chris
    • E

      can not install pymakr 1.3.2 in atom 1.27.2
      Software Tools • pymakr • • etiennedg  

      3
      0
      Votes
      3
      Posts
      781
      Views

      E

      OK Ralph, It wil work now
    • L

      Workable editor for Windows virtual machine
      Software Tools • pymakr • • LoRaTracker  

      10
      0
      Votes
      10
      Posts
      1444
      Views

      robert-hh

      @charly86 No idea. I ran it once, and it worked. Now that I tried it again, it fails. I can get the file listing, but cannot download files. Normally, I use FireFTP, since I have anyhow Firefox running most of the time.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 4 / 6