Search found 2 matches

by alexps
Fri Nov 26, 2021 8:11 pm
Forum: ESP32 boards
Topic: MicroPython and PostgreSQL
Replies: 4
Views: 2778

Re: MicroPython and PostgreSQL

Or maybe anyone have an idea how to write some data to any other DB (for example MySQL) with ESP32?
by alexps
Sun Nov 21, 2021 4:35 pm
Forum: ESP32 boards
Topic: MicroPython and PostgreSQL
Replies: 4
Views: 2778

MicroPython and PostgreSQL

Hi guys. I have a ESP32-DevKitC V4 board and my idea was to connect a temperature sensor to it and send measurements to Posgres batabase. But I faced an issue with the installation of Python packages that could help me with connection to Postgres. I've started with psycopg2, but it all ended with an...