Connect ESP32 to PostgreSQL database.
Posted: Sat Dec 19, 2020 2:49 pm
Hello everyone,
I'm trying to develop a code to send data to my PostgreSQL database, I've tried implementing the following database https://github.com/ethanak/SimplePgSQL, using Arduino framework as esp-idf component. Although, when I try to connect it, I get this error:
[E][WiFiClient.cpp:266] connect(): socket error on fd 54, errno: 104, "Connection reset by peer"
Anyone know how to resolve this issue or have any other idea on how to do it?
Thanks
I'm trying to develop a code to send data to my PostgreSQL database, I've tried implementing the following database https://github.com/ethanak/SimplePgSQL, using Arduino framework as esp-idf component. Although, when I try to connect it, I get this error:
[E][WiFiClient.cpp:266] connect(): socket error on fd 54, errno: 104, "Connection reset by peer"
Anyone know how to resolve this issue or have any other idea on how to do it?
Thanks