How to setup on a Lan or USB connection
Hi group,
I have been running my KiwiSDR for some time with great success on the home network OK.
I now have a need from time to time to take the KiwiSDR away portable in the caravan.
I can not find much info on how to set up a Lan or USB direct to the KiwiSDR from my PC.
I have had a quick look on the instructions and on the net but could not find much info.
Could somebody please advise.
Regards
Stuart
I have been running my KiwiSDR for some time with great success on the home network OK.
I now have a need from time to time to take the KiwiSDR away portable in the caravan.
I can not find much info on how to set up a Lan or USB direct to the KiwiSDR from my PC.
I have had a quick look on the instructions and on the net but could not find much info.
Could somebody please advise.
Regards
Stuart
Comments
That router can be powered from USB.
It is of course possible to set the laptop and Kiwi for manual networking but it's just that bit more difficult and needs to be reset afterwards.
73 Stu
Yep that was another way I was going to do it I have a spare one of these TP Link MR3020.
https://www.tp-link.com/au/home-networking/3g-4g-router/tl-mr3020/
I think this will be OK.
73
Stuart
It will be a bit more tricky than a simple three/four port router as all I was thinking was connect WAN to an ethernet lead if you have one (or need internet) and Kiwi/Laptop on the wired LAN ports.
If internet exists via the router, my.kiwisdr.com works.
On the one you have it (I assume) would be Kiwi on TP-Link Ethernet, "bridged" to the site WiFi, laptop on site wifi.
Depends on what you want to do at the same time on the laptop.
You could have the TP-link hand out addresses but that would be of most use if the 4G side is to the internet otherwise it just locks the laptop to local use only.
I bought a N300 Mango for similar use but haven't actually got round to using it (was also for USB-Here).
73 Stu
I've connected the BBAI+Kiwi to my NUC with a USB3.1 C-C cable, I've got a "Remote NDIS compatible device" showing in Device manager on the NUC, on which I've statically assigned 192.168.7.1 and netmask of 255.255.255.0 and no gateway, no DNS.
The Beaglebone Debian Linux setup should have a network-on-USB device with assigned 192.168.7.2 also with netmask 255.255.255.0 and no gateway or DNS assigned.
I have no problems getting to the Kiwi interface on http://192.168.7.2:8073 and I can also ssh to the Debian instance without issue - I've found it exceptionally useful to have this side channel operating for when I was troubleshooting the wireless connectivity of the device (connman was a useful thing, if a bit of a pig to figure out).
If I was using the Kiwi when on holiday and not needing anything else to connect to the Kiwi, I'd do something similar about USB connectivity - with the bonus that this network connection should not interfere with the vast majority of people's ordinary network (ethernet/wireless/bluetooth/etc) connections, as nothing else should route on the USB network device.
One thing to note is the ensure that the USB connection is completed only after the 5v connection is available to the Kiwi itself, and before the OS boots on the Kiwi. There were stability issues for me unless I took care of that. May be related to the NUC actually providing the power to the Kiwi over USB-C in my instance, I don't think that the USB-micro can provide enough electrons to power the Kiwi+Beaglebone. As long as there's a good 5v supply in addition to the USB connection, things should work well.