Raspberry Pi Pico Vs Arduino Nano

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2021
  • The Raspberry Pi Foundation today introduced a new $4 microcontroller board, the Pico. It uses a brand new custom dual-core Arm M0+ processor, the RP2040. This video compares its features with Arduino Nano board ones.
    **********************************************
    Music provided by NCS.
    **********************************************

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

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

    Nice video. Nicely matched properties.Thanks 😃

  • @arduinominteszkoz1662
    @arduinominteszkoz1662 3 ปีที่แล้ว +8

    Arduino i2c: A4 and A5

    • @bxstiii
      @bxstiii 2 ปีที่แล้ว

      yeah

  • @abelardoantonioguerrerogue2185
    @abelardoantonioguerrerogue2185 3 ปีที่แล้ว +5

    Arduino nano has 1 i2c

    • @bxstiii
      @bxstiii 2 ปีที่แล้ว

      yes on pin A5 and A4.

  • @carloscofre1814
    @carloscofre1814 3 ปีที่แล้ว +7

    WTF raspberry? I wait for some amazing board, but this is a little more powerfull than a stm32, in 2021! Esp8266 and esp32 are a century in future.

    • @expertechs1617
      @expertechs1617  3 ปีที่แล้ว

      Indeed. In terms of price/performance ratio, the only real competitor for this board are the various ESP32 boards. The major difference between them is that one offers fewer GPIOs but has extensive wireless features, and the other has more (and more flexible) GPIO, device and host USB, but no radio. Both SDKs run MicroPython. ESP32’s dual cores run FreeRTOS, but it won’t be very long before that playing field is levelled. So basically it’s down to WiFi vs USB.

    • @PJElliot
      @PJElliot 3 ปีที่แล้ว +3

      Making an actual product with the ESP32 or ESP8266 would be much more expensive if you don’t need wireless as it would need a lot more compliance testing for radio interference.

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

      ESP32 has horrible documentation, to the level that it is unusable for me. RP2040's documentation is possibly the best I've ever seen.

  • @attackaffection5444
    @attackaffection5444 3 ปีที่แล้ว +3

    Either this video is biased or Arduino nano sales are dropping to nothing

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

      Only facts 😅

    • @PJElliot
      @PJElliot 3 ปีที่แล้ว

      The Nano was out of date when it was launched. The development environment, and being 5V compatible are its primary advantage. The EEPROM is not really an advantage when you have 2MB of Flash.
      The PICO is going to become very popular in this market, assuming there are no issues found with the hardware.

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

      Of course, it will be a key player in the game.

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

    Totally uninspired and useless video. Just comparing the specs. How about how hard it is to program the Pico with C? You need to press the button and reboot and upload a new file everytime you recompile. How about missing developer tools and so on.

    • @expertechs1617
      @expertechs1617  3 ปีที่แล้ว

      It won't be that hard if you get used to a programming language. But you are right, the Pico is a bit harder to programme than the nano.

    • @PJElliot
      @PJElliot 3 ปีที่แล้ว

      I can see MicroPython with PIO accelerators for the I/O will be the initial development platform, with people moving on to C/C++ later for speed. I see this as a good path for learning embedded programming.

    • @youtubevideos415
      @youtubevideos415 3 ปีที่แล้ว

      @@PJElliot Not everybody still needs to learn embeddedprogramming.

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

      Well Arduino announced that their IDE will officially support Raspberry PI Pico soon . Because they are also releasing a board with RP2040

    • @chhayanksharma3926
      @chhayanksharma3926 3 ปีที่แล้ว

      arduino also uses a modified version of C