You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Download

LibraryDateRemarks
28 Apr 2024

Installation

  1. Get ready a LuatOS ESP32 C3 development board.
  2. Install Arduino IDE according to Arduino IDE Installation for LuatOS ESP32 C3
    1. URL for preference in Arduino IDE: https://espressif.github.io/arduino-esp32/package_esp32_index.json
  3. Download the latest "IO_Control.zip" from the Download section above 
  4. Go to "Sketch >Include Library > Add ZIP library" to install the library "IO_Control.zip"
    1.  
  5. Install additional libraries
    1. TaskScheduler
  6. Go to "File" > "Examples" > "IO Control" > "binout_play_oneseq". Open the project, compile and upload to the ESP32C3 development board. If successful, you should be able to see LED on the development board blinks for 2 times and then turns off. 
  • No labels