{
    "ok": true,
    "data": {
        "title": "K-0582",
        "rev_id": 15737,
        "updated_at": "2025-03-03T08:24:24+00:00",
        "chunk_count": 15,
        "chunks": [
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "",
                "chunk_index": 0,
                "content": "# K-0582",
                "char_count": 8,
                "token_estimate": 2
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "Raspberry Pi Pico Starter Kit",
                "chunk_index": 1,
                "content": "<figure>\n<img src=\"K-0582-12.jpg\" title=\"K-0582-12.jpg\" width=\"320\" alt=\"K-0582-12.jpg\" \/>\n<figcaption aria-hidden=\"true\">K-0582-12.jpg<\/figcaption>\n<\/figure>\n\n-   Purchase URL \\[ <https:\/\/52pi.com\/products\/raspberry-pi-pico-basic-starter-kit-with-raspberry-pi-pico-breadboard-i2c-1602-lcd-display-module-9g-mirco-servo-for-raspberry-pi-beginners-software-engineer> \\]",
                "char_count": 368,
                "token_estimate": 92
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "Description",
                "chunk_index": 2,
                "content": "Raspberry Pi Pico Starter kit includes commonly used sensors, for example: LED lights, 9g servo, LCD1602 display module, resisters and buzzer, PIR sensor. You can build your own circuit on the breadboard kit, and DIY your own micro controller project through micropython or C, C++ programming.",
                "char_count": 293,
                "token_estimate": 74
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "Features",
                "chunk_index": 3,
                "content": "-   Contains a Raspberry Pi Pico. (RP2040 microcontroller with 2MByte Flash)\n-   Easy to use\n-   Rich documentation resources\n-   Diversified peripherals\n-   Small and portable",
                "char_count": 176,
                "token_estimate": 44
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "Gallery",
                "chunk_index": 4,
                "content": "-   Product Outlook\n\n<img src=\"K-0582-12.jpg\" title=\"K-0582-12.jpg\" width=\"500\" alt=\"K-0582-12.jpg\" \/>\n<img src=\"K-0582-13.jpg\" title=\"K-0582-13.jpg\" width=\"500\" alt=\"K-0582-13.jpg\" \/>\n{\\| \\|<img src=\"K-0582-2-1.jpg\" title=\"K-0582-2-1.jpg\" width=\"320\" alt=\"K-0582-2-1.jpg\" \/> \\|<img src=\"K-0582.jpg\" title=\"K-0582.jpg\" width=\"320\" alt=\"K-0582.jpg\" \/> \\|<img src=\"K-0582-5.jpg\" title=\"K-0582-5.jpg\" width=\"320\" alt=\"K-0582-5.jpg\" \/> \\|}\n\n-   Application senario\n\n<img src=\"K-0582-4.jpg\" title=\"K-0582-4.jpg\" width=\"500\" alt=\"K-0582-4.jpg\" \/>\n{\\| \\|<img src=\"K-0582-10.jpg\" title=\"K-0582-10.jpg\" width=\"500\" alt=\"K-0582-10.jpg\" \/> \\|<img src=\"K-0582-11.jpg\" title=\"K-0582-11.jpg\" width=\"500\" alt=\"K-0582-11.jpg\" \/> \\|}\n\n-   Programing with Mac\n\n<img src=\"Pi_Pico.jpg\" title=\"Pi_Pico.jpg\" width=\"500\" alt=\"Pi_Pico.jpg\" \/>\n\\* Please read the manual carefully. <img src=\"K-0582-14.jpg\" title=\"K-0582-14.jpg\" width=\"500\" alt=\"K-0582-14.jpg\" \/>",
                "char_count": 937,
                "token_estimate": 235
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "Package Includes",
                "chunk_index": 5,
                "content": "-   1 x LCD1602 display module\n-   1 x PIR sensor\n-   1 x LED Pack(Red, Blue, Green)\n-   1 x Buzzer\n-   1 x 9g 180-degree servo\n-   1 x 16 dot RGB Light Ring\n-   1 x Half-Sized Breadboard\n-   1 x Resistor Pack\n-   1 x Jumper wire Pack\n-   1 x 32x8 RGB LED Matrix\n-   1 x Instructions Book\n\n<img src=\"K-0582-3.jpg\" title=\"K-0582-3.jpg\" width=\"500\" alt=\"K-0582-3.jpg\" \/>",
                "char_count": 368,
                "token_estimate": 92
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "How to start > Getting Start with Micro Python and Thonny IDE",
                "chunk_index": 6,
                "content": "All experimental environments are completed under the Raspberry Pi 4B hardware device and Raspberry Pi OS system. It will be very convenient if you use Raspberry Pi to perform the following operations.\n\n-   1\\. First, solder the Pin header for your Raspberry Pi Pico.\n-   2\\. Download the MicroPython UF2 file from: \\[ <https:\/\/micropython.org\/download\/rp2-pico\/rp2-pico-latest.uf2> \\]\n-   3\\. Push and hold the \\`BOOTSEL\\` button and plug your Pico into the USB port of your Raspberry Pi or other computer. Release the \\`BOOTSEL\\` button after your Pico is connected. It will mount as a Mass Storage Device called \\`RPI-RP2\\`. Drag and drop the MicroPython UF2 file onto the RPI-RP2 volume. Your Pico will reboot. You are now running MicroPython.\n\nif you have any problem with the steps, please refer to :\\[ <https:\/\/datasheets.raspberrypi.org\/pico\/raspberry-pi-pico-python-sdk.pdf> \\]\n\n-   4\\. Turn on your Raspberry Pi and Plug the Raspberry Pi Pico via MicroUSB cable to USB port.\n-   5\\. Reinstall \\`Thonny\\` IDE on your Raspberry Pi by typing follwing command in terminal:\n\n<!-- -->",
                "char_count": 1088,
                "token_estimate": 272
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "How to start > Getting Start with Micro Python and Thonny IDE",
                "chunk_index": 7,
                "content": "sudo apt-get update\n    sudo apt-get upgrade -y\n    sudo apt -y purge thonny\n    sudo apt -y install thonny\n    thonny\n\n-   6\\. Open a new terminal and typing:\n\n<!-- -->\n\ncd ~\n    git clone https:\/\/github.com\/geeekpi\/picokit.git\n    cd picokit\n\nThere are some demo codes in this warehouse, which can be opened by \\`Thonny\\`, copied and pasted, and then saved to the \\`main.py\\` file in Pico.",
                "char_count": 391,
                "token_estimate": 98
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "How to start > How to upload demo code",
                "chunk_index": 8,
                "content": "-   For example: Upload LED Blinking demo code\n\n#### Raspberry Pi Pico Pinout\n\n-   Pinout\n\n<img src=\"Pinout.png\" title=\"Pinout.png\" width=\"320\" alt=\"Pinout.png\" \/>\n\\* Function Definitions: <img src=\"20210430132330.png\" title=\"20210430132330.png\" width=\"320\" alt=\"20210430132330.png\" \/>\n===Project 1 LED Blinking===",
                "char_count": 314,
                "token_estimate": 79
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "How to start > What you need",
                "chunk_index": 9,
                "content": "-   1 x Raspberry Pi Pico with Pin Headers \\# NOTE: Raspberry Pi Pico does not include in the package.\n\n-   1 x LED\n-   1 x Resistor\n-   1 x Half-Sized Breadboard\n-   2 x Jumper wire\n-   1 x MicroUSB cable",
                "char_count": 205,
                "token_estimate": 52
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "How to start > Wiring Circuit",
                "chunk_index": 10,
                "content": "<img src=\"Project_1_Blinking_LED.png\" title=\"Project_1_Blinking_LED.png\" width=\"320\" alt=\"Project_1_Blinking_LED.png\" \/>\n===Upload demo code=== With the circuit built, connect your Raspberry Pi Pico and open the \\`Thonny\\` application. Copy or write the code, here is the complete code Listing:\n\n    import time\n    from machine import Pin\n\n    LED = Pin(0, Pin.OUT)\n\n    while True:\n        LED.value(0)\n        time.sleep(0.5)\n        LED.value(1)\n        time.sleep(0.5)",
                "char_count": 473,
                "token_estimate": 119
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "How to start > How to Setup thonny IDE and upload code.",
                "chunk_index": 11,
                "content": "-   1\\. Open \\`Thonny\\` IDE\n\n[left\\|500px](File:20210430133032.png \"wikilink\")\n\\* 2. Navigate to \\`run\\` -\\> \\`select interpreter\\` on the menu bar. [left\\|500px](File:20210430133125.png \"wikilink\")\n\\* 3. Setting as following Picture: [left\\|500px](File:Pico33214.png \"wikilink\")\n\\* 4. Click \\`open\\` and select \\`this computer\\` to browse the folder that contains demo codes. <img src=\"Pico332145.png\" title=\"Pico332145.png\" width=\"500\" alt=\"Pico332145.png\" \/>\n\\* 5. And then save it to \\`main.py\\` on Raspberry Pi Pico [left\\|500px](File:Pico3321451.png \"wikilink\")\n[left\\|500px](File:Pico33214512.png \"wikilink\")\n[left\\|500px](File:Pico332145123.png \"wikilink\")\n\\* 6. Finally, press \\`Play\\` icon on the menu bar. <img src=\"20210430133704.png\" title=\"20210430133704.png\" width=\"500\" alt=\"20210430133704.png\" \/>\n\n    The above content is the usage method of a single instance, and other instances are also carried out in this way. For more content, please pull the content of the github repository. URLs at the bottom of page.",
                "char_count": 1028,
                "token_estimate": 257
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "Documentations",
                "chunk_index": 12,
                "content": "-   Download Frizting File: [File:Raspberry Pi Pico sketch fritzing.zip](File:Raspberry_Pi_Pico_sketch_fritzing.zip \"wikilink\")\n-   Download Demo Code: \\[ <https:\/\/github.com\/geeekpi\/picokit.git> \\]\n\n<!-- -->\n\n    NOTE: The code on github will be updated from time to time, and the actual product is subject to the actual product included in the package.",
                "char_count": 354,
                "token_estimate": 89
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "Video Tutorial",
                "chunk_index": 13,
                "content": "-   Project 8 Raspberry Pi Pico Monitoring CPU Temperature via 32x8 RGB LED matrix display:\n\nYouTube: \\[ <https:\/\/youtu.be\/7L_B2MNJl_o> \\]",
                "char_count": 138,
                "token_estimate": 35
            },
            {
                "title": "K-0582",
                "rev_id": 15737,
                "heading_path": "Keywords",
                "chunk_index": 14,
                "content": "-   Raspberry Pi Pico Starter Kit, pico kit, starter kit for pico, raspberry Pi pico kit",
                "char_count": 88,
                "token_estimate": 22
            }
        ]
    }
}