Share My Creation COMPASS ULTIMATE - BlueVision    Nov 24, 2024   (17 reactions) Yet another compass application? Well, Yes and No. The idea behind COMPASS ULTIMATE is to combine the possibilities of today's technology of a modern smart phone with an old-fashioned compass. The goal is to use all available offline information to give the user as much independence as possible from B4R Code Snippet Compass - magnet sensor group xxx5883 - peacemaker    Nov 25, 2023   (4 reactions) } if(compass.isVCM()) { Serial.println("Initialize VCM5883L"); compass.setMeasurementMode(VCM5883L_CONTINOUS); compass.setDataRate(VCM5883L_DATARATE_200HZ); return returnvalue_compass.wrapNumber(3); } } void read_compass (B4R::Object* o) { //float declinationAngle = (4 Share My Creation Compass GM a gyro-magnetic compass app featuring true and magnetic heading - PhilN    Oct 26, 2020   (31 reactions) When the user selects night mode, the activity is recreated and all the images are loaded normally as bitmaps and then image processed with the tint applied. When the user again selects day mode, the activity is recreated again but without any image processing. Buttons had to be dealt with in a slig B4A Example Compass: TRUE HEADING & Magnetic Declination. - T201016    Jul 14, 2021   (4 reactions) I am presenting a test project - Compass. Post #1 - displays TRUE HEADING with local magnetic declination. Tested in parallel with the application AndroiTS GPS Test v.1.48 Free page: http://www.androits.com B4A Question Orientation - On Android 6 it works, on Android 11 it doesn't - agraham (first post)    Sep 12, 2022 A compass indicates the direction of the earth magnetic field. A compass needle is a magnet. Smartphones use a three-axis magnetometer Hall effect sensor to detect magnetic fields. B4A Question The 100,000+ Downloads Club - PhilN (first post)    Jan 02, 2023   (8 reactions) I am glad to announce that Compass GM reached 100'000+ downloads recently. Here is the Google Play link. It shows magnetic and true heading and uses your devices gyro to improve rate of rotation without losing accuracy. Give it a try!
It's free and has no ads. It was published in July 2020 but was B4A Question Johan Schoemann's Simple Compass - Johan Schoeman (first post)    Apr 16, 2023   (1 reaction) and check with @PhilN - he has done a magnificent compass at one time or another. B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Dec 03, 2023   (2 reactions) B4R
B4R sensor
Compass - magnet sensor group xxx5883
Compass - magnet sensor group xxx5883
https://www.b4x.-magnet-sensor-group-xxx5883.157604/
B4J
SithasoDaisy
SithasoIONIC7 Wireframes: A Step-by-Step Guide to Professional Ionic 7 Mobile Apps Designs
SithasoIONIC7 Wireframes: A Step-by-Step Guide B4A Question how to define a new type as a list of words? TYPE tHeading = (N, E, S, W) - aeric (first post)    Jan 20, 2024   (3 reactions) You need to Dim a new variable everytime you want to instantiated as a new object.
Dim Courses As List
Courses.Initialize
Dim Compass As CompassValue
Compass.Initialize
Compass.Dir = "N"
Compass.Deg = 100
Compass.Dist = 2000
Courses.Add(Compass)
Dim Comp B4A Example Simple Compass - Johan Schoeman    Apr 09, 2016   (14 reactions) 43082
Library:
Compass
Author: Author: Marko Gargenta, Wrapped by: Johan Schoeman
Version: 1
Compass
Events:
current_orientation (orientation As Int)
Fields:
ba As BA
Methods:
BringToFront
DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)
Initialize (EventName As St Page: 1   2   3   4   5   6   7   Powered by ColBERT |