C9: Arduino / RPi Pico Advanced + Sensor Interfacing
  1. Which microcontroller supports Python programming by default?
    Answer: Raspberry Pi Pico.

  2. What is the “brain” of a microcontroller board?
    Answer: The microcontroller chip (CPU).

  3. Give two differences between Arduino Uno and Raspberry Pi Pico.
    Answer:

    • Arduino uses ATmega328P (8-bit), Pico uses RP2040 (32-bit dual-core).

    • Arduino is programmed in C/C++, Pico supports MicroPython and C/C++.
Fill in the form for S’O’A Fablab Orientation 2021.