R-Pi Pico 2: 10 Things You Must Know Before Buy!

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

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

  • @dirtyd1398
    @dirtyd1398 4 месяца назад +26

    Waiting for the Pico 2 with WiFi

    • @ToPProjectsCompilation
      @ToPProjectsCompilation  4 месяца назад +5

      Maybe by the end of the year!!

    • @richsadowsky8580
      @richsadowsky8580 4 месяца назад +1

      check out Challenger with Pico 2 and I think Pimoroni has one with WiFi too. Adafruit will also have one in no time.

    • @omegawaffles7348
      @omegawaffles7348 26 дней назад +2

      i think the pico 2 w has wi-fi

  • @stefanweilhartner4415
    @stefanweilhartner4415 3 месяца назад +4

    i think it is perfect for emulation or implementing an old sound chip or a new retro style sound chip with the PIO caring about the cpu-bus

  • @CraigHollabaugh
    @CraigHollabaugh 4 месяца назад +10

    Can you do an in depth comparison with the pico2 and the Risc version? speed, power consumption, features etc. Thanks.

  • @richsadowsky8580
    @richsadowsky8580 4 месяца назад +4

    got two on order plus two Pimorni Tiny Pico 2s. I want to get a board with larger MCU too. I've very excited!

  • @ledhceb
    @ledhceb 3 месяца назад +7

    I don't know if I have enough information to make a $5 purchase!!!

  • @RussellEveleigh
    @RussellEveleigh 4 месяца назад +4

    Quailty video - inspired to learn more about how to use all features. I know I currently use only about 10% of the original pico's capabilities. When do you think the WiFi version will come out?

    • @ToPProjectsCompilation
      @ToPProjectsCompilation  4 месяца назад +1

      Thanks so much! I'm glad this helped.
      As for a WiFi version, there hasn't been an official announcement yet, but given the growing interest, it's definitely something to keep an eye on. The original Pico was launched in Jan 2021 and the next year in June, we got the Pico W. That means- using unitary method- by the end of the next year 😂

  • @YoutubeBorkedMyOldHandle_why
    @YoutubeBorkedMyOldHandle_why 4 месяца назад +11

    Good video. Umm ... your comments about Risc-V are not wrong, but given the context, they kind of miss the point. Both the ARM and Risc-V cores are already implemented on the RP2350. As a final user, you don't get to modify the Risc-V core, and ARM royalties have already been paid, so the open source thing is kind of irrelevant. Also from what I've seen, both cores perform similarly, so the average user won't see much difference.
    Then why is it there? Risc-V is becoming very popular and widespread so, I'm guessing that Eben Upton probably chose to add Risc-V because it didn't significantly increase the cost and also as an 'educational' feature, so that people could experiment with and compare both cores. It might also hint at future direction of the Raspberry Pi Foundation, which may be looking at adding new features and saving royalties on future versions of the chip.

    • @ToPProjectsCompilation
      @ToPProjectsCompilation  4 месяца назад +7

      Thank you for the clarification. You're absolutely right-while the RISC-V core is open-source, users won't be modifying it, and the ARM royalties are indeed a non-issue at this stage.
      But just having RISC-V there alongside with the ARM, is in itself a big opportunity for makers to try it out without buying a RISC-V board separately.

    • @YoutubeBorkedMyOldHandle_why
      @YoutubeBorkedMyOldHandle_why 4 месяца назад +2

      @@ToPProjectsCompilation Of course.
      This is lots of fun. If you look in the RP2350 datasheet, in the Hazard3 Processor section, there is a link to the Hazard3 source code ... meaning the Verilog source to create the processor. So, if anyone is interested, while you cannot change the RP2350 microcontroller, you can actually modify the Risc-V part and run it on an FPGA.

    • @ToPProjectsCompilation
      @ToPProjectsCompilation  4 месяца назад

      Fascinating! Well didn’t went that deep but if this is true than it’s a perfect way to bridge the gap between using off-the-shelf microcontrollers and designing custom processors. This could be a great way for us to start experimenting with custom RISC-V implementations before potentially transitioning to more complex designs. Thanks for bringing this to light

    • @mikejones-vd3fg
      @mikejones-vd3fg 4 месяца назад

      @@ToPProjectsCompilation You should check out the esp32 c6, its a riscv board, its just a single core but actually run faster then their esp32 dual core counter parts in single threaded benchmarks, even with its lower clocks. Thats pretty cool, and I think even more valuable to project makers who probably would benefit more from faster single thread then dual cores, power wise too, which was also the motivatoin for the esp32 c6, its has bluetooth low power and low power wifi as well, can keep wifi on in deep sleep. The c3 is also a single core riscv board but doesnt do the lower power wifi. I got both but havent used either heh, but ive been busy with stm32...

  • @joeblow229
    @joeblow229 4 месяца назад +3

    Thanks for the interesting video, not many people have talked about the Pico 2 yet! I feel like I barely scratched the surface with the original Pico, and haven't run into a situation where I need more memory or speed yet, so I'll probably stick with that for now. Plus, I have a few of them stashed away, and I'm not really buying new components at the moment.

    • @ToPProjectsCompilation
      @ToPProjectsCompilation  4 месяца назад +1

      If somebody already have the original Pico with him, there’s not much point in upgrading to the newer version. Of course, trying the new Risc V can be a good reason.

    • @joeblow229
      @joeblow229 4 месяца назад

      @@ToPProjectsCompilation I've been interested in trying Risc-V programming, but haven't run into a situation where I'm limited by the programming languages I'm already using as a hobbyist.

    • @ToPProjectsCompilation
      @ToPProjectsCompilation  4 месяца назад +1

      @@joeblow229Exactly. As a hobbyist, you will rarely fall short of memory or clock frequency, so to speak. But if there’s a particular project, I mean very particular your board can’t handle, then it makes sense to get a new one

  • @LittleRapGuy
    @LittleRapGuy 6 дней назад

    nice

  • @cx3268
    @cx3268 4 месяца назад +2

    With these new micro controllers. Often much more powerful CPU's are a waste if they do one or 2 simple functions.
    If needed more CPU power, the micro COMPUTERs are often a better choice and some of them have a very small footprint.

    • @ToPProjectsCompilation
      @ToPProjectsCompilation  4 месяца назад +1

      Micro computer as in? What do you mean

    • @joeblow229
      @joeblow229 4 месяца назад

      I agree with that, nearly everything I make could be done with an ATtiny85. The main reason I would choose something like a Pico over the AT is power management. If I use the AT, I have to add a USB port for power, or a battery circuit, and it winds up with a higher cost than using a Pico or ESP32 with those things built in, and then I also get the additional GPIO and ease of uploading programs to it.

    • @sanjyuu2298
      @sanjyuu2298 3 месяца назад

      Cheap, but powerful uC is never a waste no matter what you use them for, you confused waste with overkill :) RP2040 chip costs less than a 1$ sometimes.

  • @nakatash1977
    @nakatash1977 3 месяца назад +1

    Am I the only one who thinks micro-USB is sturdier, less dust-prone, and overall better than USB-C?

    • @stefanweilhartner4415
      @stefanweilhartner4415 3 месяца назад

      i don't know. but what i know is, that the RPi foundation is about lowering the price as much as possible to even supply people in 3rd world countries with cheap hitech. and there is a "huge" difference in price between the micro-usb connector and the USB-C connector. that was probably the deciding point.
      and everyone else can make a different board with other components that they like and just buy the rp2050 chip in bulk very cheap

    • @VladimirPutin-p3t
      @VladimirPutin-p3t 23 дня назад

      ​@@stefanweilhartner4415ironically, Pico's are selling on Chinese mass market sites now for US $1.60... with USB C connectors.
      Crazy world.

  • @jorgennorberg7113
    @jorgennorberg7113 14 дней назад

    I fail to find any seller who want less than 15 Euro...

  • @jacoblister
    @jacoblister 4 месяца назад +1

    at $5 I'm not too worried

  • @massimookissed1023
    @massimookissed1023 4 месяца назад +1

    And they still failed to include a reset switch, and still fucked up the functionality of the 4th analogue input.
    I'm sure the Chinese clones will fix that.

    • @ToPProjectsCompilation
      @ToPProjectsCompilation  4 месяца назад

      Let’s just hope the WiFi version ll not disappoint

    • @stefanweilhartner4415
      @stefanweilhartner4415 3 месяца назад

      a reset switch costs money and the goal of the RPi pico is the lowest possible price point.

  • @gedtoon6451
    @gedtoon6451 4 месяца назад

    Why does your thumbnail have the word "Failure" on it. Is this just blatant clickbait?

  • @daveevans9809
    @daveevans9809 4 месяца назад

    "Failure?" - more clickbait rubbish, and that's another channel I'm avoiding...

  • @aleksandargurzan
    @aleksandargurzan 2 месяца назад

    Name meaning nothing..just stop explain that BS