2. 音頻應用
- Examples > AmebaMultimedia > SDCardPlayMP3
- Sketchbook> AMB82-mini > SDCardPlayMP_All
- Examples > AmebaNN > MultimediaAI > TextToSpeech (google-tts)
- 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)
- Examples -> AmebaHttp > HTTP_Post_MP4_Whisper_server
- Examples -> AmbeaHttp > HTTP_Post_MP4_Whisper_server_FastAPI
- Examples > AmebaNN > MultimediaAI > GenAIVision (Gemini-Flash2.5)
- Examples > AmebaNN > MultimediaAI > GenAIVisionTTS
PC-RTX5060OC-8/16GB running Ollama-server with Gemma-4 model
ollama run gemma4:e2b
- Examples > AmebaNN > MultimediaAI > SendImageOllama
- Sketchbook > AMB82-mini > Ollama_sendText
- Sketchbook > AMB82-mini > Ollama_sendImage
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 docsameba-arduino-pro2— Arduino SDK libraries and examplesameba-rtos-pro2— FreeRTOS SDK components
- 防撞 - 需讀取紅外線測距 (VL53L0X)
- 朝向 - 需讀取慣性感測元件偵測角度 (MPU6050)
- 行進 - 需讀取行進命令,執行馬達控制 (DRV8833)
- 導航 - 需拍照送VLM識別 (Ollama server: [Gemma4:E2B] )
- 命令 - 提問LLM or Agent (Ollama server: [Gemma4:E2B] )

