Page 1 of 1

Connect ESP WROOM 32 to local MSSQL

Posted: Wed Mar 22, 2023 6:12 am
by elissasaliba
I connected my ESP32 to my WiFi network. I am using Arduino IDE.
I tried to ping the IP address of my laptop which is also connected to the same WiFi network but the ping was unsuccessful.
However I ping my phone network and it works.

Does anyone have an idea?
I am trying to ping to use my laptop as a localserver for MSSQL database. And I saw that most of the cases, people use MySQL innstead of MSSQL. The reason I want MSSQL is I want to build an MVC .Net6 website that reads the data and implements a dashboard.

Would really appreciate any help.