You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zepp Health (NYSE: ZEPP) is a global smart wearable and health technology leader, empowering users to live their healthiest lives by optimizing their health, fitness, and wellness journeys through its leading consumer brands, Amazfit, Zepp Clarity, and Zepp Aura. Powered by its proprietary Zepp Digital Management Platform, which includes the Zepp OS, AI chips, biometric sensors, and data algorithms, Zepp delivers cloud-based 24/7 actionable insights and guidance to help users attain their wellness goals. The company has also applied its AI expertise to emerging industrial medical imaging technologies and delivers big data and analytics capabilities to support medical and diagnostics care service providers. To date, Zepp has shipped over 200 million units, and its products are available in 90+ countries. Founded in 2013 as Huami Corp., the company became Zepp Health Corporation in February 2021. Zepp has 1,300+ team members and offices across North America, EMEA, and APAC regions. For more information, visit www.zepphealth.com.
What is Zepp OS Mini Program
Zepp OS is a health management system for smart watches and wearable devices that aims to create products and user experiences based on the concept of "creating health value for users". At the same time, on the upper layer of the operating system, through its "lightweight" development framework, Zepp OS supports the development of Mini Programs.
Zepp OS Mini Programs are developed in JavaScript and require only basic programming experience to get started quickly.
Let's take a look at a simple demonstration of running the Mini Program.
This Mini Program reads the calorie consumption converted to the corresponding food through the watch data interface.
In our Zepp App Store, there are 200+ JS Mini Programs that contestants can experience.
📖 A brief look at the architecture
A complete Zepp OS Mini Program is divided into two parts.
Device App
Side App (optional)
Settings App
Side Service
"Device App" runs on the device side (devices with Zepp OS) and has the ability to interact with UI, device sensor calls, etc.
"Side App" is a collective term for the "Settings App" and "Side Service" running on the Zepp App (usually a smartphone device, henceforth referred to as mobile).
Side Service communicates with Device App via Bluetooth, and Settings App has the capability of mobile UI.
The whole Architecture looks a bit complicated, but this gives the Zepp Mini Program a powerful capability.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
About Zepp Health
Zepp Health (NYSE: ZEPP) is a global smart wearable and health technology leader, empowering users to live their healthiest lives by optimizing their health, fitness, and wellness journeys through its leading consumer brands, Amazfit, Zepp Clarity, and Zepp Aura. Powered by its proprietary Zepp Digital Management Platform, which includes the Zepp OS, AI chips, biometric sensors, and data algorithms, Zepp delivers cloud-based 24/7 actionable insights and guidance to help users attain their wellness goals. The company has also applied its AI expertise to emerging industrial medical imaging technologies and delivers big data and analytics capabilities to support medical and diagnostics care service providers. To date, Zepp has shipped over 200 million units, and its products are available in 90+ countries. Founded in 2013 as Huami Corp., the company became Zepp Health Corporation in February 2021. Zepp has 1,300+ team members and offices across North America, EMEA, and APAC regions. For more information, visit www.zepphealth.com.
What is Zepp OS Mini Program
Zepp OS is a health management system for smart watches and wearable devices that aims to create products and user experiences based on the concept of "creating health value for users". At the same time, on the upper layer of the operating system, through its "lightweight" development framework, Zepp OS supports the development of Mini Programs.
Zepp OS Mini Programs are developed in JavaScript and require only basic programming experience to get started quickly.
Let's take a look at a simple demonstration of running the Mini Program.
This Mini Program reads the calorie consumption converted to the corresponding food through the watch data interface.
In our Zepp App Store, there are 200+ JS Mini Programs that contestants can experience.
📖 A brief look at the architecture
A complete Zepp OS Mini Program is divided into two parts.
"Device App" runs on the device side (devices with Zepp OS) and has the ability to interact with UI, device sensor calls, etc.
"Side App" is a collective term for the "Settings App" and "Side Service" running on the Zepp App (usually a smartphone device, henceforth referred to as mobile).
Side Service communicates with Device App via Bluetooth, and Settings App has the capability of mobile UI.
The whole Architecture looks a bit complicated, but this gives the Zepp Mini Program a powerful capability.
For more information, please refer to https://docs.zepp.com/docs/guides/architecture/arc/.
💪🏻💪🏻💪🏻 Zepp OS Capability
Now that Zepp OS has been iterated to 3.0, the basic capabilities are quite complete, so let's take a look at the features.
🚀🚀🚀 Quick Start
Zepp OS team provide documentation and video tutorials to help developers get started the fastest!
💬 Community
Welcome to our community!
Zepp Health Open Source Project
AutoGUI
Quick GUI Prototyping Tool
https://bit.ly/zepp-autogui
Visual Logger
See the Logs On Device's Screen
https://bit.ly/zepp-vislog
Zml
A Mini Library of Zepp OS Mini Program
https://github.com/zepp-health/zml
📚 Reference
Beta Was this translation helpful? Give feedback.
All reactions