Arduino
Arduino copied to clipboard
Arducam in Station Mode: 0
Hi
I have the Arducam ESP8266 UNO V2 which is working properly when I set it to AP mode (according to the demo code). I manage to hook up with it's inbuilt wifi on the default IP 192.168.4.1. It comes along with an OV2640 cam. From the serial monitor, I see that the cam is detected properly, and the cam server has started without errors. When I ping the IP, it replies correctly.
I have changed the mode to 0 (for Station Mode) and gave my normal wifi credentials so that the device will act as client. From serial monitor, I see that the cam is detected properly, my personal router wifi credentials have been accepted and a router IP has been allocated via DHCP. The cam server also starts without errors, but when I ping the router IP, it does not reply and get a "Destination host unreachable error". I check on the router side, and I can see that the Arducam is detected and connected with the exact IP reported on the serial monitor.
When I load video.html as per demo of the Arducam, and put the router IP, I get nothing.
Any help your end would be much appreciated.
When ESP8266 is in STA mode, make sure the computer and ESP8266 is connected to the same router . In this case, video.html can be used successfully.