Search found 7 matches
- Fri Oct 18, 2024 5:22 pm
- Forum: General Discussion
- Topic: Streaming video from ESP32-CAM over Ethernet via W5500
- Replies: 3
- Views: 1840
Re: Streaming video from ESP32-CAM over Ethernet via W5500
Bump. Can anyone help, please? I've been told I have to use a cross-over Ethernet cable here, and that is what I am using (also tried regular one). In both cases, I get IP 0.0.0.0. Really need some help.
- Sun Oct 13, 2024 10:11 am
- Forum: General Discussion
- Topic: Streaming video from ESP32-CAM over Ethernet via W5500
- Replies: 3
- Views: 1840
Streaming video from ESP32-CAM over Ethernet via W5500
Hi, I have a project where I need to stream video from ESP32-CAM directly to a laptop via an Ethernet cable instead of WiFi. I am using W5500 Ethernet controller to facilitate this, and a standard FTDI programmer to upload sketches to ESP. Using Arduino IDE for now, but will switch to Visual Studio ...
- Thu Aug 03, 2023 4:51 pm
- Forum: General Discussion
- Topic: Which ESP32 can connect to ethernet without an ethernet port?
- Replies: 5
- Views: 4007
Re: Which ESP32 can connect to ethernet without an ethernet port?
Our development board (the link I sent) is big because it provides provisions for different configurations, it has big ass FTDI chip and external 10/100Base-T port transformers. You could highly optimize the size if you needed, in my opinion. Yes, you can use SPI Ethernet. However, de-soldering RJ4...
- Thu Aug 03, 2023 10:52 am
- Forum: General Discussion
- Topic: Which ESP32 can connect to ethernet without an ethernet port?
- Replies: 5
- Views: 4007
Re: Which ESP32 can connect to ethernet without an ethernet port?
You cannot connect Ethernet directly via GPIO. Simply put, the signal on the physical medium (cable) is modulated to be able to be reliably transmitted over longer distances. Therefore transceivers (so called PHY's) at each node need to "understand" themselves. There are multiple standards with mul...
- Wed Aug 02, 2023 8:53 am
- Forum: General Discussion
- Topic: Which ESP32 can connect to ethernet without an ethernet port?
- Replies: 5
- Views: 4007
Which ESP32 can connect to ethernet without an ethernet port?
Hi, I have a project where electronics have to be extremely compact. I want to use ESP32 and connect it to an ethernet switch module ( https://shorturl.at/pzHO4 ). I know there are ESP32 variants that have a RJ45 Ethernet port, but I would very much like to avoid it because of how compact the electr...
- Sun Jan 05, 2020 10:32 am
- Forum: General Discussion
- Topic: Pushing ESP32-CAM feed into my server for live preview
- Replies: 0
- Views: 2090
Pushing ESP32-CAM feed into my server for live preview
Hi, I'm sorry if this question was already posted, but I gave it an honest search and didn't find anything. So here goes. I want my ESP32-CAM video feed to be available from any network, not just the local network. I want to be able to see what my ESP32-CAM sees even when I'm away from home, on my s...
- Thu Apr 11, 2019 3:37 pm
- Forum: Hardware
- Topic: Video camera recommendation for a ESP32 based robot
- Replies: 0
- Views: 1933
Video camera recommendation for a ESP32 based robot
Hi, I am designing a small robot with ESP32 at it's core. It will have two modes of operation - automatic (navigating with an ultrasound and other sensors), and a manual mode (controlled remotely via Wi-Fi). For manual control, I want to have a video camera feed from the robot over Wi-Fi. I've seen ...