-
If I use the SPI readwrite function:
```
device:select()
local recv = device:readwrite(
(address >> 16) & 0xFF,
(address >> 8) & 0xFF,
address & 0xFF,
0xFF, -- Dummy
…
-
Timer_group: timer_init(214): HW TIMER divider outside of [2, 65536] range error.
not work esp32 pico and esp32 generic dev board.
ar055 updated
4 years ago
-
Hi,
I have a quite small program in my ESP32 board. After some minutes a CORRUPT HEAP occures.
I call the garbargecollector every 100ms (main simulation cycle time). I use I2C and WiFi.
```
Lua …
-
Is it possible to stop the stepping motor prematurely and find out the number of steps it has passed?
ar055 updated
4 years ago
-
A library providing functionality like lua-socket for opening TCP/UDP connection would help implementing different protocols more quickly(No need for C module).
If the API is similar enough, it might…
-
Hello,
I's like to use the HTTP server:
`net.service.http.start(8181)`
On my console output I see this:
```
WiFi true
http: server listening on port 80
```
And this is true. He is lis…
-
https://github.com/espressif/esp-idf/blob/master/components/bootloader_support/src/bootloader_init.c#L461
#if !CONFIG_FREERTOS_UNICORE
…
#else
ESP_LOGE(TAG, "WDT reset info: &s C…
-
Hi, i'm trying to build a version of Lua-RTOS on Windows. I don't understand how i have to setup the env file (i don't understand where are these paths on Windows) and how i can use "source ./env" com…
-
Hello friend!! Grant job!! I want to use this lib with math, string and tables modules. How can i add math string and tables modules support?
-
Installed the new 2.3.0 today and found that a sketch I have used for a long time will no longer cause the ESP8266 to connect with my WiFi
I reverted to version 2.2.0 and the sketch works fine.
ESP8…