Page 1 of 1

ETH IP CAMERA to WIFI bridge

Posted: Thu Jul 29, 2021 12:42 pm
by fmevoli
Hi
I purchaseed a ESP32-Ethernet-Kit and I compiled and loaded the eth2wifi iot example configured as station.
The wifi is successfull connected at the access point and I connected a IP camera on the ethernet port and i saw with IPSCAN that the camera is on line. My problem is that I'm not able to access at the IPCAMERA HTTP server. Is it depending from the RMII? How can I solve the issue?

Re: ETH IP CAMERA to WIFI bridge

Posted: Thu Aug 12, 2021 4:06 pm
by fmevoli
I solved the issue in this way:
https://docs.espressif.com/projects/esp ... ation.html
Remain this error:
{
"resource": "/c:/esp_workspace_vscode/ETH2WIFI/main/ethernet2wifi_demo_main.c",
"owner": "cpp",
"severity": 4,
"message": "assignment to 'esp_err_t (*)(void *, uint8_t *, uint32_t, void *)' {aka 'int (*)(void *, unsigned char *, unsigned int, void *)'} from incompatible pointer type 'esp_err_t (*)(void *, uint8_t *, uint32_t)' {aka 'int (*)(void *, unsigned char *, unsigned int)'} [-Wincompatible-pointer-types]",
"startLineNumber": 177,
"startColumn": 24,
"endLineNumber": 177,
"endColumn": 24
}
But it works.