Skip to main content

Questions tagged [lua]

Filter by
Sorted by
Tagged with
4 votes
2 answers
2k views

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 ...
n0hepe's user avatar
  • 91
0 votes
2 answers
8k views

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.
val - disappointed in SE's user avatar
14 votes
5 answers
32k views

I'm planning to buy an ESP8266. Do I really need to learn Lua to play with it? I have seen some people using it with the standard Arduino IDE. Do you need a custom firmware to use the Arduino IDE ...
n0tis's user avatar
  • 373
1 vote
3 answers
16k views

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 ...
Daniel Corona's user avatar