This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't access slew settings
#13
Hi Sean,

Great news, I was able to get on wifi ashore and install the new version. It seems to be working - I set slew settings with the web interface and it has not forgotten them! Now I can actually play with the slew values to find the optimum setting. Testing it while swinging at anchor, 10 seems to be a good value and I'm not getting any over-current errors.

Thanks very much for the quick fix.

To work around the missing port number settings for wifi client connections, I tried putting the following at the bottom of bootlocal.sh to create a netcat pipe but it doesn't seem to do anything:

Code:
sleep 40
nohup sh -c "nc localhost 20220 | nc 192.168.15.1 39150" &

The xb8000 doesn't act as a router (won't let me connect to the pypilot by ssh from another client device) as far as I can tell, it's purely an NMEA server which blocks all other connections, so it seems there is no way to connect to the pypilot to debug it while it is connected to the xb8000 (unless there's a way to connect a terminal by usb?).

When I reboot the pypilot back into AP mode using the LCD menu, it tries to use the SSID of the XB8000. this is a bug - it should have separate SSID and password settings for client and AP modes, otherwise when you switch modes it will try to impersonate the device it was just connected to!

I hacked around to hard code a different SSID in bootlocal.sh to be used in server mode, inserting this seems to work as a temporary fix:
Code:
if [ "$MODE" = "Master" ]; then
    SSID="ohana_pilot_nomap"
    KEY="mypassword"
fi

Unfortunately having rebooted of course all the logs are gone so I have no way to see why it wasn't forwarding NMEA to the XB8000.

Can anyone with a conventional router on board who can connect to the tinypilot by ssh while it is in client mode try the nc bridge example above (with the right port for your wifi server of course) and see why it isn't doing anything please?

Thanks!
Reply


Messages In This Thread
Can't access slew settings - by syohana - 2020-01-07, 01:02 AM
RE: Can't access slew settings - by seandepagnier - 2020-01-08, 08:01 PM
RE: Can't access slew settings - by syohana - 2020-01-08, 08:37 PM
RE: Can't access slew settings - by syohana - 2020-01-09, 03:12 AM
RE: Can't access slew settings - by seandepagnier - 2020-01-09, 08:05 PM
RE: Can't access slew settings - by syohana - 2020-01-09, 08:32 PM
RE: Can't access slew settings - by seandepagnier - 2020-01-10, 01:11 AM
RE: Can't access slew settings - by syohana - 2020-01-10, 01:30 AM
RE: Can't access slew settings - by seandepagnier - 2020-01-10, 02:03 AM
RE: Can't access slew settings - by syohana - 2020-01-10, 04:09 AM
RE: Can't access slew settings - by seandepagnier - 2020-01-10, 04:36 AM
RE: Can't access slew settings - by syohana - 2020-01-10, 04:55 PM
RE: Can't access slew settings - by syohana - 2020-01-14, 10:26 PM
RE: Can't access slew settings - by seandepagnier - 2020-01-15, 12:06 AM
RE: Can't access slew settings - by syohana - 2020-01-15, 12:27 AM
RE: Can't access slew settings - by syohana - 2020-01-25, 04:25 PM
RE: Can't access slew settings - by seandepagnier - 2020-01-25, 07:45 PM
RE: Can't access slew settings - by syohana - 2020-01-28, 10:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)