Close
0%
0%

ESP32-P4 IP KVM

I built an IP KVM using an esp32-p4 module

Similar projects worth following
  • Description
  • Details
  • Files 0
  • Components 0
  • Logs 0
  • Instructions 0
  • Discussion 0
I was turned off by wasting a $200 raspberry pi 5 on a remote KVM and was curious if an ESP32 could do the same thing at a fraction of the cost. So after much fiddling, this project uses an ESP32 P4 (Rev < 3) and a Toshiba TC358743 HDMI to CSI adapter as an Remote IP KVM.

According to espressif's documentation, the esp32-p4 should be able to do this just fine using the build in h264 encoder which should be capable of 1080p@30 streaming. Unfortunately I learned that the esp32-p4 is currently stuck on an EOL revision, 1.3 and the new revision (3+) is still in sample status and modules are not readily available.

I ended up using MJPEG instead of h264 and I was able to achieve 20fps.

check out the video https://youtu.be/f21f6RnW5Yc

Enjoy this project?

Share

Discussions

Does this project spark your interest?

Become a member to follow this project and never miss any updates