Questions tagged [lua]
The lua tag has no usage guidance.
4
questions
0
votes
0
answers
13
views
NodeMCU srv:listen out of memory on second save to esp
I have flashed my esp8266 12f amica with the latest nodemcu firmware (SDK 3.0.1).
I am using ESPlorer to code on the esp.
I am using a code loosely based on the snippets shown in nodemcu's dev guide.
...
4
votes
2
answers
2k
views
ESP01 connected to Arduino can't read from UART while connected from external power source
I have an Arduino Uno connected to a NodeMCU ESP01 module, communicating via serial pins. The NodeMCU is powered from the Arduino's 3.3V pin. My idea is that the ESP01 receives MQTT messages, sends ...
0
votes
2
answers
6k
views
Using Lua in Arduino project
I want to write code for my Arduino in Lua. Where I can find the necessary (pins) I/O lib and examples for Arduino IDE?
UPD: I've got arduino mega with many memory.
1
vote
3
answers
16k
views
Communication via IP adress with Arduino IDE and ESP8266
I have two Arduino boards and two ESP8266 modules with the NodeMCU firmware, and I want to make this:
One Aruino will be connected to one module and a vibration sensor, and when this sensor detects ...