ETH IP CAMERA to WIFI bridge

fmevoli
Posts: 2
Joined: Thu Jul 29, 2021 11:57 am

ETH IP CAMERA to WIFI bridge

Postby fmevoli » Thu Jul 29, 2021 12:42 pm

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?

fmevoli
Posts: 2
Joined: Thu Jul 29, 2021 11:57 am

Re: ETH IP CAMERA to WIFI bridge

Postby fmevoli » Thu Aug 12, 2021 4:06 pm

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.

Who is online

Users browsing this forum: No registered users and 49 guests