Raspberry Pi Pico: Tutorials, Pinout, What You Need to Know (Updated) (2024)

Raspberry Pi Pico: Tutorials, Pinout, What You Need to Know (Updated) (1)

The Raspberry Pi Pico is a radical change from previous Pis, because it’s not a Linux computer, but a a microcontroller board like Arduino . The biggest selling points of the Raspberry Pi Pico are the price, $4 and the RP2040 chip which provides ample power for embedded projects and enables users of any age or ability to learn coding and electronics. If you have a Windows, Apple, Linux computer or even a different Raspberry Pi, then you are already well on your way to using the Raspberry Pi Pico in your next project.Unlike most other Raspberry Pi, the Pico comes with an unsoldered header, but using one of the best soldering irons from our list will soon see your Pico ready for big projects.

Raspberry Pi Pico: Tutorials, Pinout, What You Need to Know (Updated) (2)

In June 2022, Raspberry Pi announced its latest iteration, the Raspberry Pi Pico W. As you can probably guess, the W stand for Wi-Fi and this is provided via Infineon's CYW43439 chip which provides 2.4 GHz Wi-Fi using an onboard antenna. For just $6, $2 more than the original Pico, we have a low cost and easy to use IoT platform.

In our review we managed to get our Pico W online in mere moments, a combination of great hardware and an easy to use MicroPython module means the Pico W will soon be powering thousands of IoT devices across the world.

Getting Started with Raspberry Pi Pico

Raspberry Pi Pico: Tutorials, Pinout, What You Need to Know (Updated) (3)

The Raspberry Pi Pico is vastly different from any model before it. It is the first device to use RP2040 “Pi Silicon” which is a custom System on Chip (SoC) developed by the Raspberry Pi team which features a dual core Arm Cortex M0+ running at 133 MHz, 264KB of SRAM and 2MB of flash memory used to store files.

The one downside of the Raspberry Pi Pico is that there is no wireless connectivity. Something that has since been rectified thanks to the Raspberry Pi Pico W. The RP2040 is the first microcontroller in the Pi range and this brings with it a new way of working. The Pico is not a computer, rather we need to write code in an external application on a different computer and “flash” the code to the microcontroller over USB. In our tutorial on how to get started with Raspberry Pi Pico, we explain how to connect a PC to the Pico and use it to upload MicroPython code.

Coding with the Raspberry Pi Pico

Raspberry Pi Pico: Tutorials, Pinout, What You Need to Know (Updated) (4)

The Pico and third-party RP2040 boards can use a variety of programming languages, include MicroPython, CircuitPython, C/C++ and Arduino language. There's even Piper Play, a block-based version of Python for the Pico.

MicroPython and C/C++ are the officially supported languages from the Pi Foundation, but CircuitPython, which is similar, has certain advantages such as its built-in support for USB HID, which means that you can turn your Pico into a keyboard, mouse or joystick that's recognized by a PC.

Stay On the Cutting Edge: Get the Tom's Hardware Newsletter

Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.

MicroPython on Raspberry Pi Pico

MicroPython is a version of Python 3 for microcontrollers. It was created by Damien George and first used with the PyBoard development board back in 2014. Since then, more devices have adopted this easy to use language and there is a further fork of MicroPython,CircuitPython created by Adafruit which adds further enhancements for their range of boards. Writing MicroPython code for the Raspberry Pi Pico is possible using the Thonny Python IDE, which is available for all the major OSes, and it is the most accessible way to get started with your Pico.

Raspberry Pi Pico: Tutorials, Pinout, What You Need to Know (Updated) (5)

With the release of the Raspberry Pi Pico W, we now see two different firmware options, one for the new Pico W 2 and the other for the original board. In the announcement blog post, Raspberry Pi LTD CEO explains why this is required.

"This UF2 firmware we’re making available for Pico W is a separate build to the existing MicroPython firmware for our original Pico board. We’ll be upstreaming the changes to the main MicroPython repository soon after launch, but as MicroPython has separate binaries on a per-board rather than per-architecture basis there will always be two distinct UF2 firmware releases going forward. One for Pico, the other for Pico W."

