diff --git a/docs/doc/assets/gpio_led.png b/docs/doc/assets/gpio_led.png new file mode 100644 index 00000000..dda8ecfb Binary files /dev/null and b/docs/doc/assets/gpio_led.png differ diff --git a/docs/doc/en/README.md b/docs/doc/en/README.md index 3dfa7330..e11f1623 100644 --- a/docs/doc/en/README.md +++ b/docs/doc/en/README.md @@ -21,10 +21,10 @@ title: MaixCAM MaixPy Quick Start | Resource Summary | Link | | :-------------------------:| :-------------------------------------------------------------------------------------:| -| MaixPy Tutorial Documentation 📖 | [wiki.sipeed.com/maixpy/en/](https://wiki.sipeed.com/maixpy/en/) | -| MaixPy Examples and Source Code | [github.com/sipeed/MaixPy](https://github.com/sipeed/MaixPy) | -| MaixCAM Hardware Documentation 📷 | [wiki.sipeed.com/maixcam](https://wiki.sipeed.com/maixcam) | -| MaixPy API Documentation 📚 | [wiki.sipeed.com/maixpy/api/](https://wiki.sipeed.com/maixpy/api/index.html) | +| Tutorial Documentation 📖 | [wiki.sipeed.com/maixpy/en/](https://wiki.sipeed.com/maixpy/en/) | +| Examples and Source Code | [github.com/sipeed/MaixPy](https://github.com/sipeed/MaixPy) | +| MaixCAM Hardware 📷 | [wiki.sipeed.com/maixcam](https://wiki.sipeed.com/maixcam) / [wiki.sipeed.com/maixcam-pro](https://wiki.sipeed.com/maixcam-pro) | +| API Documentation 📚 | [wiki.sipeed.com/maixpy/api/](https://wiki.sipeed.com/maixpy/api/index.html) | | MaixHub App Store 📦 | [maixhub.com/app](https://maixhub.com/app) | | MaixHub Sharing Square 🎲 | [maixhub.com/share](https://maixhub.com/share) | @@ -49,7 +49,10 @@ title: MaixCAM MaixPy Quick Start ## Get a MaixCAM Device +![maixcam_pro](../../static/image/maixcam_pro.png) + * **MaixCAM**: Purchase the MaixCAM development board from the [Sipeed Taobao](https://item.taobao.com/item.htm?id=784724795837) or [Sipeed AliExpress](https://www.aliexpress.com/store/911876460) store. +* **MaixCAM-Pro**: Purchase the MaixCAM development board from the [Sipeed Taobao](https://item.taobao.com/item.htm?id=846226367137) or [Sipeed AliExpress](https://www.aliexpress.com/store/911876460) store. **It is recommended to purchase the bundle with a `TF card`, `camera`, `2.3-inch touchscreen`, `case`, `Type-C data cable`, `Type-C one-to-two mini board`, and `4P serial port socket+cable`**, which will be convenient for later use and development. **The following tutorials assume that you already have these accessories** (including the screen). @@ -72,7 +75,7 @@ If you use screenless version, please refer to the [Quick Start (Screenless Vers ### Prepare the TF Image Card and Insert it into the Device -If the package you purchased includes a TF card, it already contains the factory image. If the TF card was not installed in the device at the factory, you will first need to carefully open the case (be careful not to tear the ribbon cables inside) and then insert the TF card. Additionally, since the firmware from the factory may be outdated, it is highly recommended to follow the instructions on [Upgrading and Flashing the System](https://wiki.sipeed.com/maixpy/doc/zh/basic/os.html) to upgrade the system to the latest version. +If the package you purchased includes a TF card, it already contains the factory image. If the TF card was not installed in the device at the factory, you will first need to carefully open the case (be careful not to tear the ribbon cables inside) and then insert the TF card. Additionally, since the firmware from the factory may be outdated, it is highly recommended to follow the instructions on [Upgrading and Flashing the System](./basic/os.md) to upgrade the system to the latest version. If you did not purchase a TF card, you need to flash the system onto a self-provided TF card. Please refer to [Upgrading and Flashing the System](./basic/os.md) for the flashing method, and then install it on the board. @@ -117,7 +120,7 @@ If it shows `Request failed` or `请求失败` (Request failed), please first ch Many applications are built-in, such as Find Blobs, AI Detector, Line Follower, etc. For example, Find Blobs: -