Is it possible for an Arduino Uno subscribe/connect to MQTT Broker (Mosquitto) without using Ethernet Shield or Wifi Shield?
Actually I have a Wifi module (ESP8266) with me, unfortunately it won't allow me to upload sketch and I keep getting error error: espcomm_upload_mem failed
When I interface Arduino Uno with ESP8266 Wifi Module, I construct like this:
And I have included Generic ESP8266 Module in board manager.