Rtl8735b LAN, USB host, AI

您好,

我們目前使用 rtl8735b 在開發產品, 有下列幾項需求想請教,

  1. ethernet_mii 是否有動作 ?
  2. How to use rtl8735b as usb host ? (via usb cdc to connect LTE module)
  3. 是否有轉換 tensorflow lite model 的 tool 可使用 ?

謝謝您

您好 @termy

您是使用 Arduino SDK 嗎?您可以先參考 FreeRTOS SDK。以下功能已經支援了:

  1. ethernet_mii
  1. usb host
  1. Tensorflowlite model
    想瞭解一下,您是想轉換 .tflite 到 .nb 然後在 pro2 開發板運行嗎?
    綫上轉換不支援, 但可以考慮使用綫下轉換。

是的,我想轉換 .tflite 到 .nb

感謝您的回覆!

您好 @termy

請您發一封郵件給我們,您可以參考以下文件:

我們會為您開通綫下模型轉換工具的權限。取得權限後,您可以使用工具將 .tflite 轉換為 .nb

另外有幾點可以注意:

  1. 如果您的 .tflite 是 quantized model,在工具中只需要進行 import 和 export 就可以了。
  2. AmebaPro2 的輸入格式為 u8,因此請在 {NAME}_inputmeta.yml 中加入 preprocess node:IMAGE_RGB888_PLANAR
  3. AmebaPro2 目前只支援 per-tensor quantization。

您好,

已發, 感謝您

about 8735 USB Host, can you show me IDE sample code? need you support, thanks a lot

Hi @Austin,

In the FreeRTOS SDK, you can refer to the following documentation to check which USB features are supported:

Currently, for USB Host, the AMB82 Mini only supports USB ECM, and this is available on FreeRTOS for now.

Do let us know your intended use for the USB host so we can see how we can better assist you or port it to Arduino SDK. Thank you.

一。在 FreeRTOS SDK 中,參考以下文件來查看支援哪些 USB 功能,但發現都是8735當USB DEVICE的說明,並無8735當USB HOST的說明或應用,可否請您支援這部份

二。我案子要用8735當USB HOST 去謮取USB CAMERA,是否能協助或將其移植到Arduino SDK。謝謝。

USB host 的部份也在 usbd 裏面哦!

Austin <notifications@ameba.discoursemail.com>於 2026年3月14日 週六,下午12:34寫道:

header 有,symbol 宣告有,但 usbh_cdc_acm_* 卻沒有
您能給我連結嗎? 我來確認看看

好的,我進辦公室後就處理

Austin <notifications@ameba.discoursemail.com>於 2026年3月14日 週六,下午3:05寫道:

1 Like

HI Realtek Admin,

still waiting for your strong support, we need USB Host sample code.