A fork of MicroPython, CircuitPython has been released for RP2040 boards. Created by Adafruit, CircuitPython has an impressive library of pre-written modules for sensors, LCD / OLED / LED screens and output devices such as thermal printers. Flashing CircuitPython to the Raspberry Pi Pico is as simple as flashing MicroPython, and it is reversible should you wish to revert back to MicroPython or C/C++.

C/C++

Writing code in C/C++ is made possible via two methods. Firstly we can write the code directly in a text editor of our choice and then follow a workflow to build the files which are then flashed to the Pico. Or we can use a graphical workflow and have Microsoft’s Visual Studio Code handle the creation, build and flash process in one application.

You can nownow use the Arduino IDE to write code for your Pico. Arduino code is loosely a version of C/C++ so this might be a simpler way to write and upload your code.

Raspberry Pi Pico GPIO Pinout

Raspberry Pi Pico: Tutorials, Pinout, What You Need to Know (Updated) (6)

  • 26 × multi-function 3.3V GPIO pins
  • 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × controllable PWM channels
  • 8 × Programmable I/O (PIO) state machines for custom peripheral support.
  • Castellated module allows soldering directly to carrier boards.

Operating at 3.3V, the Raspberry Pi Pico and the newer Raspberry Pi Pico W both have a 40 pin GPIO. The GPIO does not share the same form factor as the Raspberry Pi that came before it. We have GPIO pins for digital inputs / outputs, pulse width modulation (PWM) and for specialist communication protocols such as I2C, SPI, UART/Serial. The GPIO also has three Analog inputs, something other Raspberry Pis lack, that use variable voltages to connect to, for example, a potentiometers, joystick or light-dependent resistor (see resistor color codes).

The GPIO pins themselves feature castellations, small cutouts that permit the Raspberry Pi Pico to be soldered in place into a project or carrier board.

Raspberry Pi Pico: Tutorials, Pinout, What You Need to Know (Updated) (8)

More importantly, we can also solder header pins to the Pico and use it in a breadboard. See our tutorial on how to solder Raspberry Pi Pico pins for more details.

What You Do With a Raspberry Pi Pico

Raspberry Pi Pico: Tutorials, Pinout, What You Need to Know (Updated) (9)

Retailing for $4, the Raspberry Pi Pico is a cost effective means to tinker with electronics projects and study physical computing.

We can use the power of Pico at the heart of robotics and motorized projects, collect data using sensors for temperature, humidity, light and pollution and we can learn the basics of programming and electronics.

The RP2040: Raspberry Pi Silicon

The Raspberry Pi Pico is the first but not the only board to use RP2040. There are around a dozen third-party boards that have been announced and three that we know have hit the market thus far.

Our favorite third-party RP2040 board is Adafruit's Feather RP2040, which features 16MB of storage (versus 2MB on the Pico), 4 ADC channels (versus 3 on the Pico), an RGB light, a built-in Lipo battery connector and, most importantly, the ability to connect to Adafruit's huge ecosystem of Featherwing add-on boards.

We've also tested the Pimoroni Tiny RP2040, which is an extremely-small board that sports 4 ADC channels, 8MB of storage and an RGB light. SparkFun's MicroMod RP2040 puts the SoC on a tiny M.2 board which you can plug into a variety of carrier boards with different features.

Adafruit has also announced an ItsyBitsy 2040, which follows the "ItsyBitsy" form factor and a tiny QT Py 2040 board. Arduino have announced that they are working on the Arduino Nano RP2040 Connect, a variant of the RP2040 with WiFi and Bluetooth. In addition to the MicroMod, SparkFun has two other RP2040 boards coming out.

RP2040 Board Comparison

Swipe to scroll horizontally

