The __[RP2040]__ is a 32-bit dual [ARM Cortex-M0+|https://en.wikipedia.org/wiki/ARM_Cortex-M0%2B] [microcontroller|https://en.wikipedia.org/wiki/Microcontroller] [integrated circuit|https://en.wikipedia.org/wiki/Integrated_circuit] by [Raspberry Pi Foundation|https://en.wikipedia.org/wiki/Raspberry_Pi_Foundation] It was released as part of the [Raspberry Pi Pico] board. !! Connecting to the Board Install {{minicom}}. Then after connecting the microcontroller board to the Raspberry Pi via USB (you should see {{/dev/ttyACM0}} appear) type: {{{ minicom -o -D /dev/ttyACM0 }}} and you'll be connected to the board in ''read-evaluate-print loop'' or __REPL__ mode. You can then get Python help with "help()", or minicom help with "Ctrl-a z". !! Links * [RP2040|https://en.wikipedia.org/wiki/RP2040] on Wikipedia * [Draft I2C FeatherRP2040 Peripheral #4367|https://github.com/adafruit/circuitpython/pull/4367] on github ! Has Tag Of RP2040 [{HasTagOf RP2040}] ---- [{Tag RP2040}]