Hello,
how can I make my esp32 webserver in softAP mode show an image on the web page?
I am creating an application to manage a car and I am using a web page with the commands to manage the car.
I know that it is not the most appropriate way, it would be better to use another form of communication from the mobile phone with esp, but I am using micropython and I was trying this way (webserver with esp in ap mode).
Hi João.
Unfortunately, we don’t have any tutorial about that.
We have something similar but using Arduino IDE: https://randomnerdtutorials.com/display-images-esp32-esp8266-web-server/
I’m sorry that I can’t help much.
Regards,
Sara
Thank you very much anyway.
I found an alternative solution, but it can sometimes not work: I changed the ip to an ip of my wireless network, gateway to my router and access images on the internet, by url.
Regards,
João