B4R Code Snippet Compass - magnet sensor group xxx5883 - peacemaker    Nov 25, 2023   (4 reactions) There are many versions of compass chip with 5883 number in the name. Initial Honeywell's... Private Sub AppStart Serial1.Initialize(115200) Log("AppStart") esp_compass.Start End Sub 'module name 'esp_compass' 'chipsets Honeywell's HMC5883L (i2c...("prepare_compass",Null) If ChipType > 0 Then Timer1.Initialize("Timer1_Tick", 200) Timer1.Enabled = True Else Log("Compass - prepare error."... B4A Library CompassView - Another CompassView - Johan Schoeman    Jun 9, 2018   (16 reactions)
Sample code:
#Region Project Attributes
#ApplicationLabel: b4aNewCompassView
#VersionCode: 1... can only be accessed from this module.
Private ncv1, ncv2, ncv3 As NewCompassView... B4A Question phone as compass - canalrun    Sep 13, 2017 I've been looking into this problem for several years. I want to orient a Google map based on the compass heading that the phone is pointing. I've tried using GPS bearing, but that seems to rely on the phone being moving. I've tried many of the examples posted in the forum on a dozen or so phones. I have also downloaded free apps from Google Play. I've never found anything... an accurate compass? Most forum posts I have looked at are several years old – maybe there is a newer... B4A Question Reverse Screen Orientation and Compass - alfcen    Sep 23, 2012 Sorry, if I overlooked something. Is there any means of checking whether a screen orientation is reverse or 'normal'? If possible without the Phone library (my users dislike this permission). This seems important as the compass is 180 degrees off in reverse mode. It also appears as if phones and tablets use a different angle of origin which is 90 degrees offset. This is no major issue, though. Thanks for reading... B4A Question [SOLVED]Capture image from Camera2 with overlaid compass - josejad    Jan 2, 2019 the compass orientation, so I've overlaid a compass over the camera preview, and I need to save the image with the overlaid compass.
I've tried to define
pnlCamera as B4XView
..
cam... B4A Class Open Street Map viewer - GPS - spsp    Mar 17, 2021   (61 reactions) on the map. UI : - Lat/lng Center of the map - Zoom Level - Compass Direction with rotation - Scale... Level Changed - Compass Direction Changed - Shape Clicked - Map Clicked - Center Lat/lng clicked - Button Menu clicked - Scale clicked - Compass Clicked - GPS Clicked Tile Server 2 new properties... for the compass and gps How to use it : - Just add the cvMap custom view with the designer... B4A Question Implementing a compass (Lib NewCompassView) - prokli    Mar 3, 2021 I try to run this nice compass app:
https://www.b4x.com/android/forum/threads/compassview-another.... I have added the libraries to the AdditionalLib folder and "NewCompassView" can be added... Share My Creation Compass GM a gyro-magnetic compass app featuring true and magnetic heading - PhilN    Oct 26, 2020   (32 reactions) compass app "Compass GM" written in B4A from the Play Store. As long as your device has a compass. Please let me know what you think and if you want to please rate and write a review on it in... B4A Library CompassView - Johan Schoeman (first post)    Jan 20, 2026
I´ll test with GPS Permissions later today too ;-)
https://www.b4x.com/android/forum/threads/compa... 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... Page: 1   2   3   4   |