Navigation

    Welcome to the Pycom forum

    Forum

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

    • G

      pymakr will not update in atom 1.60.0 on Ubuntu 20.04
      Issues & Bugs • pymakr atom linux npm • • g0hww  

      10
      0
      Votes
      10
      Posts
      31
      Views

      G

      @Jakob-Rosenberg-0 Good news. Given the content of the EOL announcement email sent out recently, specifically the focus on the platform as a service I did begin to wonder whether the Pymakr plugin would continue to be maintained. I really hope it is. I have no desire to switch to using Pybytes whatsoever.
    • P

      Pymakr install failing in Atom on MacOS
      Pymakr • pymakr atom installation macos • • paul_tanner  

      5
      0
      Votes
      5
      Posts
      31
      Views

      P

      @ahmadelmasri I solved this with a tip from the README. Python version was incompatible.
    • H

      Confusion on Atom projects, module locations, libraries, etc.
      Discussion • atom library modules project • • haresfur  

      1
      0
      Votes
      1
      Posts
      94
      Views

      No one has replied

    • K

      using lib files
      GPy • gpy atom lib folder • • kjm  

      2
      0
      Votes
      2
      Posts
      224
      Views

      robert-hh

      @kjm Since main.py is executed on the target, it is accessing the files on the target. The GPY has no acces to the PC file system. The only thing that you can get is synchronizing the lib files form you Atom/PC library to GPY. I do not work with the pymakr plug-ins, so I cannot give you details, but there were threads of synchronizing a project directory with the target module.
    • E

      Stuck at "Failed to connect (Error: Port is not open)" between Atom and GPy/Pysense on Fedora computer
      GPy • gpy pysense atom setup startup • • ev8gpy1  

      5
      0
      Votes
      5
      Posts
      764
      Views

      E

      I ended up using Atom on my windows pc and was able to talk on the port no problem. I'm not sure why the port was closed on the fedora pc. Hopefully this helps someone in their setup.
    • Ralph

      PyMakr 2.0 for Atom Plans: Feedback wanted [video]
      Beta Announcements & Development News • pymakr atom video • • Ralph  

      11
      1
      Votes
      11
      Posts
      1074
      Views

      S

      Thanks for this information. It is useful
    • M

      Connection issue to WiPy 3.0r
      Issues & Bugs • pysense wipy 3.0 atom • • momentaj  

      6
      0
      Votes
      6
      Posts
      649
      Views

      robert-hh

      @momentaj When using the pycom uploader 1.15.2, you have tghe option to erase the device on uploading a new firmware image.
    • Ralph

      Pymakr Atom release v1.4.9 - Upload using zlib compression
      Announcements & News • pymakr atom • • Ralph  

      7
      1
      Votes
      7
      Posts
      1241
      Views

      Ralph

      @protean Pymakr is indeed using the zlib.decompress() micropython function for this feature. Normal upload also still works of course, but this way is faster for large files. Let me give you some pointers on how to code it: The zlib function on the micropython side is documented here. Pymakr is compressing the files before uploading (here using this python file), writing the compressed file to the board with os.write() like always, and then decompressing them right after that (here). It'll definitely make uploading bigger files faster. Just realise that for files under 4k, it's actually slower because the overhead of compressing/decompressing is bigger than the savings of compressing the file.
    • K

      Atom foibles.
      Support & Troubleshooting • gpy atom repl • • kjm  

      4
      0
      Votes
      4
      Posts
      471
      Views

      J

      @kjm But maybe since we are mentioning it... someone who already has a fix can pass it along. Or someone who didn't realize it was a problem can make the next version a little bit better. Hopefully shared misery will have a shared cure. ;)
    • W

      Fipy läuft nicht richtig ohne Atom
      FiPy • fipy atom • • Wolli01  

      29
      0
      Votes
      29
      Posts
      11458
      Views

      robert-hh

      @mraj That's the way: Either it is called main.py, or main.py contains a line import mycode or boot.py contains a statement machine.main("mycode.py"), which causes mycode.py to be executed instead of main.py
    • P

      pycom wipy pysense problem
      WiPy 2&3 • wipy pycom atom file transfer • • priis  

      7
      0
      Votes
      7
      Posts
      803
      Views

      P

      @dan I finally made it work! But only because of your advice! Thank you so much!!!
    • B

      Import Custom Library
      MicroPython • fipy i2c atom library import • • Burgeh  

      3
      0
      Votes
      3
      Posts
      829
      Views

      B

      @dan I understand that and get this error when I flash it, but I would also like it to link in Atom so I can build and run it right away without having to flash it.
    • G

      NameError: name '​' is not defined when upload the "Lopy to Lopy" example
      MicroPython • fipy lora micropython atom main.py • • grideagle  

      3
      0
      Votes
      3
      Posts
      1022
      Views

      dan

      Hi @grideagle, Thank you for reporting that, I've reported it to GitBook. The current workaround is to use the "copy" button it the top right corner of the code section.
    • N

      Fipy, no FTP, Atom no project, no files on Fipy.
      FiPy • fipy atom ftp • • NickBoots  

      4
      0
      Votes
      4
      Posts
      863
      Views

      dan

      @nickboots Great! I'm glad you sorted it out. The project name label might be related to this issue, you should be still able to upload/run your project, it's just the label that doesn't update. FTP only works with WiFi, if you want to use the serial connection, you can use Pymakr with Atom/VSCode, or rshell.
    • Ralph

      New Pymakr Atom Release v1.4.0 - No more FTP?
      Announcements & News • pymakr atom • • Ralph  

      1
      2
      Votes
      1
      Posts
      906
      Views

      No one has replied

    • F

      File not uploaded to the board
      Issues & Bugs • pymakr atom upload • • fstaine  

      1
      0
      Votes
      1
      Posts
      591
      Views

      No one has replied

    • M

      How to import "numpy" in Atom
      Comments & Feedback • atom • • MJ  

      5
      0
      Votes
      5
      Posts
      2224
      Views

      J

      @mj It's just some math, you don't need a module to do it. However, be aware that most trilateration formulas are based on exact distances, which you are very unlikely to get, so you'll end up with no solutions if you try to solve the equations as equalities. Also, I don't know your use case, but it may indeed make more sense to do this stuff network-side rather than on the node.
    • U

      Atom with Pymakr have some promble
      Issues & Bugs • pymakr bug atom • • u0452047  

      2
      0
      Votes
      2
      Posts
      766
      Views

      seb

      We are aware of this issue, expect and update very soon to resolve this.
    • 1
    • 2
    • 3
    • 1 / 3