How to Use VSCode with Raspberry Pi Pico W and MicroPython (Part 2)

Поділитися
Вставка
  • Опубліковано 27 сер 2024

КОМЕНТАРІ • 19

  • @mmshilleh
    @mmshilleh  9 місяців тому +1

    Consider joining a membership on the channel to obtain more perks to help you with your IoT and software journey and to support the channel! We have three levels. 🥰

  • @jaapvantouw7578
    @jaapvantouw7578 7 місяців тому +3

    First of all: Thank you, your vids helped me a lot!!
    2nd: if you add the following lines to 'settings.json' under the .vscode folder, pylance will recognize the python files in the 'lib' folder:
    {
    "python.analysis.extraPaths": ["lib"]
    }

    • @mmshilleh
      @mmshilleh  7 місяців тому +1

      You are a wizard hope others see this comment! thank you as well hope you can subscribe :)

  • @brianlmerritt
    @brianlmerritt 8 місяців тому +1

    Super cool and many thanks. Am hoping someone cracks debugging micropython on VSCode, but this is a great start forward

    • @mmshilleh
      @mmshilleh  8 місяців тому

      Hey Brian thank you for the support yes there are some quirks in VSCode im sure it will be fixed soon. Hope you stay tuned to the channel!!

  • @jbelmont72
    @jbelmont72 8 місяців тому +1

    Thank you, You have lead me out of the dessert.

    • @mmshilleh
      @mmshilleh  8 місяців тому

      Hahahaha, yes the concept is quite simple. You can also use "upip" to install some packages but that is more confusing and sometimes packages are not available with that method

  • @PiotrKlubinski
    @PiotrKlubinski 8 місяців тому +1

    I like using pipkin for libraries that are available via pip. Your way is great for ones that were not pushed to pip.

    • @mmshilleh
      @mmshilleh  8 місяців тому

      Yes, you can also take the pip approach but I noticed on some modules it doesnt work. But everyone should know this ^ thanks I probably should have gone over that.

  • @jeffbrown183
    @jeffbrown183 5 місяців тому +1

    I like your style, thx for the tip about placement of lib folder on pico

    • @mmshilleh
      @mmshilleh  5 місяців тому

      Thank you Jeff I appreciate your comment for sure, hope you can subscribe and enjoy more of the channel!

  • @jourdanallred7121
    @jourdanallred7121 6 місяців тому +1

    Thank you man. You gotna new subscriber right here

    • @mmshilleh
      @mmshilleh  6 місяців тому

      Thanks for the sub! Hope everyone else does as well!

  • @TOMTOM-nh3nl
    @TOMTOM-nh3nl 9 місяців тому +1

    Thank You

    • @mmshilleh
      @mmshilleh  9 місяців тому

      Thank you hope you subscribe!

  • @drzooz
    @drzooz 7 місяців тому +1

    Thanks for the videos. What would you recommend to use with RPi 4? To run on the Pi and transfer files between a Mac and the Pi like you did with the Pico.

    • @mmshilleh
      @mmshilleh  7 місяців тому

      yeah that is a smart idea and could be a lot easier with the Pi 4. thank you for watching hope you subscribe :)

  • @jimTal001
    @jimTal001 7 місяців тому +1

    what is the best way to check what files are on the pico and how to remove specific file from the pico? Thanks!

    • @mmshilleh
      @mmshilleh  7 місяців тому

      Unfortunately, if you want to remove specific files you just have to erase all and reupload the project without that file if that makes sense, I do not think there is an easy way with the tool to circumvent it. One drawback indeed.