Arduino ======= Overview -------- The Module LLM can be used with various M5 controllers. This tutorial demonstrates how to control the Module LLM using the CoreS3 series in the Arduino IDE with the Module LLM driver library. Environment Setup ----------------- 1.Arduino IDE Installation: Refer to the `Arduino IDE Installation Guide `_ to complete the IDE installation. 2.Board Manager Installation: Refer to the `Basic Environment Setup Guide `_ to complete the M5Stack board manager installation and select the M5Core development board. Examples -------- - :doc:`Text-to-Speech ` - :doc:`whisper ` - :doc:`Large Language Model ` - :doc:`Voice Assistant ` .. toctree:: :maxdepth: 1 :caption: Examples Pages: :titlesonly: :hidden: /arduino_examples/text-to-speech /arduino_examples/whisper /arduino_examples/llm /arduino_examples/voice_assistant API reference ------------- - :doc:`UiFlow API ` .. toctree:: :maxdepth: 1 :caption: Examples Pages: :titlesonly: :hidden: /arduino_examples/API-reference