Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 20-07-2021, 10:27   #91
Registered User

Join Date: Feb 2015
Posts: 124
Re: AvNav - navigation in the browser

Ohhh - yes, can reproduce this.
Will have a look tomorrow. Most probably an easy fix.
Maybe as an intermediate solution you could try to edit the layer on a desktop browser if you could connect one...
wellenvogel02 is offline   Reply With Quote
Old 21-07-2021, 10:50   #92
Registered User

Join Date: Apr 2021
Boat: Beneteau First 24 (1984)
Posts: 28
Re: AvNav - navigation in the browser

No PC present on board, unfortunately. I'll wait for a fix.
Other question (follow-up question actually): in settings/route i can set the Approach distance, and at the specified distance, the bell alarm sounds. However, the waypoint is not "ticked off", and the next waypoint doesn't get activated yet. This only happens a lot later, usually when I've already gone past the waypoint. Is this supposed to happen? To me, it would make sense if the next waypoint is activated as soon as the approach distance is reached and the alarm sounds.
Kukel is offline   Reply With Quote
Old 22-07-2021, 09:45   #93
Registered User

Join Date: Apr 2021
Boat: Beneteau First 24 (1984)
Posts: 28
Re: AvNav - navigation in the browser

I'm sailing these days, so more things come up every day...
-I couldn't find this, but is it possible to change the color of the buttons in night mode? They are a bit too bright for me, compared to the map.
-Can I have a visible scale on the map display?
Kukel is offline   Reply With Quote
Old 27-07-2021, 11:27   #94
Registered User

Join Date: Feb 2015
Posts: 124
Re: AvNav - navigation in the browser

Ok, some answers:
1. for the dialogs: I just started a daily build with a correction. Maybe you would like to try it out.
2. for the buttons in night mode: You can always tune things with some CSS - e.g. setting opacity - see the user css doc
3. for the next waypoint: yes, intended behavior. It will skip to the next once the distance to the current target gets bigger and the distance to the next target gets smaller. The alarm should give you an "early hint" that things will (potentially) become interesting now. If you feel you would like a different behavior - just file an issue on GitHub - should not bee too complex to be implemented.
wellenvogel02 is offline   Reply With Quote
Old 01-08-2021, 02:46   #95
Registered User

Join Date: Apr 2021
Boat: Beneteau First 24 (1984)
Posts: 28
Re: AvNav - navigation in the browser

I'd like to try out the daily, but I don't know how to install it. I'm on a sailing trip and I only have my RPi, phone and an Android tablet present.
For the same reason, I wouldn't know how to edit the night button color with CSS now, seems a bit complicated for me.
I'll see if I can enter a GitHub request for the waypoint handling when home.
How about a visible scale on the map?
Kukel is offline   Reply With Quote
Old 01-08-2021, 03:47   #96
Registered User

Join Date: Feb 2015
Posts: 124
Re: AvNav - navigation in the browser

For the scale:
Maybe just alsoa GitHub issue - will help to not forget about...

Installing a daily will require some command line access. So it would be possible with the tablet and an ssh app on it - but maybe rather inconvinient.
For the buttons I will just prepare something that you could copy and paste - editing the user.css is possible on your phone/tablet.
wellenvogel02 is offline   Reply With Quote
Old 01-08-2021, 11:00   #97
Registered User

Join Date: Feb 2015
Posts: 124
Re: AvNav - navigation in the browser

For the buttons you could add to your user.css:

Code:
.nightMode .buttonContainer .button {
    opacity: 0.5;
}
Just use the edit function on download page/user tab at the user.css.
Do not forget to reload the app (web page). Sometimes mobiles devices cache css - so maybe try it with another device.
wellenvogel02 is offline   Reply With Quote
Old 03-08-2021, 01:02   #98
Registered User

Join Date: Apr 2021
Boat: Beneteau First 24 (1984)
Posts: 28
Re: AvNav - navigation in the browser

Thanks, that was easy to do. I'll let you know if it works OK.
Kukel is offline   Reply With Quote
Old 04-08-2021, 13:07   #99
Registered User

