ESP8266 + Arduino Uno

Hello,
I have a project that consists in a mobile app turning on and off the leds in my arduino board.
I have a Arduno Uno, with a ESP8266-01 Wifi Module.

Objetives:

  • Use interrupts to turn on/off leds
  • Call the endpoints, or receive endpoint data .

I was using MQTT (PubSubClient.h) but i was previously programming directly in the wifi module of the ESP-01 which i cant use interrupts..
I also tried SoftwareSerial and for somereason i cannot communicate.

Is it possbile, should i change board, wifi... ?

Why do you think you need interrupts? In many cases attempting to use interrupts as a "solution" trades a small problem for a much bigger one, as correct use of interrupts is complex.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.