CircuitPython Troubleshooting - Help Understand and Fix Common Problems w/Installation, Boards, & Mu

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 8

  • @profgallaugher
    @profgallaugher  Год назад +2

    CORRECTION: Dan H from the CircuitPython team points out that after performing storage.erase_filesystem() to clean out files, you should NOT delete .fseventsd, .fseventsd/no_log, .metadata_never_index, and .Trashes. There are space-saving techniques used by CP to help prevent additional extra files from being stored on your device, so you can keep these files on your device after the erase_filesystem() command. Sorry for confusion & thx to Dan H for kindly reaching out with advice for all!

    • @winterwarrior2576
      @winterwarrior2576 Год назад

      what to do if you did delete those files.... asking for a friend :(

  • @mattkojetin8198
    @mattkojetin8198 Год назад +3

    Thanks!

    • @profgallaugher
      @profgallaugher  Год назад +1

      Wow! How super kind of you & very unexpected. Sincerest thanks. Will use for more hardware goodness. Cheers!

  • @fzelders
    @fzelders 8 месяцев назад

    John, I have a question:
    In your videos the CPB runs the code as soon as you hit the 'Save' button.
    On my system it takes a while before the code starts. Sometimes it takes one or more seconds. I run Mu 1.2.0 on a Mac running macOS Sonoma 14.3.1
    How come?
    Is there a Mu setting to change this behaviour?

    • @profgallaugher
      @profgallaugher  8 месяцев назад +1

      Unsure. I noticed the change and am unsure if it was a CircuitPython or MacOS update. You might check on Adafruit Discord.

  • @witzed1
    @witzed1 11 месяцев назад

    Please tell us how to determine the version of circuitpython we have installed so we know which library version to install? Thanks.

    • @profgallaugher
      @profgallaugher  11 месяцев назад

      Check out the example in the playlist showing the REPL. When you enter the REPL you'll see the CircuitPython version number. Look at about 1:04 at: ruclips.net/video/22Eeto1J4rA/видео.html