Navigation

    Welcome to the Pycom forum

    Forum

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

    • M

      LO1 OEM struggles to upload data via Pymakr or ampy.
      LoPy • lopy bugs pymakr oem • • miro_bli  

      2
      0
      Votes
      2
      Posts
      435
      Views

      D

      In my opinion RESET pin should not be left floating. Try to connect pull-up resistor to 3.3V in 10k-20k range. Check L01 OEM Baseboard schematic: https://docs.pycom.io/product-info-datasheets/oem/l01_reference Edit: Sorry, now I noticed the reset pull-up already being in your schematic. Anyway try to use FTP client for script uploading.
    • T

      pymakr/vscode on raspberry pi
      Pymakr • pymakr raspberry pi vscode • • theshade  

      9
      0
      Votes
      9
      Posts
      1742
      Views

      Ralph

      Good to hear you sorted that out @theshade! If I have time I might fix Pymakr to look in that folder on a raspi, although I think there are not many people running this setup. (ps Pymakr is open source, so if you want to do that yourself with a pull request, feel free)
    • M

      MQTT Connection Failed
      WiPy 2&3 • pymakr wipy 3.0 help mqtt connect socket connect • • Modellhaus  

      2
      0
      Votes
      2
      Posts
      484
      Views

      E

      @modellhaus I suggest you two things for help, the first is to modify your post and please enclose your code in correct code balise ( </> tool in line above )to help reading . The second thing is to post the error message and line number where it happen to help analysis.
    • M

      Pymakr on VSCode does not detect missing remote directory
      Pymakr • pymakr vscode • • Martinnn  

      2
      0
      Votes
      2
      Posts
      420
      Views

      dan

      Hi @Martinnn, empty folders are ignored when uploading. If you put a file in there, it'll upload it. Or you could create one via FTP on the device.
    • luca.gamma

      Pycom Console not interactive on latest VSC/Pymakr
      Issues & Bugs • pymakr console vsc • • luca.gamma  

      3
      0
      Votes
      3
      Posts
      672
      Views

      luca.gamma

      Hi @dan thanks for your reply. Actually not, also tried with an older VSC version (i.e. 1.25.1) but result is even worst (error: command pymakr.* not found and console doesn't start). Also downgraded Node.js to the LTS (8.12.0) but no luck. Because I'm using VSC for Python and to manage other non-pycom micropython-based boards via terminal it would be comfortable having a single IDE. Is there a particular setup known to work (firmware, VSC, Pymakr, Node.js, versions, platforms and architecture)? PS: Using Atom 1.31.1 on Win10/64 with Pymakr 1.4.4 I notice no issues, REPL responds correctly.
    • 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?
    • C

      VSCode Win10x64 Unusable
      Pymakr • pymakr vscode windows • • cmisztur  

      3
      0
      Votes
      3
      Posts
      796
      Views

      C

      @dan issue persists with 1.0.3
    • 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
    • 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 !
    • Charly86

      TX/RX only console upgrade (Pymark) does not work with V1.9 firmware?
      Support & Troubleshooting • pymakr upgrade console ftdi • • Charly86  

      2
      0
      Votes
      2
      Posts
      815
      Views

      dan

      This issue is discussed on GitHub here
    • R

      Can't achieve to get a project in PyMakr
      Issues & Bugs • pymakr problem project • • ropito  

      5
      0
      Votes
      5
      Posts
      1344
      Views

      Ralph

      HI @ropito, I've tested it and I see that it indeed doesn't display the project name when working on windows. It's only a UI issue though. It does detect your project and will upload files from it when using the upload or download feature. It's just the UI label that doesn't display the name. I'll look into it and will fix the label in the next release.
    • 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.
    • J

      Lost pymakr Pycom console in VSCode after update VSCode
      Issues & Bugs • pymakr vscode terminal • • jand  

      8
      2
      Votes
      8
      Posts
      2040
      Views

      J

      @dan I have the same Issue on Ubuntu 18, extension don't work VSCode version 1.27.2 Pymakr version 1.0.2
    • O

      Pymakr VCS Issue on OSX
      Issues & Bugs • pymakr vsc • • oka  

      3
      0
      Votes
      3
      Posts
      682
      Views

      O

      @dan Roger that!
    • J

      Failed to connect (Connection refused) when connecting to 192.168.4.1 from Pymakr
      Pymakr • pymakr wifi connection • • jand  

      6
      0
      Votes
      6
      Posts
      1387
      Views

      J

      @Ralph, thanks very much. It now works again.
    • T

      Fresh install on VS Code: broken
      Issues & Bugs • pymakr vscode mac • • Tycho  

      4
      0
      Votes
      4
      Posts
      1116
      Views

      dan

      @ulwur could you post your version numbers? (VSCode, Operating System, Pymakr)
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 2 / 8