Join Date: Apr 2021
Boat: Beneteau First 24 (1984)
Posts: 28
Re: AvNav - navigation in the browser

In the meantime, i think I have encountered another new issue:
When navigating along a route with the screen off (i use a headless RPi with an Android tablet, chrome browser), sometimes no alarm is sounded when i am near a waypoint. Also, a new waypoint never gets activated.
If i turn on the screen after i have passed the point where the alarm should have sounded, the alarm sounds as soon as screen turns on, and a new waypoint is activated shortly after.
If i don't turn on the screen, however, i keep being pointed to the waypoint that i have already passed.
I like to be able to sail with the screen off to save battery, but that's not possible right now.
Kukel is offline   Reply With Quote
Old 06-08-2021, 23:10   #100
Registered User

Join Date: Feb 2015
Posts: 124
Re: AvNav - navigation in the browser

For the alarm sound:
Which kind if sound device do you have connected to the pi?
For the switching part I will check....
wellenvogel02 is offline   Reply With Quote
Old 07-08-2021, 00:53   #101
Registered User

Join Date: Apr 2021
Boat: Beneteau First 24 (1984)
Posts: 28
Re: AvNav - navigation in the browser

The alarm sound comes from the Android tablet that i use as display.
Kukel is offline   Reply With Quote
Old 07-08-2021, 09:29   #102
Registered User

Join Date: Feb 2015
Posts: 124
Re: AvNav - navigation in the browser

Ok, so how do you switch off the screen?
Not sure if chrome would do anything (like playing a sound or communicating) while in standby.
And how do you see that you are still pointed to the old waypoint with the screen being off?
For sure it could take some seconds for a device when coming from standby to fetch the newest route and waypoint info.
Maybe you could go for BonjourBrowser on the android tablet and enable all it's features (including it's internal browser).
This will e.g. give you a dim button in AvNav just dimmung the screen for power saving but still running everything. And with one touch it will get you back to normal operation.
wellenvogel02 is offline   Reply With Quote
Old 07-08-2021, 11:07   #103
Registered User

Join Date: Feb 2015
Posts: 124
Re: AvNav - navigation in the browser

Ok, could reproduce half of the issue:
Switching to the next WP does not work.

But the waypoint alarm on the server should work.
see https://github.com/wellenvogel/avnav/issues/157.
Daily with a correction is just building.
wellenvogel02 is offline   Reply With Quote
Old 07-08-2021, 13:35   #104
Registered User

Join Date: Apr 2021
Boat: Beneteau First 24 (1984)
Posts: 28
Re: AvNav - navigation in the browser

I switch off the screen just by short pressing the on/off button on the tablet.
I should point out that i have a Nasa Clipper GPS repeater connected to the RPi that shows me bearing/distance to waypoint, COG and SOG, so that's how i see that something goes wrong when passing a waypoint. I usually only turn on the tablet to steer around shallow areas.
I will install Bonjour Browser, see what that does.
Kukel is offline   Reply With Quote
Old 08-08-2021, 10:10   #105
Registered User

Join Date: Feb 2015
Posts: 124
Re: AvNav - navigation in the browser

Ok,
As mentioned:
The next waypoint issue is corrected in the daily version, a release will need some time.
The alarm will only be available on your tablet if it is not in standby.
So either Dim mode in BonjourBrowser or an audio device at the pi.
wellenvogel02 is offline   Reply With Quote
Reply

Tags
navigation


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ipad navigation (google earth and navigation) Cpt Balu Navigation 2 11-03-2019 18:55
Browser Cookies Mirage35 Flotsam & Sailing Miscellany 19 29-01-2017 06:29
Dual Browser Windows for Android devices sinbad7 Navigation 0 19-11-2013 13:01
Going Back To Browser, Away From Apps GaryMayo Forum Tech Support & Site Help 0 11-12-2012 14:00

Advertise Here


All times are GMT -7. The time now is 09:40.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.