3. Upload the Libraries to Pico (Optional)

Warning

Since we have already installed the MicroPython firmware and related libraries for the Raspberry Pi Pico at the factory. So this step and the next step can be skipped. But it is okay to follow the process if you want to.

Before using Pico-4wd Car, you need to upload its related libraries in Raspberry Pi Pico.

  1. Download the relevant code from the link below.

  2. Open Thonny IDE and plug the Pico into your computer with a micro USB cable and click on the “MicroPython (Raspberry Pi Pico).COMXX” interpreter in the bottom right corner.

    ../_images/sec_inter.png
  3. In the top navigation bar, click View -> Files.

    ../_images/th_files.png
  4. Switch the path to the folder where you downloaded the code package before, and then go to the pico_4wd_car-v2.0/libs folder.

    ../_images/th_path.png
  5. Select these 3 files, right-click and click Upload to, it will take a while to upload.

    ../_images/th_upload.png
  6. Now you will see the files you just uploaded inside your drive Raspberry Pi Pico.

    ../_images/th_pico_lib.png