学习是人类进步的阶梯,而工作是学习的一种方式!
《马斯洛需要层次理论系统》

这是我来到这家公司的第一个项目,它让我学会了串口通信。当时,我的领导要求我把波特率设置为9600。当时我很困惑,我想: 波特率是什么?
因为当时他问我有没有用过通讯协议,我说我用过了,他说叫什么名字?我说,Protobuf,他说你为我写一个,然后你把波特率设置为9600,写完给我说,然后花了几天的时间,终于跑通了!
“你在这个项目中看到的一切,都是我自己设计和建造的,因为我们UI设计师当时正在休产假,所以我自己做。
This is the first project I came to this company, which made me learn serial communication. At that time, my leader asked me to set the baud rate to 9600. I was confused at that time, and I thought to myself: what is the ghost of baud rate?
Because at that time he asked me if I had used the communication protocol, I said I had used, he said what name? I say Protobuf, he says you write one for me, and then you set the baud rate to 9600, and then you call me,Everything you see in this project, I designed and built completely myself, because we were on maternity leave at the time, so I had to do it myself.
《一款和单片机交互软件》

本项目主要采用 Unity 串口通信与单片机进行交互。进入软件时,有两个旋转磁盘,带有手扫描动画等,左右手以及双手将不同的数据流发送到微控制器芯片,微控制器接收指令后处理相应的逻辑。
This project mainly uses Unity serial port communication to interact with the microcontroller. When entering the software, there are two rotating disks, with hand scanning animation, etc., the left hand and right hand as well as both hands will send different data streams to the microcontroller chip, and the microcontroller will process the corresponding logic after receiving the instruction.
《心悦灵智能宣泄系统》

演示视频:
这个项目是我当时做过的所有项目中最复杂的一个。从0到1构建底层框架、 UI、声音、资源等需要花费大量的精力和经验,而且通常很晚才完成。
本项目主要具有注册和登录、超级管理员功能、加密功能、硬件数据流传输等功能,包括图中的这些模块。
This project was the most complicated project of all the projects I had done at that time. It took a lot of effort and experience to build the underlying framework, UI, sound, resources, etc., from 0 to 1, and it was often done very late.
This project mainly has the functions of registration and login, super administrator function, encryption function, hardware data stream transmission, including these modules in the figure.
发表评论