| ## Documentation and datasheets {#weblinks_page} |
| |
| The full documentation for the RP2040, RP2350 and Raspberry Pi Pico-series boards can be found at the following links |
| |
| - [RP2040 Datasheet](https://rpltd.co/rp2040-datasheet) |
| - [Raspberry Pi Pico Datasheet](https://rpltd.co/pico-datasheet) |
| - [Raspberry Pi Pico W Datasheet](https://rpltd.co/picow-datasheet) |
| - [Hardware design with RP2040](https://rpltd.co/rp2040-design) |
| - [RP2350 Datasheet](https://rpltd.co/rp2350-datasheet) |
| - [Raspberry Pi Pico 2 Datasheet](https://rpltd.co/pico2-datasheet) |
| - [Raspberry Pi Pico 2 W Datasheet](https://rpltd.co/pico2w-datasheet) |
| - [Hardware design with RP2350](https://rpltd.co/rp2350-hardware-design) |
| - [RM2 Datasheet](https://rpltd.co/rm2-datasheet) |
| - [Raspberry Pi Pico-series C/C++ SDK](https://rpltd.co/pico-c-sdk) |
| - [Raspberry Pi Pico-series Python SDK](https://rpltd.co/pico-micropython) |
| - [Getting started with Raspberry Pi Pico-series](https://rpltd.co/pico-get-started) |
| - [Connecting to the Internet with Raspberry Pi Pico W-series](https://rpltd.co/picow-connect) |
| |
| ### Weblinks |
| |
| At Raspberry Pi we have a very community-based attitude to help. We run a very popular and busy forum where you can ask questions about any aspect of the Raspberry Pi ecosystem, including the Raspberry Pi Pico. |
| |
| You can find our forums at the [following link](https://forums.raspberrypi.com/). |
| |
| For the main Raspberry Pi website, [see here](https://www.raspberrypi.com) |
| |
| For the Raspberry Pi Pico page, [see here](https://rptl.io/rp2040-get-started) |
| |
| ### GitHub |
| |
| All the source code for the Raspberry Pi Pico SDK, examples and other libraries can be found on GitHub. |
| |
| - [Raspberry Pi Pico SDK](https://github.com/raspberrypi/pico-sdk) |
| - [Pico Examples](https://github.com/raspberrypi/pico-examples) |
| - [Pico Extras - Libraries under development](https://github.com/raspberrypi/pico-extras) |
| - [Pico Playground - Examples that use Pico Extras](https://github.com/raspberrypi/pico-playground) |
| - [Pico MicroPython Examples](https://github.com/raspberrypi/pico-micropython-examples) |
| - [RP2040 Bootrom source code](https://github.com/raspberrypi/pico-bootrom-rp2040) |
| - [RP2350 Bootrom source code](https://github.com/raspberrypi/pico-bootrom-rp2350) |
| - [Picotool](https://github.com/raspberrypi/picotool) |
| - [Pico VS Code extension](https://github.com/raspberrypi/pico-vscode) |
| - [Pico TensorFlow Lite Port](https://github.com/raspberrypi/pico-tflmicro) |