Lua-RTOS-ESP32
Lua-RTOS-ESP32 copied to clipboard
Lua RTOS for ESP32
ublox NINA W
Sir, I see that LUA RTOS image is too big to fit a ESP32 with 2MB flash! Can you give some suggestion on "make menuconfig" to reduce the size of...
This is a small patch from the big patch #271 of @c-logic Has he explain in https://github.com/whitecatboard/Lua-RTOS-ESP32/commit/4b83474b3f80e3d85a9c0ecf1815637db644149c#commitcomment-33410496 The [IL9341 datasheet ](https://cdn-shop.adafruit.com/datasheets/ILI9341.pdf) say the same, With this fix I am now...
i have compiled my own image for a lilygo T-PCIE board. wired the SPI port > spi3 at pins > > ESP MPCIE BOARD > > miso GPIO19 47 TP11...
I'm trying to build this project and apparently my toolchain is not adequate. I'm just using the ESP-IDF as the README says. What's missing? ``` Toolchain path: /home/user/.espressif/tools/xtensa-esp32-elf/esp-2020r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc WARNING: Toolchain...
* Change escaping of raw text to use long string lua has `[[ ]]` for raw string embedding This allow us to not track string quotes and output bigger chunk....
If I call net.wf.scan(false) on the console input it fails with this message: > stdin:1: 134217730:general fail > stack traceback: > [C]: in field 'scan' > stdin:1: in main chunk...
If Lua-RTOS-X is running on [freertos](https://github.com/kendryte/kendryte-freertos-sdk), then ...? Why not, there was a micropython port (or at least an openmv port ;).
Hi everybody, I was looking for a board to use for my project and I found out this [one](https://m5stack.com/collections/m5-hat/products/m5stickc-development-kit-with-hat). This board is based on the chip ESP32 Pico and I...
On table init parameter values mixed up. This is the Lua code: ``` function border(e, x, y, h, rgb, buttons) local dl = { e.COLOR_RGB(rgb[1], rgb[2], rgb[3]), e.BEGIN(e.RECTS), e.LINE_WIDTH(480), e.VERTEX2II(x...
I am working with a delta-sigma ADC chip (TI ads1120) that talks SPI. I am sending a mix of write() and readwrite() and my chip goes into weird modes. Here...