I'm looking for a way to run esp32 behavior with php.
I've been googling for a few days, but couldn't find any code that works the way I want it to.
So I started to wonder if this could be possible, so I posted a question here.
- Purpose
The figure below shows the program structure I want to implement.
A : User connects to DB server and opens php file
B : php file transmits DB data value to esp32 module connected to the same station ( I use [ WiFi.begin] function )
- What I Did
The picture below shows how the esp32 updates DB.
A : User connect sensor to esp32 & supply power
B : Connect to WiFi and send sensor value to PHP file in DB server storage
C : Update the data received by php to the DB table
- what should i do
I've written down everything I've implemented and what I've been implementing.
Now I'm at a dead end and I don't know what to do.
It would be a great help if you could tell me how you know or what keywords you Google searched for.
Thank you for taking your valuable time to read this question. :D