Pablo Cornejo
Pablo Cornejo

Reputation: 9

Programming ESP8266 NodeMCU Lua

Does any body know if I can program an interruption on the ESP8266 Node MCU Lua with Arduino's IDE (without using an Arduino)? I need to use an interruption to work with a caudalimeter.

Any body have a datasheet of it?

Thanks!!

Upvotes: 0

Views: 498

Answers (1)

ChrisBurns
ChrisBurns

Reputation: 319

hopefully I understand your question.. You were looking for a way to program the NodeMCU via the arduino IDE:

If so, its pretty quick.. In the arduino IDE add thisenter image description here: http://arduino.esp8266.com/stable/package_esp8266com_index.json to the additional boards URL, then import one of the example sketches to make it blink or whatnot.. I recall having to hold the reset button or something when doing the upload (flashing) the firmware.

NodeMCU interrupt, looks like you can do interrupts with it: http://www.electronicwings.com/nodemcu/nodemcu-gpio-interrupts-with-arduino-ide

I've played with a bunch of these: https://www.adafruit.com/product/828?gclid=Cj0KCQjw8YXXBRDXARIsAMzsQuX_fXd8wY1_LWfhPD1aUua6gN2preqnNGRR9ESCCH8aCKN5_NL0okgaAvuQEALw_wcB, Happy to share some code if you want to chat more.

Upvotes: 0

Related Questions