当前位置:网站首页>Dayu200 experience officer runs the intelligent drying system page based on arkui ETS on dayu200
Dayu200 experience officer runs the intelligent drying system page based on arkui ETS on dayu200
2022-07-06 22:49:00 【51CTO】
Catalog
- background
- development environment
- Specific development process
- 1. New project
- 2. Page structure design
- 3. The code structure
- 4. Complete code
- 5. Some materials used
- 6.Previewer Preview effect
- DAYU200 Running effect
- gitee Address
- Demo video
- Follow up development plan
background
ArkUI-eTS At present, it has been able to run a variety of equipment , At the same time, it also provides us with more and more rich component and hardware development capabilities . This time is mainly to write a page of intelligent drying system to DAYU200 Run the test above .
eTS Get started or get eTS official API For documents, please refer to my other post : ArkUI_eTS Get started with your hands
development environment
DevEco Studio for OpenHarmony3.0.0.900
OpenHarmony edition :3.1_Release
Development board :DAYU200 ( be based on openHarmony3.1_Release edition )
Specific development process
1. New project
After the creation of the project , The project catalogue is as follows :
And then , Need to be in “MainAbility” Create under directory “image” The directory is used to store some page material resources .
( Right click “MainAbility” file name -“New”-“Directory”- Input “image” Create )
After creation , The structure of the project catalogue is as follows :( At the same time, we know “image” Contents and “resources-base-media” Can store some material resources )
2. Page structure design
Main page structure :
Sub page structure :
3. The code structure
4. Complete code
5. Some materials used
Background material :
6.Previewer Preview effect
DAYU200 Running effect
gitee Address
Link to the original version ( Able to run on DAYU200 You can download the resource code at the bottom of this post )
Demo video
https://ost.51cto.com/show/14309
Follow up development plan
Based on this drying system interface and DAYU200 Development board ,
(1) Connect Hi3861 Smart home kits get real environment data ;
(2) Call weather API, send DAYU200 The weather forecast information can be obtained in real time after networking , So as to better realize the drying function ;
(3) if DAYU200 The camera itself is not allowed , It can be connected to an external camera or used Hi3516 AI Camera The function of the development kit is to monitor the drying status of clothes in real time more intelligently .
(4) Besides the perfect hardware function , Also upgrade some compatibility and functions of the software , It can not only run the program in DAYU200 Development board , Also in all HarmonyOS Run on device .
Want to know more about open source , Please visit :
边栏推荐
- OpenSSL:适用TLS与SSL协议的全功能工具包,通用加密库
- 【LeetCode】19、 删除链表的倒数第 N 个结点
- Motion capture for snake motion analysis and snake robot development
- Puppeter connects to the existing Chrome browser
- Advantages of link local address in IPv6
- Classification, function and usage of MySQL constraints
- Unified Focal loss: Generalising Dice and cross entropy-based losses to handle class imbalanced medi
- OpenSSL: a full-featured toolkit for TLS and SSL protocols, and a general encryption library
- 空结构体多大?
- three. JS gorgeous bubble effect
猜你喜欢
ACL 2022 | 序列标注的小样本NER:融合标签语义的双塔BERT模型
Pit encountered by handwritten ABA
Adavit -- dynamic network with adaptive selection of computing structure
欧洲生物信息研究所2021亮点报告发布:采用AlphaFold已预测出近1百万个蛋白质
【LeetCode】19、 删除链表的倒数第 N 个结点
Aardio - integrate variable values into a string of text through variable names
CUDA exploration
CocosCreator+TypeScripts自己写一个对象池
Improving Multimodal Accuracy Through Modality Pre-training and Attention
CSDN 上传图片取消自动加水印的方法
随机推荐
ACL 2022 | small sample ner of sequence annotation: dual tower Bert model integrating tag semantics
NPM cannot install sharp
枚举与#define 宏的区别
Return keyword
DR-Net: dual-rotation network with feature map enhancement for medical image segmentation
Matlab tips (27) grey prediction
【Unity】升级版·Excel数据解析,自动创建对应C#类,自动创建ScriptableObject生成类,自动序列化Asset文件
Extern keyword
Jafka来源分析——Processor
Motion capture for snake motion analysis and snake robot development
浅谈网络安全之文件上传
Comparison between variable and "zero value"
ACL 2022 | 序列标注的小样本NER:融合标签语义的双塔BERT模型
Typescript get function parameter type
变量与“零值”的比较
rust知识思维导图xmind
DR-Net: dual-rotation network with feature map enhancement for medical image segmentation
return 关键字
Project duplicate template
【编译原理】做了一半的LR(0)分析器