-
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…
-
Hi!
Readme says Lua RTOS ESP32 support esp8266, but there are no boards available while flashing with wcc tool.
Is esp8266 supported?
-
We added a ```os.reset()``` call to restart the board (it's just a call to esp_restart())
https://github.com/xopxe/Lua-RTOS-ESP32/commit/b57be16314e271d85fe8df71570ae4d2c548552c
Is it useful?
xopxe updated
5 years ago
-
-
When using the GPS Sensor, the position is off about 1.2km to the south.
The position rarely changes, even the last digit ist very stable.
When the receiver is moved indoors, the position goes to 0…
-
Since I need it for my ported applications, I have put together a ping library the work on Esp32.
I am not an expert of the lwip stack , but the library taken from Lua-RTOS-Esp32 and modified for the…
-
### The NodeMCU architecture in essence.
NodeMCU works broadly the same as `Node.js` \([here](https://www.journaldev.com/7462/node-js-architecture-single-threaded-event-loop) is a good overview). …
-
I see that you provide a means to set the UART to 9 bit data. Has this been tested?
It appears to contradict the IDE documentation which does not provide a means of setting the UART for 9 bits.
…
-
I have a very simple model for Lua board. I simply switch on and off GPIO5:
![Simple](https://user-images.githubusercontent.com/11896946/55273993-0fe8c180-52d3-11e9-885a-c4287b408575.png)
The main s…
-
Hi, I’ve tried the example and the esp32 is detected but I cannot provision the beacon with google beacon tool. Also the physical web does not receive the url notification.
What could be the issue…