Row 0 - Cell 0 Raspberry Pi Pico WRaspberry Pi PicoAdafruit Feather RP2040Adafruit ItsyBitsy RP2040Adafruit QT Py RP2040Adafruit Trinkey QT2040Arducam Pico4MLArduino Nano RP2040 ConnectCytron Maker Pi PicoCytron Maker Pi RP2040Pimoroni Keybow 2040Pimorono Pico LipoPimoroni Tiny 2040SparkFun MicroModSparkFun Pro MicroSparkFun Thing Plus
GPIO26 × multi-function GPIO pins 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 8 × Programmable I/O (PIO) state machines for custom peripheral support Castellated module allows soldering directly to carrier boards.26 × multi-function GPIO pins 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 8 × Programmable I/O (PIO) state machines for custom peripheral support Castellated module allows soldering directly to carrier boards.21 × multi-function 2 × SPI, 2 × I2C, 2 × UART, 4 × 12-bit ADC, 16 × controllable PWM channels 8 × Programmable I/O (PIO) state machines for custom peripheral support. Castellated module allows soldering directly to carrier boards. 23 GPIO pins 16 x PWM outputs 10 x Digital I/O, 4 x Analog 12-bit ADC, 2 x I2C, SPI, 2 x UART, 10 x Programmable IO11 GPIO pins. 7 x Digital I/O, 4 x Analog 12-bit ADC, 2 x I2C (including Stemma QT), SPI, UART, 6 x Programmable IO.Stemma QT / Qwiic connector26 × multi-function GPIO pins 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × controllable. 8 × Programmable I/O (PIO) state machines for custom peripheral support20× multi-function 3.3V GPIO pins 1× SPI, 1 × I2C, 1 × UART, 8 × 12-bit ADC, 20 × controllable PWM channels 8× Programmable I/O (PIO) state machines for custom peripheral support. 1x User LED (GPIO 13)26 × multi-function GPIO pins 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × controllable. 8 × Programmable I/O (PIO) state machines for custom peripheral supportNo direct GPIO access, 7 x Grove connectors provide GPIO access 4 x Servo headers, can be used as GPIOA small selection of GPIO is broken out for use. I2C, Serial / UART. Access to these pins requires soldering.26 × multi-function GPIO pins 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × controllable. 8 × Programmable I/O (PIO) state machines for custom peripheral support12 GPIO pins. 7 x Digital I/O, 4 x Analog 12-bit ADC, 2 x I2C, SPI, UART, Debug30 × multi-function GPIO pins 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × PWM controllable. 8 × Programmable I/O (PIO) state machines for custom peripheral support20 × multi-function GPIO pins 1 × SPI, 1 × I2C (Qwiic), 2 × UART, 4 × 12-bit ADC, 10 × PWM controllable. 8 × Programmable I/O (PIO) state machines for custom peripheral support18 × multi-function GPIO pins 2 × SPI, 2 × I2C (Qwiic), 2 × UART, 4 × 12-bit ADC, 8 × PWM controllable. 8 × Programmable I/O (PIO) state machines for custom peripheral support
Flash Storage2MB2MB8MB8MB8MB8MB2MB16MB2MB2MB2MB4 / 16MB8MB16MB16MB16MB
Wi-Fi / BluetoothInfineon CYW43439 2.4 GHz Wi-Fi with onboard antennaN/AN/AN/AN/AN/AN/ANina W102 uBlox Wi-Fi module Bluetooth / BLE 4.2Via ESP01 / ESP8266N/AN/AN/AN/AN/AN/AN/A
Extra FeautresN/AN/A1 x WS2812B Neopixel STEMMA QT / Qwiic connector Onboard battery charging and support for hot swappable LiPo and Lilon batteries.1 x WS2812B NeoPixel1 x WS2812B NeoPixel Stemma QT / Qwiic connectorUSB A connector Stacking Stemma QT boardsHiMax HM01B0, Up to QVGA (320 x 240 @60fps) 0.96 inch LCD SPI Display (160 x 80, ST7735) 3-Axis Gyroscope 3-Axis Accelerometer 3-Axis Compass Mems MicrophoneST LSM6DSOXTR 6-axis IMU ST MP34DT06JTR MEMS Microphone ATECC608A-MAHDA-T Cryptographic CoprocessorMicro SD card reader 6 x Grove Connectors Onboard test LEDs Audio output via 3.5mm jack and buzzer RGB LED User ButtonsMX1508 Motor Controller with two DC motor outputs and motor test buttons LiPo charging 2 x WS2812B NeoPixel RGB LEDs16 Kailh hot swappable keys 16 RGB LEDsMCP73831 charger with 215mA charging current. XB6096I2S battery protector Stemma QT / Qwiic Connector Power button LED Status IndicatorsUser controllable RGB LEDMicroMod follows an M.2 form factor and as such is designed for use in carrier boards that add extra features.WS2812 Addressable LED Qwiic / Stemma QT breakoutLiPo battery charging Charge and Status LEDs WS2812 Addressable LED
USB PortMicro USBMicro USBUSB-CUSB-CUSB-CUSB-AMicro USBMicro USBMicro USBMicro USBUSB-CUSB-CUSB-CCarrier board dependentUSB-CUSB-C
Dimensions51 x 21 mm51 x 21 mm50.8 x 22.8 mm36 x 18 mm22 x 18 mm2.54 x 17.8 mm51 x 21 mm45 x 18 mm94 x 68 mm88 x 64 mm76 x 76 mm53 x 21 mm22.9 x 18.2 mm22 x 22 mm33 x 17.8 mm58.4 x 22.8 mm

