(Edit: No affiliation. Just happy to see something like this for hacking :) )
Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
231–240 of 284 posts
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#232I got a cheap Lantronix Spider KVM from eBay, it works quite well. Mine was an older VGA model but you can use it with a DP or HDMI to VGA adapter.
Some of the models have video-passthrough, which is an awesome feature. The ability to redirect an SMB share or local disk image to an emulated disk over the network is also a great feature for installing an OS.
I recently had seen some article on CNX about those cheap USB video adapters and wondered about doing something like this to replace these old Spiders.
There is definitely a market for a low-cost product here. It doesn't have to be perfect. As the article highlights, the pricing for this kind of product is just stupid.
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#233Earlier quoted context omitted.
If this just requires USB and HDMI, it should theoretically work identically a for Mac Mini or even something like a Fire TV, yes? Is there an upper limit on resolution and frame rate for the dongle?
> If this just requires USB and HDMI, it should theoretically work identically a for Mac Mini or even something like a Fire TV, yes? I believe so, but with the caveat that I haven't tested it. Does Fire TV take USB keyboard input? I have successfully captured video from a Roku Premiere[0], even though it's HDCP protected. The LKV373A couldn't capture anything out of it, but the $11 dongle did just fine. But that was…
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#234You could also probably add power/reset functionality by hacking something like this: https://www.amazon.com/SilverStone-Technology-Wireless-Compu... Or possibly just wiring up a transistor to the power button pin (not sure if it sources or sinks) between motherboard and the Pi, and just hold it high until it boots.
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#235Earlier quoted context omitted.
Yeah that's true. I stopped thinking about the Pi Zero W early in the project because I assumed it would choke on video encoding. When I discovered that the HDMI dongle was doing the heavy lifting, I forgot to revisit that assumption. I'm going to order an USB to micro-USB adaptor to test it out because it would slim things down significantly.
Woops, forgot the major issue-- the Pi Zero only has one USB port (the other is just for power), so you couldn't get video frames in at the same time as you pretended to be a keyboard.
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#236Hey OP, I was reading your linked HomeLab article and you mentioned you'd rather have gotten a mobo with integrated GPUs next time. Actually, motherboards do not include integrated graphics, it's all in the CPU/APU. The mobo you linked would not provide graphics either. AMD unfortunately does not have a high end APU released to consumers right now (there are some 4000 series, but only to OEMs I believe). However, for…
I have MSI 450 MITX board and a Ryzen 3600 that is doing NAS/homeserver duty and it refused to POST without a GPU plugged in. Given its MITX and it only has a single slot needing it for PCI-E is a real pain, I intended to use it for SATA ports so it hurt my plans quite a bit. Its motherboard dependent but its definitely something to check with AMD Ryzen motherboards.
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#237I respect this effort, I think it's a great accomplishment. I think most people are better off building their own home (lab) server with a motherboard that supports IPMI (KVM over IP) natively. Supermicro (only brand I've experience with) or other brands that build server motherboards all include IPMI with HTML5 support. Doing so will save you a lot of trouble. Maybe you may not be able to run the kind of hardware yo…
So the recent Supermicros have a HTML5 iKVM, but mine originally came with a Java-only thing. When I had to send my box away to get repaired (Intel C2000 bug) it magically came back with a newer firmware that wasn't listed on their site and supported HTML5. I haven't been able to get remote ISOs working with the new interface, though.
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#238Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#239Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#240Author here. Happy to answer any questions or take any feedback about this post.