GitHub - rkuo2000/EdgeAI-AMB82mini: EdgeAI Electronics · GitHub
Skip to content

rkuo2000/EdgeAI-AMB82mini

Repository files navigation

EdgeAI AMB82mini

1. AMB82-mini 開發板介紹


聲音播放

  • Examples > AmebaMultimedia > SDCardPlayMP3
  • Sketchbook> AMB82-mini > SDCardPlayMP_All

語音合成 (TTS)

  • Examples > AmebaNN > MultimediaAI > TextToSpeech (google-tts)

3. 語音辨識 (ASR)

聲音偵測 (VAD)

  • Examples> AmebaMultimedia > Audio > AudioTriggerRecording
  • Examples> AmebaMultimedia > Audio > SoundDetectorTrigger

雲端語音辨識

ffmpeg.exe is needed for Windows to run Whisper

  • Examples > AmebaNN > MultimediaAI > GenAISpeech_Whisper (Whisper)
  • Examples > AmebaNN > MultimediaAI > GenAISpeech_Gemini (Gemini)

本地PC語音辨識

AmebaPro2 Whisper LLM_server

  • Examples -> AmebaHttp > HTTP_Post_MP4_Whisper_server
  • Examples -> AmbeaHttp > HTTP_Post_MP4_Whisper_server_FastAPI

4. 神經網路模型 (AmebaNN)


5. 語言模型 (LLM/VLM)

雲端視覺辨識

  • Examples > AmebaNN > MultimediaAI > GenAIVision (Gemini-Flash2.5)
  • Examples > AmebaNN > MultimediaAI > GenAIVisionTTS

本地PC視覺辨識

PC-RTX5060OC-8/16GB running Ollama-server with Gemma-4 model
ollama run gemma4:e2b


6. Agent & Robot-control

AMB82 MCP Server for FreeRTOS SDK

  • Dual-mode development:
    • Arduino — arduino-cli compile & upload
    • FreeRTOS SDK — cmake + arm-none-eabi-gcc compile, uartfwburn upload
  • Semantic search with ONNX Runtime — pre-built index covers 3,500+ documents from:
    • amb82-mini-docs — official tutorials and API docs
    • ameba-arduino-pro2 — Arduino SDK libraries and examples
    • ameba-rtos-pro2 — FreeRTOS SDK components

Agentic MCU

RoboCar: AMB82-mini + DRV8833 + MPU6050 + VL53L0X + PAM8403 + Speaker + DC-motor x2

Functions:

  • 防撞 - 需讀取紅外線測距 (VL53L0X)
  • 朝向 - 需讀取慣性感測元件偵測角度 (MPU6050)
  • 行進 - 需讀取行進命令,執行馬達控制 (DRV8833)
  • 導航 - 需拍照送VLM識別 (Ollama server: [Gemma4:E2B] )
  • 命令 - 提問LLM or Agent (Ollama server: [Gemma4:E2B] )

Appendix. EdgeAI 應用專題實作

114年度專題實作

  1. AI輔助回收系統
  2. AI輔助英語讀字卡造句
  3. AI看圖說故事
  4. AI情緒感知音樂播放器
  5. AI監視錄影系統
  6. 盲人輔助系統
  7. 盲人導航系統

About

EdgeAI Electronics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors