Hello,
I try to connect Arduino Mega 2650 with ESP-01 module. It works fine, connection is created and I can send messages to MQTT. I use RabbitMQ MQTT plugin.
Problem is that I want to subscribe some topic. Topic queue is created when I use subscribe method. But any message is not delivered.
I call loop method there is not problem. But I found out that MQTTPINGRESP is not delivered or is missing so connection goes down for timeout. I tried to extend keep alive interval but without change.
Message type MQTTPUBLISH is not delivered any time.
It seems like connection is dropped immediately after connection is established.
For testing purposes I have ESP-01 connected to Arduino (through 3.3V adapter) directly. So can be problem with power supply that Arduino doesn't have power enough to power ESP-01? Signal strength is -55 so I think it is good.
Thanks.