Accessories and Add-ons

First and third part accessories are the life blood of the Raspberry Pi and maker communities. They bring extra features and enable projects to be realised more easily.

With the Raspberry Pi Pico's new form factor there is a need for new accessories and the first to market at Pimoroni, a UK based official Raspberry Pi reseller. They have released 12 new accessories for the Pico that range from simple breakout boards enabling multiple addons to be used at once, to advanced audio output devices and a VGA Demo board which uses the Programmable IO of the RP2040 to create DVI video signals. If your interests are more LED inclined then the Unicorn Pack sees 112 RGB LEDs ready to dazzle your eyeballs.

We've had a chance to review several Pico accessories, including:

  • Seeed Grove Shield for Raspberry Pi Pico Review
  • Pimoroni Pico Display Review
  • Pimoroni Pico Explorer Base Review
  • Red Robotics Pico 2 Review: Use HATs with Pico
  • Cytron Maker Pi Pico Review
  • Pimoroni Keybow 2040 Review: 2040-powered Keypad
  • Kitronik Pico Motor Driver and Robotics Board Review
  • Pimoroni Pico Wireless Review
  • Uctronics TinyML Learning Kit Review
  • Red Robotics Pico 2 Pi Review

Tutorials and Support

The best things about Raspberry Pi is the great community and the thousands of tutorials that have been created. From basic to complex there are great tutorials to help you learn new skills.

In the relatively short time that the Pico has been on the market, the Raspberry Pi community has already developed a ton of resources. At Tom's Hardware, we've been publishing our fair share of Pico how-tos, which you can find below.

  • How to Set Up and Program Raspberry Pi Pico
  • How To Solder Pins to Your Raspberry Pi Pico
  • How to Get Wi-Fi, Internet on Raspberry Pi Pico
  • How to Program Raspberry Pi Pico with Arduino IDE
  • How to Build a Raspberry Pi Pico Weather Station
  • How to Connect an Analog Joystick to a Raspberry Pi Pico
  • How to Use Your Raspberry Pi Pico With DC Motors
  • How to Use a Motion Sensor with Raspberry Pi Pico
  • How to Use an Ultrasonic Sensor with Raspberry Pi Pico
  • How to Use an OLED Display with Raspberry Pi Pico
  • How to Use a 7-Segment Display with Raspberry Pi Pico
  • How to Reset Your Raspberry Pi Pico With a Button
  • How to Use an I2C LCD Display With Raspberry Pi Pico
  • How To Build A Simple Raspberry Pi Pico Robot
Raspberry Pi Pico: Tutorials, Pinout, What You Need to Know (Updated) (16)

Les Pounder

Les Pounder is an associate editor at Tom's Hardware. He is a creative technologist and for seven years has created projects to educate and inspire minds both young and old. He has worked with the Raspberry Pi Foundation to write and deliver their teacher training program "Picademy".

More about raspberry pi pico

Cytron Edu Pico Review: Learning to FAILAdafruit announces the latest CircuitPython release for Raspberry Pi Pico and other microcontrollers

Latest

Cooler Master bundles free 27-inch 240 Hz gaming monitor with 850W fanless power supply — X Silent Edge Platinum 850 goes up for preorder at $399
See more latest►

2 CommentsComment from the forums

  • I Eat Beans

    Yeah, that cool.. but can it run cyberpunk at 8k I'm looking for my next gaming computer and was wondering if this is better than the 3090.

    Reply

  • GeorgesRiverJack

    I Eat Beans said:

    Yeah, that cool.. but can it run cyberpunk at 8k I'm looking for my next gaming computer and was wondering if this is better than the 3090.

    Yeah ,but its less to 10bucks USD ... Can yours program a, wing ding to flip a wang dang on the head of a needle ...or blink a led even ,I love my Pico

    Reply

