[Pb]Spiff_ Posted August 28, 2018 Posted August 28, 2018 (edited) Hi all, Made a very simple wind heading calculator for use in bombsight mode. It is a simple web page with javascript, so it runs well on mobile phones or tablets (at least android). https://spiff.ddns.net/il2bcalc/ Github project (relevant code is Javascript inside index.html) https://github.com/nunoi/il2bcalc Some screenshots below Normal mode for regular screens Small mode for mobile Cheers! Edited March 3, 2019 by [Pb]Spiff_ Added github link 1 3 5
[Pb]Spiff_ Posted September 5, 2018 Author Posted September 5, 2018 A quick update: I've tried to make it more smartphone friendly and now if your screen is under a certain width (in pixels) it will only show one knob (plane hdg, wind hdg, wind speed) and you can switch between them with left/right arrows. If you have problems let me know.
Froddi_VR Posted December 2, 2018 Posted December 2, 2018 Nice! Thank you! It works well on my ipad. 1
SidtheGit Posted December 12, 2018 Posted December 12, 2018 Works great on my Nokia mobile, thanks very much ? 1
56RAF_Roblex Posted January 24, 2019 Posted January 24, 2019 What does the Wind Speed dial do? The output is always the same as the input so why do we put it in? 1
[Pb]Spiff_ Posted January 25, 2019 Author Posted January 25, 2019 Hehe. So in fact wind speed does not do anything. I left it there for two reasons: 1 - to have everything you need at the result section (even if it is not changed) 2 - I like knobs 1
E69_Qpassa_VR Posted March 3, 2019 Posted March 3, 2019 If you could give us the logic behind I could develop a offline android app, no ads obviously 5
[Pb]Spiff_ Posted March 3, 2019 Author Posted March 3, 2019 I have this on github with MIT license, anyone can use it. It's javascript (inside the index.html page), you'll probably just need the calculate_heading function. Cheers!
Habu Posted March 3, 2019 Posted March 3, 2019 8 hours ago, E69_Qpassa_VR said: If you could give us the logic behind I could develop a offline android app, no ads obviously A windows application could be cool too.
Sokol1 Posted March 16, 2019 Posted March 16, 2019 On 3/3/2019 at 2:49 PM, Habu said: A windows application could be cool too. This?
[Pb]Spiff_ Posted January 17, 2021 Author Posted January 17, 2021 (edited) Someone called Enigma on youtube asked me about the basis of the calculations. The code is available on github at the link I provided with MIT license, so anyone can get it and do anything they want with it, provided they keep a copy of the license. Basically this calculator gets your plane's heading and speed. Knowing the wind's speed and heading it calculates the relative wind heading which you must input in the bomber sight. It is just getting the difference between two vectors. It does NOT take into account target altitude or QFE or whatever, just the speed and heading. The rest is up to you Cheers! Edited January 18, 2021 by [Pb]Spiff_ Minor text correction 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now