Saving Data Inside the PICO

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ค. 2022
  • Learn how to save data inside the PICO using its internal file system. Covered in this video...
    * What internal file storage is
    * What you may want to write
    * Limitations & Locations of file
    * Wiring & Breadboard example - Really simple
    * Three Micropython program examples
    * How to format data file for import into a spreadsheet
    SEE ASSOCIATED VIDEOS:
    Raspberry Pi PICO Setup and Preparation for Programming • Raspberry Pi PICO Setu...
    VISIT OUR COMPANION WEBSITE -- makingstuffwithchrisdehut.com
    DOWNLOAD FILES HERE -- makingstuffwithchrisdehut.com...
    SOURCED ITEMS USED IN SOME OF THE VIDEOS
    3 pack of breadboards amzn.to/3oAkK3H
    200 pc assortment of LEDs amzn.to/3JfLQVc
    450 pc assortment of LEDs amzn.to/3sr1vKL
    38 value / 1200 pcs resistor assortment amzn.to/3Llxq8k
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 26

  • @dannyboland1363
    @dannyboland1363 ปีที่แล้ว

    Great video Chris. Simple explanations and examples. Using this in my project now. Many thanks.

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  ปีที่แล้ว

      Glad you found the video beneficial! Thanks for the feedback, much appreciated!

  • @dpratte
    @dpratte ปีที่แล้ว

    Excellent job, sir! I just ran across you and this video. Thank you!

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  ปีที่แล้ว

      Hi Dan, Thank you very much for the kind words, very much appreciated!
      Cheers!
      Chris

  • @oosmanbeekawoo
    @oosmanbeekawoo 8 หลายเดือนก่อน

    Dude has really cool lighting and is gorgeous as heck!
    Yes, this was the final video that made me take the Pico for my project!
    In fact, I read you can also extend this storage capacity by 16MiB using W25Q128!
    I intend to use the Pico for a home-made camera with just under 1,000 pixels. Should have enough memory for many pictures!

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  8 หลายเดือนก่อน

      Hi @oosmanbeekawoo ,
      Sounds like you are on your way to having some serious fun with a PICO!!!! Let us know how it works out.
      Cheers!
      Chris

  • @gadgeting6039
    @gadgeting6039 ปีที่แล้ว +1

    Thanks!

  • @tomaszgrubski9137
    @tomaszgrubski9137 ปีที่แล้ว

    I have recently been in the process of creating my own bicycle counter.
    Your videos ( especially the one with the break function and swich bounce elimination) are very helpful to me and I would like to thank you for them!
    If only I could suggest an idea for a new episode I would love to see something on deep sleep mode and other energy saving options ( waking up from deep sleep etc. ect . ).
    :DDD

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  ปีที่แล้ว +1

      Hi Tomasz! Thanks for kind words and sharing your suggestion! As I have not done much in the form of battery powered projects, I never really gave that idea much thought. I will certainly look into doing some content on that. Filming and production will start up again in the fall and I will see what I can do you for. Thanks again for being a part of this community. Cheers!

  • @ciocicalinmihai
    @ciocicalinmihai ปีที่แล้ว

    Greate video thanks

  • @TOMTOM-nh3nl
    @TOMTOM-nh3nl ปีที่แล้ว

    Thank YOu

  • @robertorusso3192
    @robertorusso3192 ปีที่แล้ว

    Gorgeus lesson! Thanks! Did you made a similar tutorial for Rp2040 on arduino? I need to save some variables when closing my program and to recall them at startup

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  ปีที่แล้ว

      Hi Roberto,
      Unfortunately I am not doing anything for the Arduino. That has been out so long that there are too many videos already for it.
      Sorry,
      Chris

  • @_emanmodnar
    @_emanmodnar 11 หลายเดือนก่อน

    I guess this could be used to store settings (in json format) and receive it? Or would there be better ways to do “localStorage”/database on the pico?

    • @_emanmodnar
      @_emanmodnar 11 หลายเดือนก่อน

      Like using SQLite..?

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  11 หลายเดือนก่อน +1

      That is a great question, unfortunately I don't have the answer. Hopefully one of the viewers can shed some light on that idea.
      Cheers!
      Chris

  • @ahmedkamel90
    @ahmedkamel90 ปีที่แล้ว

    Thank you for the video!
    Is there any way to read files using VScode C/C++ with Pico?
    I have been working on this project where I make the pico read a CSV file and compares data. If true LED is On. Been weeks cant find any solution for this.

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  ปีที่แล้ว

      Hi Ahmed, Sorry, but I have not explored the PICO with C/C++ yet.

    • @TheDutchisGaming
      @TheDutchisGaming ปีที่แล้ว

      I myself have been trying to find a video about this myself too. But couldn’t really find any. There is however some documentation on the raspberry pi pico examples repo on GitHub.

  • @rudy_kolibri
    @rudy_kolibri ปีที่แล้ว

    hi, if i try this my raspberry pi pico wont allow this, becuse it tells me it is read only filesystem

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  ปีที่แล้ว

      Hmmm, that is not something I have experienced - perhaps a google search on that might help. Sorry I couldn't be more help, Chris

  • @larryb6759
    @larryb6759 หลายเดือนก่อน

    what about apending to the file at a later time>

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  หลายเดือนก่อน

      Hi Larry,
      That is a darn good question and unfortunately I don't have the answer. Hopefully I will be getting caught up on production and revisit that topic with a video update.
      Chris