# Tiny 2350 product page, I am missing information

**URL:** https://forums.pimoroni.com/t/tiny-2350-product-page-i-am-missing-information/27499
**Category:** Support
**Created:** [March 21, 2025, 5:23am UTC](https://forums.pimoroni.com/t/tiny-2350-product-page-i-am-missing-information/27499 "2025-03-21T05:23:03Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ernstkl](https://avatars.discourse-cdn.com/v4/letter/e/49beb7/32.png) [@ernstkl](https://forums.pimoroni.com/u/ernstkl)
#### Post date: [March 21, 2025, 5:23am UTC](https://forums.pimoroni.com/t/tiny-2350-product-page-i-am-missing-information/27499/1 "2025-03-21T05:23:03Z")

</div>

Hello, this is a question to Pimoroni.

I bought two tiny 2350. On the package the link to the [product page](https://shop.pimoroni.com/products/tiny-2350) is advertised, which is a helpful idea.  
On that page though I miss some more introductory information.

- There is the nice pinout diagram, but there a no hints anywhere which of the wealth of pin descriptors are to be used in a micropython program.

- Apparently Pimoroni provides their own library for micropython, called pimoroni. I do not know much about it. I had expected the product page to point to some documentation, where to find it, what it can do, how to get it onto the device.

- Btw., somehow I had expected the micropython build Pimoroni provides to include that library. It does not.

To conclude, the attempt the product page makes on giving a new user a good start could to more.

---

<div class="post-metadata">

### Author: ![dBerriff](https://avatars.discourse-cdn.com/v4/letter/d/58956e/32.png) [@dBerriff](https://forums.pimoroni.com/u/dBerriff)
#### Post date: [March 21, 2025, 9:02am UTC](https://forums.pimoroni.com/t/tiny-2350-product-page-i-am-missing-information/27499/2 "2025-03-21T09:02:28Z")

</div>

As you do not give us any information about your intended usage or current level of knowledge (beyond “new user”) all I can suggest is that you review the Raspberry Pi documentation for the Pico 2, This uses the same microcontroller chip and the MicroPython builds (and C/C++) for the Pico 2 will run on the Tiny 2350. Just bear in mind that there are fewer GPIO options on the Tiny. There are also lots of getting-started videos for the Pico range if you search for them. Have fun! They are useful little boards with amazing capability for their size.

[https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html)

---

<div class="post-metadata">

### Author: ![hel](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/hel/32/6075_2.png) [@hel](https://forums.pimoroni.com/u/hel)
#### Post date: [March 21, 2025, 9:03am UTC](https://forums.pimoroni.com/t/tiny-2350-product-page-i-am-missing-information/27499/3 "2025-03-21T09:03:27Z")

</div>

Have you found our [Getting Started with Pico learn guide](https://learn.pimoroni.com/article/getting-started-with-pico)? It might be worth a read-through if you’re new to working with RP2040 / RP2350 boards.

Builds of custom MicroPython for RP2350 boards can be found [here](https://github.com/pimoroni/pimoroni-pico-rp2350/releases/latest). I think the `pimoroni` module should be included in the most recent build, but if not you can find it [here](https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/modules_py/pimoroni.py). You’ll need to save it to your Tiny with the filename `pimoroni.py`.

There are some basic examples for Tiny 2350 [here](https://github.com/pimoroni/pimoroni-pico-rp2350/tree/main/micropython/examples/tiny_2350).

Looks like the Getting Started section on the product page could be made a little more helpful - I’ll give it some attention when I get a moment :)
