Main Content

Getting Start with Raspberry Pi Pico

Getting start with Raspberry Pi Pico and OLED Display

Got couple of Raspberry pi pico boards last week. I was curious to try out some example on this pico board. Initially thought about coding with ‘c’ latest I decide to use micropython. This is going to be my 1st project with micropython.

About Pico
To know about the board details, you can find the spec here. some are

- Dual-core Arm Cortex-M0+ processor, flexible clock running up to 133 MHz
- 264KB on-chip SRAM
- 2MB on-board QSPI Flash
- 26 multifunction GPIO pins, including 3 analogue inputs
- 2 × UART, 2 × SPI controllers, 2 × I2C controllers, 16 × PWM channels
- Supported input power 1.8–5.5V DC
- Temperature Sensor”

Link to article