Navigation

    Welcome to the Pycom forum

    Forum

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

    • 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

    • 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
    • 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.
    • C

      Upload failed.: OSError: [Errno 22] EINVAL with LoPy4 and PyMakr
      LoPy • lopy4 pymakr expansion board • • christian_kohler  

      2
      0
      Votes
      2
      Posts
      549
      Views

      robert-hh

      @christian_kohler Did you set Filezilla to single link/passive mode? The number of simultaneous links have to be set in the server settings submenu->transfer settings for each connection. I'm using ftp all the time, and it is pretty reliable and fast. SInce I have Firfox open all the time anyhow, I prefer the FireFTP plugin.
    • F

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

      1
      0
      Votes
      1
      Posts
      591
      Views

      No one has replied

    • R

      Uploading code to the Lopy 4 without pymakr
      LoPy • lopy4 pymakr linux • • Re  

      2
      0
      Votes
      2
      Posts
      705
      Views

      robert-hh

      @re The LoPy4 has like any xxPy device a WiFI connection and starts both a FTP and Telnet server. So you can use ftp and suitbale ftp clients like FileZilla and FireFTP to manage files on the LoPy4. see the FTP section of the docs: https://docs.pycom.io/chapter/gettingstarted/programming/FTP.html You can configure both clients to donwload/upload files into the editor of your choice when you double-click them in the devices file pane.
    • 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.
    • R

      Pymakr (VS Code) on Ubuntu 16.04
      Issues & Bugs • pymakr vscode issue ubuntu • • rimix2  

      1
      0
      Votes
      1
      Posts
      553
      Views

      No one has replied

    • R

      Cannot typr into REPL window
      Pymakr • lopy lopy4 pymakr • • RG_ELECT  

      6
      0
      Votes
      6
      Posts
      1616
      Views

      R

      @rg_elect I have found the youtube Video@ alex' s corner which has a much better explanation of Nano gateways and also sending data to the lopy. :)
    • M

      Pymakr & Python Extension : import pycom module failure
      Discussion • lopy pymakr expansion board python modules • • meven  

      7
      1
      Votes
      7
      Posts
      2503
      Views

      B

      @meven What you advised: "python -m pip install pycom" is working for me also, thank you However next, I got this error: "[pylint] E1101:Module 'pycom' has no 'heartbeat' member" but I could ignore it by: # pylint: disable=maybe-no-member pycom.heartbeat(False) pycom.rgbled(0xffff00)
    • J

      Pymakr with Python Extension
      Pymakr • pymakr python visual studio c linter • • jhollan3  

      2
      0
      Votes
      2
      Posts
      859
      Views

      jmarcelino

      Hi @jhollan3 Pylint and the Python extension aren't really meant for MicroPython or the Pycom boards so it'll throw a lot of errors. There's no linter or extension I know of that would work correctly.
    • H

      deep sleep lopy pysense
      LoPy • lopy pysense pymakr deepsleep • • han  

      4
      0
      Votes
      4
      Posts
      1075
      Views

      H

      @jmarcelino I use a Lopy direct on the KPN LoRa network. What should it be in place of this part of code?
    • J

      Pymakr VS Code: Only sync changed files
      Enhancements • pymakr code upload plugin visual studio • • johand  

      8
      0
      Votes
      8
      Posts
      2263
      Views

      Ralph

      @johand Thanks for the info, I'm able to reproduce the issue. There's indeed a problem in the upload feature, which has been solved in the latest versions of Atom. The VSC plugin is a bit behind code wise. We're working on a refactor of the Atom upload feature right now, when that's done we'll upgrade VSC as well to be up to date with it. That'll solve this issue. For now either be a bit patient with uploading with VSC or temporarily switch to Atom for this project. Sorry for the inconvenience!
    • philwilkinson

      Pymakr - Failed to activate the Pymakr package
      Pymakr • pymakr pymakr install npm • • philwilkinson  

      4
      0
      Votes
      4
      Posts
      1205
      Views

      Ralph

      @philwilkinson In your traceback I see the 'Pymakr' package folder with a capital, instead of lowercase. This is a known issue (happened after pymakr renamed in v1.2.5). I just added this to the known issues with the solution in the readme file on the develop branch of the pymakr github. Read it here, at the bottom of the page: https://github.com/pycom/pymakr-atom/tree/develop#any-error-where-the-traceback-contains-atompackagespymakr-with-a-capital-p Try the solutions listed there and let me know if that fixes your issue.
    • M

      Sync_folder in VSCode
      Software Tools • pymakr • • mariolatronico  

      2
      0
      Votes
      2
      Posts
      698
      Views

      G

      Hi @mariolatronico, did you find a solution in the end? I have a similar problem but in the "sync_file_types": field of pymakr.conf
    • F

      ImportError: no module named 'MySQLdb'
      LoPy • lopy pymakr database mysql • • Fajriansyah  

      6
      0
      Votes
      6
      Posts
      1647
      Views

      livius

      @fajriansyah I do not know if some "minimal" client exists for micropython. But is it required? Better run some listen socket on your server. And then your Lopy will send messages to this socket and it connect to jour database and store there data. It can be e.g. windows service apllication, webserver application e.g. on IIS, Apache + php ....
    • J

      boot.py won't run automatically. Only via pymakr plugin or machine.reset() from repl.
      LoPy • lopy4 pymakr boot pymakr upload • • JonasDe  

      7
      0
      Votes
      7
      Posts
      1495
      Views

      robert-hh

      @jonasde For verification, you can use a different and dump terminal software like Putty (Windows), screen (mac, linux) or picocom (Linux). Just make sure that any kind of handshake is disabled. For fil etranfer you can use an ftp client like filezilla or fireftp.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 3 / 8