https://www.amazon.com/dp/B01K9IVUYM
I bought that earlier this year. Works great. Have two RTL-SDRs hooked into it along with a Meshtastic node. It mounts under the Pi Zero so you still have your headers available for other stuff.
Welcome to the programming.dev Raspberry Pi community!
Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.
Members of this community are expected to exhibit mature and respectful behavior.
Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.
Please keep discussions in English so that they can be appropriately moderated.
https://www.amazon.com/dp/B01K9IVUYM
I bought that earlier this year. Works great. Have two RTL-SDRs hooked into it along with a Meshtastic node. It mounts under the Pi Zero so you still have your headers available for other stuff.
Thank you. That looks perfect. I'll give it a shot.
The only tricky bit is forcing the Pi's USB port into host mode by default. I thought the hub was defective but it worked when I put an OTG adapter into the micro USB port. The default auto detect behavior doesn't work with this since it doesn't connect to the OTG pin.
I had to edit /boot/firmware/config.txt and add under the [all] section:
[all]
dtoverlay=dwc2,dr_mode=host