SinoTrack Car GPS HUD Heads Up Display Universal Digital Speedometer Driving Alert Overspeed Alarm Trip Meter for All Cars

$27.45
$54.89
-50%
Quantity

Description

SinoTrack Heads Up Display GPS Speedometer

Why choose our Universal Car Heads Up Display?

  • SinoTrack technology team is committed to developing products for car enthusiasts and we never cease to offer our customers cost-effective products such as the Digital GPS Speedometer for Car, the latest product for the second quarter of 2022.

  • Not only is it designed to allow drivers to see their speed and driving time with a flat view while driving, but most importantly it is equipped with speeding alerts and fatigue alerts for driver safety, making it an essential safety accessory for car travel enthusiasts/people who need to drive for long periods of time.

  • SinoTrack car speedometer HUD equipped with the HD LCD display. Unlike traditional HUDs, which need to be projected on a transparent sheet to view the data, traditional HUDs will affect the clarity in strong sunlight, which is not conducive to driving safety.

  • An unexpected and creative gift: you can give it to someone you care about as a holiday gift, as a partner gift, or as a Father's Day gift, it also can be a car accessory gift for yourself.

Convenient, High-definintion, Multi-functional GPS Heads-up Display Compatibility for All Vehicle


Display of different functional interfaces

1. Speed+Time+Compass+ Number of GPS satellites+ Decorative atmosp

2. Speed+Driving time+ Decorative atmosphere lights

3. Driving direction angle speed+ Compass+Altitude

4. Speed+Driving distance

5. Speed+Compass+ Acceleration time per 100 kilometers+ Decorative

6. Speed+Decorative atmosphere lights

7. Speed+Compass+Number of GPS satellites

8. Simple speed

For all models, the connection is a USB interface

Intelligent TechnologyChip--GPS+BEIDOU Global Positioning System

Professional scheme design makes the performance more powerful: high-performance processing chip, super performance and compatibility, dual-running memory, and dual-core processor to ensure smooth high-speed operation

Satellite time & Vehicle Satellite Altimeter

Satellite automatic time service, no difference in every second, not affected by natural factors such as weather;

The altitude is collected by satellite and is not affected by natural factors such as weather.

Travel Time Calculation

Shows the time have been driving, providing important driving data during a car journey so you can make next move.

Mileage Measurement

Calculate the distance from the point of departure to the point of destination, know your driving travel distance.

Alarm functions Improve driving safety

Overspeed alarm:Alarm when the vehicle speed reaches the set default value of 150KM/H(30-250 setting);
Fatigue driving: Reminder after continuous driving exceeds the default value of 4.0 hours(1-8h setting).

HD Display Anytime

Any car can be used

Package list

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.