Lua RTOS for ESP32 updated to last Lua 5.3.4

luartos
Posts: 16
Joined: Wed Nov 23, 2016 7:17 pm

Lua RTOS for ESP32 updated to last Lua 5.3.4

Postby luartos » Wed Mar 08, 2017 3:46 pm

We are glad to announce that now Lua RTOS for ESP32 is powered by Lua 5.3.4 .

This is the current Lua RTOS status:

* Lua 5.3.4 interpreter at the top
* Added caches in the Lua VM for speed up scripts
* Lua Threads
* LMIC LoRa WAN stack
* GPIO driver / Lua module
* SPI driver / Lua module
* I2C driver / Lua module
* ADC driver / Lua module
* UART driver / Lua module
* PWM driver / Lua module
* Wifi driver / Lua module
* Servo driver / Lua module
* MQTT Lua module
* NVS Lua Module
* SD Card driver
* FAT files system
* SPIFFS file system

Lua RTOS also includes an unified API sensor. Using sensors in Lua RTOS are very easy:

-- Instantiate a DHT11 sensor connected to GPIO4
s1 = sensor.attach("DHT11", pio.GPIO4)

-- Read temperature and humidity
s1:read("temperature")
s1:read("humidity")

Lua RTOS is available as an esp-idf component in https://github.com/whitecatboard/Lua-RTOS-ESP32

Best regards,

Lua RTOS team

Who is online

Users browsing this forum: No registered users and 34 guests