Most Popular
Intel slapped with class action lawsuit over foundry revenues — litigants allege securities fraud
55-year-old bug found in 'Lunar Landing,' the most popular video game from the 70's
Even supercomputers can't figure out if you're good enough to beat Mario levels, researchers find
Woman busted smuggling 350 Nintendo Switch game cards in her bra — Chinese customs officials intercept smuggler at checkpoint
Intel denies reports that it identified a root cause for Core i9 crashing issues — investigation continues
EVGA's classified AMD motherboard has been declassified — EVGA X670E Classified prototype motherboard fetches over $1,300
Framework disses other PC makers about overuse of AI branding
A single modern AI GPU consumes up to 3.7 MWh of power per year — GPUs sold last year alone consumed more power than 1.3 million homes
AMD confirms Ryzen AI 300 PCs won't feature Copilot+ features at launch — will arrive via Windows Update later this year
AMD patents configurable multi-chiplet GPU — illustration shows three dies
Minecraft players outraged as Microsoft deletes accounts that weren't transitioned
Raspberry Pi Pico: Tutorials, Pinout, What You Need to Know (Updated) (2024)

FAQs

What is the difference between Vbus and Vsys in Pico Pinout? ›

VBUS is the micro-USB input voltage, connected to micro-USB port pin 1. This is nominally 5V (or 0V if the USB is not connected or not powered). VSYS is the main system input voltage, which can vary in the allowed range 1.8V to 5.5V, and is used by the on-board SMPS to generate the 3.3V for the RP2040 and its GPIO.

How many GPIO pins are there in Raspberry Pi Pico? ›

The Pico has 26 multi-function General Purpose I/O (GPIO) pins, 3 of which can be configured as Analogue to Digital Converter (ADC) inputs. These are capable of measuring the analogue output signals that many sensors and add-on devices use.

What are GPIO 23 24 25 and 29 used for on the Raspberry Pi Pico board? ›

GPIO29 – in ADC mode (ADC3), used to measure VSYS/3. GPIO24 – VBUS sense (high if VBUS is present, else low) GPIO23 – Controls the on-board SMPS Power Save pin.

How to power Raspberry Pi Pico through pins? ›

Power Pins

The 3V3(OUT) pin provides a 3.3V power output that can be useful to power external circuits. The VBUS (USB Power Input) is the micro-USB input voltage. So, if you're powering the Raspberry Pi Pico via the USB port using 5V, you'll get 5V on the VBUS pin.

What voltage should Raspberry Pi Pico pin be? ›

If you want to run your Raspberry Pi Pico without it being attached to a computer, you need to use a USB power supply. Safe operating voltages are between 1.8V and 5.5V.

Are pi pico pins 5V tolerant? ›

