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?
ETH IP CAMERA to WIFI bridge
Re: ETH IP CAMERA to WIFI bridge
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.
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.
Who is online
Users browsing this forum: No registered users and 47 guests