Hi,
I want to accesse esp32cam wifi as an access point with micropython.
Please share code if available with you
Hi.
We don’t have any examples of the ESP32-CAM with micropython.
But, we have this tutorial that explains how to set an access point with the ESP32 with MicroPython: https://randomnerdtutorials.com/micropython-esp32-esp8266-access-point-ap/
I hope this helps.
Regards,
Sara
Thanks Sara, I am working with ESP32CAM. I took ESP32 Projects course but it is updated with C++ code. Do you have code reference for ESP32CAM with micropython?
Hi.
There this is a library for MicroPython: https://github.com/lemariva/micropython-camera-driver
I didn’t try it.
There’s also this example: https://github.com/tsaarni/esp32-micropython-webcam that works with this custom firmware: https://github.com/Lennyz1988/micropython/releases/tag/v1
I hope this helps.
Regards,
Sara