All of the GPIO pins are 3.3V logic, and are not 5V-safe so stick to 3V! You get a total of 25 GPIO pins (technically there are 26 but IO #15 has a special purpose and should not be used by projects), 3 of those can be analog inputs (the chip has 4 ADC but one is not broken out).

What is the maximum GPIO current for Raspberry Pi Pico? ›

I think you will find the max current for the GPIO is 50mA source AND/OR sink. That is 50mA in both directions.

What is the difference between GPIO board and GPIO BCM? ›

Board numbering is the pin count on the headers, i.e. the number shown in the circle in the image. BCM stands for Broadcom SOC channel - and refers to the GPIO number in the descriptions next to number in the circle. For example, board number 3 is GPIO 2, and board number 33 is GPIO number 13.

What is the default SPI pin for PI Pico? ›

The Pinout Diagram shows the default Pins for SPI0 to be 25 (TX), 24(SCK), 22(CSn), 21 (RX). (SCK), 7(MOSI / TX) and 4 (MISO/ RX).

What are the debug pins for Raspberry Pi Pico? ›

1. Serial wire debugging
Raspberry PiPicoColour
GPIO14 (UART0_TX, Pin 8)UART0_RX (Pin 2)orange
GPIO15 (UART0_RX, Pin 10)UART0_TX (Pin 1)yellow
GND (Pin 14)GND (Pin 3)green

What pin is the LED on Raspberry Pi Pico? ›

RPi Pico contains an on-board LED, which is connected to GP25 general purpose Digital In / Out pin. Write the main.py into RPi Pico board, and “power OFF” then “power ON” will execute the program.

What is the ground pin of Raspberry Pi Pico? ›

The Raspberry Pi Pico has several ground pins that are labeled GND . These pins are usually black or brown and are often grouped together with other ground pins. It is important to use the correct ground pins when connecting components to the Pico to ensure proper circuit operation.

What is the VBUS PIN? ›

Some Nano boards that operate on 3.3 V power have a pin called VUSB or VBUS, that will output power directly from the USB connector. The pin will not receive any power if no power is being supplied to the USB port (such as when powering the board via a battery connected to Vin).

What is the Vbus output of Raspberry Pi Pico? ›

VBUS kind of hijacks power coming from the USB, so you will only have power on VBUS if your Pico is plugged in with USB, and that's going to give you a nice 5V, and if you don't plug it in with USB, you're going to get nothing out of it. The amount of current it can supply also depends on what you plug the USB into.

What is Vsys? ›

Virtual system (VSYS) is a virtualization technology that divides a physical device into multiple independent logical devices. Each virtual system functions as a real device that has its own resources and runs its own services, which can be independently configured and managed by an administrator.

What is Vbus voltage? ›

The Vbus supplies 5V nom and inputs may be as low as 4.40V.

References

Top Articles
Best Tankless Pool Heaters - Reviews And What You Need To Know » Own The Pool
Can a Tankless Water Heater Be Used to Heat a Pool?
Craigslist Livingston Montana
Drury Inn & Suites Bowling Green
Kathleen Hixson Leaked
Lifewitceee
Alan Miller Jewelers Oregon Ohio
DEA closing 2 offices in China even as the agency struggles to stem flow of fentanyl chemicals
How to change your Android phone's default Google account
Top 10: Die besten italienischen Restaurants in Wien - Falstaff
Strange World Showtimes Near Cmx Downtown At The Gardens 16
Planets Visible Tonight Virginia
Select Truck Greensboro
Missing 2023 Showtimes Near Landmark Cinemas Peoria
Used Wood Cook Stoves For Sale Craigslist
Thotsbook Com
Maplestar Kemono
What Happened To Anna Citron Lansky
Paradise leaked: An analysis of offshore data leaks
Blackwolf Run Pro Shop
Walmart stores in 6 states no longer provide single-use bags at checkout: Which states are next?
Satisfactory: How to Make Efficient Factories (Tips, Tricks, & Strategies)
Hdmovie2 Sbs
Project, Time & Expense Tracking Software for Business
Lisas Stamp Studio
Governor Brown Signs Legislation Supporting California Legislative Women's Caucus Priorities
Anotherdeadfairy
Greyson Alexander Thorn
Inbanithi Age
Southwest Flight 238
Jesus Revolution Showtimes Near Regal Stonecrest
January 8 Jesus Calling
Little Einsteins Transcript
Die wichtigsten E-Nummern
Chadrad Swap Shop
Autotrader Bmw X5
Appraisalport Com Dashboard /# Orders
Exploring The Whimsical World Of JellybeansBrains Only
Help with your flower delivery - Don's Florist & Gift Inc.
Staar English 1 April 2022 Answer Key
R Nba Fantasy
2008 DODGE RAM diesel for sale - Gladstone, OR - craigslist
Giovanna Ewbank Nua
Coroner Photos Timothy Treadwell
Wordle Feb 27 Mashable
2Nd Corinthians 5 Nlt
Penny Paws San Antonio Photos
Copd Active Learning Template
Amateur Lesbian Spanking
Www.homedepot .Com
Every Type of Sentinel in the Marvel Universe
Craigslist Pet Phoenix
Latest Posts
Article information

Author: Dong Thiel

Last Updated:

Views: 6079

Rating: 4.9 / 5 (79 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Dong Thiel

Birthday: 2001-07-14

Address: 2865 Kasha Unions, West Corrinne, AK 05708-1071

Phone: +3512198379449

Job: Design Planner

Hobby: Graffiti, Foreign language learning, Gambling, Metalworking, Rowing, Sculling, Sewing

Introduction: My name is Dong Thiel, I am a brainy, happy, tasty, lively, splendid, talented, cooperative person who loves writing and wants to share my knowledge and understanding with you.