2022 Sports Bracelet N78 Smart Watch Full Touch Screen Support Dialing Call Heart Rate Blood Pressure Suitable for Apple Android

$28.35
Color:  black
Quantity

The current product type does not support gifts, you can preview it after switching to a gift card product

(This prompt will not be displayed on the customer side)

giveaway

Description

Brand Name: JieXinRui

Mechanism: Yes

Origin: CN(Origin)

SIM Card Available: No

System: None

GPS: Yes

Type: On Wrist

Compatibility: All Compatible

ROM: <128MB

Function: Calculators

Rear Camera: None

Language: Greek

RAM: <128MB

Waterproof Grade: Life Waterproof

Multiple Dials: Yes

Certification: FCC

Battery Capacity: 180-220mAh

Network Mode: None

Style: SPORT

Movement Type: Electronic

Screen Shape: Square

Resolution: 385*385

Case Material: Alloy

Display Size: 1.75in

Band Material: Silica gel

Battery Detachable: No

Band Detachable: Yes

The N78 Smart Watch Is a Better Watch Than W37 Pro

【Smart Watch for Men Women】N78 smartwatch is equipped with a 1.75" high-definition full-touch display screen, with GPS location sharing (need to connect to phone), activity tracker (calorie consumption, exercise distance and time, etc.), heart rate monitor, Heart ratemonitor, 100 + sport modes, sleep monitor, music control, weather report, sedentary reminder, find phone, call rejection, brightness adjustment and other functions to meet your daily needs.

【Accurate Fitness Tracker 】 The smart watch fitness tracker can automatically record basic information such as tracking steps, calorie consumption and sleep. The smart watch have 100+ sport modes, which can greatly help you monitor and record your daily exercise and fitness activities. accurately track your outdoor sports such as running and cycling.

【Heart Rate Monitoring and Sleep Tracking】

N78 smart watch for men and women has an advanced HR sensor that can perform effective heart rate monitoring and comprehensively analyze your sleep quality (deep sleep, light sleep and wake-up time) to help you develop a healthier lifestyle.

【Waterproof Fitness Watch & Long Battery Life】3ATM Waterproof smart watch, let you to hand washing without any worries. Large capacity and low power consumption battery provide longer service life, supports up to 7-10 days of use and 45 days of standby time.

【Smart Watch for iPhone and Android phones】

N78 smart watch compatible with most iOS 10.0 and Android 5.0 or above smartphones (Not applicable to PCs, iPads or Tablets). It can make Bluetooth call, Answer and reject calls, receive SMS, Facebook, Twitter, YouTube, Instagram, email and other application notifications, support Apple iPhone, Samsung, Huawei, Xiaomi, OnePlus, etc.

Specific parameters

Chip:Hs6621
Internal Memory for storage :128M
Screen size:1.75inch-square screen
Screen Resolution:385*385-TFT
Screen material : 3.7V/200mAh
Compability: support IOS 10.0+ and Android 5.0+

Message push Language:

English, Arabic, French, German, Spanish, Portuguese, Russian, Thai, Polish, Italian, Japanese, Traditional, Czech, Turkish, Greek, Latin, Romanian, Vietnamese, Danish,

Message push Language:

English, Arabic, French, German, Spanish, Portuguese, Russian, Thai, Polish, Italian, Japanese, Traditional, Czech, Turkish, Greek, Latin, Romanian, Vietnamese, Danish,


APP Support language:

English, French, German, Japanese, Spanish, Italian, Korean, Russian, Thai, Czech, Portuguese, Indonesian, Arabic, Turkish, Greek, Estonian, Bulgarian, Latvian, Lithuanian, Romanian, Serbian, Slovak (24 courses)


Software features
Split screen, Password lock, brightness level, sports mode (walking, running, climbing, riding, basketball, badminton, table tennis, football, snapping), heart rate, blood pressure, stopwatch, alarm clock, calendar, Bluetooth music, blood oxygen, finding mobile phone, temperature measurement, setting, SMS, Bluetooth call, remote photo, sleep monitoring, heart rate, message reminder, etc. SIRI, drinking water reminder, games (ninja jumping, top experts), menu style, loss alarm, saving mode, WeChat, QQ, Facebook, Twitter, WhatsApp.


1. How to turn on the watch and set the time?

When you first use the watch, please charge it first to activate it, or it will not tun on. The smart watch's time will automatically sync with your phone after you connect through the 'WearFit pro' app. The watch cannot set the time by itself.

2. How to connect the smart watch to your phone?

This smart watch can work with most iOS 10.0/Android 5.0 or above and Bluetooth 5.2 or later smartphones. The app name is 'WearFit pro' . Please install it in your smartphone first, then connect the watch to your smartphone through the app instead of through your phone's bluetooth list to reach the complete functions.

Steps: Download the 'WearFit pro' app in your smartphone (you can scan the QR code in user manual or search 'WearFit pro' in App Store)

3. Blood pressure monitoring

(1). Before using, fill in the blood pressure value in the WearFit pro APP, which is tested by the medical device in blood pressure calibration. Specific steps: Enter the WearFit pro application> click the "+" icon> click the "blood pressure monitor" icon> click "blood pressure calibration".

(2). Enter correct personal information in the WearFit pro APP to improve the accuracy of the blood pressure monitor.

N78 Smart Watch Free Shipping Packing List:

1* original smart watch
1* charger
1* user manual


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.