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... ?