-
I see from Kconfig that GDISPLAY uses SPI3, and I see in the SPI component that I can assign the pins I want to SPI2 and SPI3.
If I use SPI3 for the GDISPLAY device, can I also use SPI3 for other d…
-
Hello,
I need a smaller interval than 500us, which is the max currently supported by the hardware timer.
Is this a hardware limitation?
-
Hi,
I've worked with the ESP8266 for quite some time using NodeMCU Lua and am now starting to move to ESP32. I find the Lua-RTOS an excellent implementation and am starting to experiment with it. I…
-
Tell me what could be the problem? Thank you!
C:/msys32/home/Alex/esp/Lua-RTOS-ESP32/components/http/httpsrv.c:1195:23: error: 'CPU_INITIALIZER' undeclared
C:/msys32/home/Alex/esp/Lua-RTOS-ESP32/c…
-
Is there a u8g module like there is in nodemcu? I'm trying to print text to a SSD1306 screen.
-
Hi,
I wish to experiment the LuaRTOS on a board made by Heltec and hosting LoRa and an Oled display. Can someone help me?
The board is supported by PlatformIO under reference [heltec_wifi_lora_3…
guyou updated
6 years ago
-
menu items, like " OEM Code Page (US (CP437)) ---> " are no longer selectable.
-
Following i2c script goes wrong. The used chip is a BMP280 .
The same problem exists on a second chip MCP4725 also.
/ > x:start()
/ > x:address(0x76,false)
/ > print('WRITE 0xD0',x:write(0xd0)) …
-
I'm missing a JSON module in the lua interpreter. Is this right?
-
Last Firmware (updated by wcc after an erase + -f and -ffs)
Trying to use luasocket using the documentation examples :
```
local io = require("io")
local http = require("socket.http")
local lt…