Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7320

General • Flowchart about where to get Pico documentation and information?

$
0
0
I was going over all of the various resources related to developing for the Raspberry Pi Pico, so I asked ChatGPT (don't be a hater on me for using this AI from time to time) to lay out a possible flowchart. I went through many revisions. This is mainly to help myself keep track of everything. Text based form for now.

The elements of the sticky "Giving Us Feedback" by Jamesh is included. Should I mention the FAQ also?

Suggestions and input for any additions are welcome.

If you think this is stupid, you might be right, but please be kind about it.

RPi Pico resources flowchart outline:

1. **Start**

2. **Identify Task/Issue**

3. **Refer to Raspberry Pi Pico, Pico W, or RP2040 Documentation**
- Is the information related to the RP2040 Microcontroller, getting started with Raspberry Pi Pico, or Raspberry Pi Pico W (including Wi-Fi)?
- Yes: Refer to RP2040 Microcontroller Datasheet pdf, Hardware design with RP2040 pdf, Getting started with Raspberry Pi Pico pdf, Raspberry Pi Pico Datasheet pdf, Raspberry Pi Pico W Datasheet, Connecting to the Internet with Raspberry Pi Pico W pdf
- No: Continue

4. **Explore Pi C SDK Documentation**
- Is the information related to the Raspberry Pi Pico C/C++ SDK?
- Yes: Refer to Raspberry Pi Pico C SDK pdf
- Any Bug Reports?
- Yes: Go to Raspberry Pi Pico C SDK GitHub for bug reports
- No: Continue
- Download Examples?
- Yes: Go to the respective GitHub repository for downloading the Raspberry Pi Pico C SDK examples
- No: Continue
- No: Continue

5. **Explore Pi Python SDK Documentation**
- Is the information related to the Raspberry Pi Pico Python SDK?
- Yes: Refer to Raspberry Pi Pico Python SDK documentation
- Any Bug Reports?
- Yes: Go to Raspberry Pi Pico Python SDK GitHub for bug reports
- No: Continue
- Download Examples?
- Yes: Go to the respective GitHub repository for downloading the Raspberry Pi Pico Python SDK examples
- No: Continue
- No: Continue

6. **Check Pinout and Connectivity**
- Is the information related to hardware pins, SWD connector specs, pinout diagrams?
- Yes: Refer to Raspberry Pi Pico pinout, Pico W pinout, SWD pin connector specs
- No: Continue

7. **Explore Debugging Tools**
- Is the task related to hardware debugging tools?
- Yes: Explore Raspberry Pi Debug probe and Picoprobe
- No: Continue

8. **Utilize Software Debugging Tool**
- Is the task related to software debugging using SWD?
- Yes: Utilize picotool for uploading and checking using SWD
- No: Continue

9. **Explore lwIP for Pico W**
- Is the task related to using TCP/IP stack on Pico W?
- Yes: Refer to lwIP - A Lightweight TCP/IP stack
- No: Continue

10. **Ask Questions on the Forum**
- Do you have general questions or need assistance?
- Yes: The forum is the best place to ask - Visit viewforum.php?f=143
- No: Continue

11. **Report Issues and Provide Feedback**
- Do you have issues, feature requests, or feedback on the Pico ecosystem?
- Yes: Follow the guidelines below based on the specific issue:
- For Pi C SDK:
- Issues relating only to the Pico C/C++ SDK: File against the `pico-sdk` repo at https://github.com/raspberrypi/pico-sdk
- Issues relating to the C example code: File against the `pico-examples` repo at https://github.com/raspberrypi/pico-examples
- For Pi Python SDK:
- Issues relating only to the MicroPython port: File against the official `micropython` repo at https://github.com/micropython/micropython
- Issues relating to Python example code: File against the `pico-micropython-examples` repo at https://github.com/raspberrypi/pico-mic ... n-examples
- All other issues, including documentation and user-facing issues: File here https://github.com/raspberrypi/pico-feedback
- No: Continue

12. **End**

I already see I need to add references to GNU GDB, and VS Code add-ons.

Statistics: Posted by breaker — Sun Feb 04, 2024 9:00 pm — Replies 0 — Views 49



Viewing all articles
Browse latest Browse all 7320

Trending Articles