Lua-RTOS-ESP32
Lua-RTOS-ESP32 copied to clipboard
Lua RTOS for ESP32
I have this main simulation loop with cyclic hardware based timer. I use putty to connect to the esp. I press ctrl-c to stop my application. The Lua prompt is...
Reading the temperature value from a DS1820 sensor can return one of the values -9997.0, -9998.0 or -9999.0, if something goes wrong during onewire communication. Instead, an exception should be...
Not an issue, but rather a question. Is there any BME-680 support implemented in lua-rtos? and if yes, how do i access it? Thanks.
sendin can frames too fast can cause data loss
Hi:- The wiki invites suggestions for other types of sensors to implement. I would be interested in an implementation for infrared motion detectors (PIR). There are only one or two...
ST7735_MADCTL ist the command to write MADCTL. ILI9341_RDMADCTL is the read only command.
Just wanted to let you know, that I was able to run Blynk Lua library on Lua-RTOS-ESP32 with some minor efforts. Feel free to adapt/include it in your project! Thx.
As Lua RTOS makes intensive use of read-only tables, a series of optimizations can be performed on the program's bytecode to speed-up the program execution. This can help that programs...
Hi, great board and nice code, would it be possible to support the Australian and New Zealand lorawan frequencies? I see that you are using the arduino-lmic code which has...
 This doesn't occur when running `gdisplay.attach` in a regular file.