Hi,
I would like to use an Arduino to send data to an SQL Server Database on my NAS Server.
Arduino/ESP32 -> wifi -> Nas -> Sql Server
What would be the cleanest solution ? Is there more hardware needed ?
I know C++, VBA, SQL.
Anything needed to learn ? PHP ? Python,.... ?
Many thanks for directing me on the right way and avoiding loosing time on a dead end.
I have 13 EPS32's communicating with a Db. I have the ESP32's running MQTT client. The ESP32's pass their data to the MQTT Broker running on RPi. The RPi communicates the data between the Broker and the dB.
ESP32 RPi >> Broker >> Python Program on RPi >>> dB
dB >> Python Program on RPi >>> Broker >>> ESP32
On the RPi Node-Red cold be used instead of the Python program.