WIFIO is a dual Arduino WIFI module (ESP8266+ATMEGA328P) FCC approve-able with transferable licence. Can use the 328P for I/O expansion also...

Moderator: igrr

User avatar
By shadababe04
#46976 I want to establish MQTT communication with MQTT server and Arduino. I tried so many Arduino libraries for ESP8266 but none of them are compatible with PubSubClient over software serial.I am using Arduino uno microcontroller, Not programming wifi device.please help me out?
User avatar
By Luiz Henrique
#54127
AcmeUK wrote:Have a look at this https://github.com/tuanpmt/espduino

It implements communication with the ESP from the Arduino via the serial port using SLIP protocol. The page has an MQTT example.


Thanks for the Library...
Do u have other library for HTTP Request? Using Serial1 for ESP?