
You can find the source code, named alexa_esp32, within the examples directory.
This is an awesome application that using Amazon Echo Dot to turn on/off the blue LED on DOIT ESP32 dev-board via voiceĬontrol service. The list info then sent to Android device via OTG, and display on Android. Wifilister: List all APs, along with clents connected to them, near your device. You'd better alloc more than 512k memory for this task, since the lua command handler will be called in this task, more memory is required for lua handler. Note: There is a task to receive uart input. XTaskCreate( task1, ( signed char *) "tsk1", 256, & mainqueue, 2, NULL) Programming with Lua is easy, some samples are as follow:
Change current directory to LuaNode32, then input make to build firmware.įor more details, view LuaNode wiki page LUA PROGRAMMING. Export esp-idf path by the following command: export IDF_PATH=the_esp-idf_path. Export build tools' directory by executing the following command on terminal,Įxport PATH=/your_path/toolchains/esp32/bin:$PATH, where the your_path is the. The new board is smaller than the old one, and has more pins.ĭownload the DOIT dev-board schematic here How To Build LuaNode32Ĭan also build the tools from source, follow the steps Here New version of ESP32 dev-board is coming! The new board will be ready for retail in few days. The following figures show the DOIT ESP32 dev-board. New version of LuaNode32 is developed based on esp-idf and compatible with Esplorer. This project is developed by DOIT WiFi team.ĭOIT is a high-tech company, focus on IoT. This project is an improved Lua SDK, based on ESP-IDF/ESP8266_RTOS_SDK, for Esp32 (compatible with Esp8266).