登录
首页 » 其他项目 » 智能手表单片机程序

智能手表单片机程序

于 2023-08-10 发布 文件大小:68.85 MB
0 225
下载积分: 2 下载次数: 1

代码说明:

应用背景触摸屏采用的是2.0寸的全视角IPS TFT彩屏 采用8位数据口控制,大大减少IO的使用,驱动采用的ILI9335,更加容易地移植STemWin,触摸板是自己加上的,触摸IC为XTP2046,采用模拟SPI采集触摸屏AD值。关键技术震动电机采用普通IO口控制,当有电话来或者接到短信的时候就打开,直到电话接起或者拒接。利用MCU自带的ADC对心率传感器的电压进行采集,通过MCU处理后,利用STemWin的GRAPH控件构建心率图。串口6连接蓝牙模块对智能开关进行控制,控制风扇、电灯等,并利用蓝牙模块进行温度无线采集。用户按键的主要功能是锁、开屏和开、关机(进入停机模式),则按键用WKUP功能引脚。SIM908通信模块带有GSM、GPRS和GPS功能,是此智能手表功能实现的主要核心,智能手表的通话、短信、远程追踪功能都是由此模块来实现。SD卡模块用来保存中文字库和收到的短信。为了提高安全性,采用管理员管理模式,当检测到管理员发来的短信命令时,才允许手表打开其追踪功能,管理员的账号密码保存在AT24c02这一非易失性存储IC中。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 双向约瑟夫问题
    约瑟夫问题是一个经典的问题,我们不妨将这个经典问题进行扩展,变成一个双向的约瑟夫问题。 已知n个人(不妨分别以编号1,2,3,…,n 代表 )围坐在一张圆桌周围,首先从编号为 k 的人从1开始顺时针报数,1, 2, 3, ...,记下顺时针数到 m 的那个人,同时从编号为 k 的人开始逆时针报数,1, 2, 3, ...,数到 m 后,两个人同时出列。然后从出列的下一个人又从 1 开始继续进行双向报数,数到m的那两个人同时出列,…;。依此重复下去,直到圆桌周围的人全部出列。直到圆桌周围只剩一个人为止。    如果双向报数报到 m 时落在同一个人身上,那本次出列的只有一个人。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-15 10:54:04下载
    积分:1
  • huffmantr
    huffmantr
    2023-04-18 02:40:03下载
    积分:1
  • Emdros is a text database middleware
    Emdros is a text database middleware-layer aimed at storage and retrieval of "text plus information about that text." This information could be linguistic analyses or other annotations. Emdros provides an abstraction of text that makes it well suited to storing /syntactic analyses/ of text, but other linguistic information is supported as well. Emdros comes with a query-language, MQL, that enables powerful queries. Emdros acts as a middleware-layer between a client (not provided) and a database back-end. Currently, PostgreSQL, MySQL, and SQLite (2 and 3) are supported, but other back-ends can easily be added.-Emdros is a text database middleware-layer aimed at storage and retrieval of "text plus information about that text." This information could be linguistic analyses or other annotations. Emdros provides an abstraction of text that makes it well suited to storing /syntactic analyses/ of text, but other linguistic information is supported as well. Emdr
    2023-07-09 16:25:04下载
    积分:1
  • 模拟Maya模型的交互式控制,可通过左右方向键控制人物旋转,上下方向键控制步行...
    模拟Maya模型的交互式控制,可通过左右方向键控制人物旋转,上下方向键控制步行-Maya simulation model of interactive control by about key figures rotary control, The next key control walking
    2022-05-21 18:50:01下载
    积分:1
  • Pasc+Java 这是一个国外的随机自动机*(RAM)一个学习用的程序,古老静电...
    Pasc+Java 这是一个国外的随机自动机*(RAM)一个学习用的程序,古老静电-Pasc Java This is a random foreign* Automatic Machine (RAM) used in a learning process, the ancient electrostatic
    2022-11-29 20:55:08下载
    积分:1
  • lingo教程,很好用 适合lingo入门
    lingo教程,很好用 适合lingo入门-Tutorial lingo, lingo very well suited for entry-
    2022-05-24 11:58:31下载
    积分:1
  • 用于查找地图上涂层的单位图元的GIS软件,同时也包括地图操作...
    用于查找地图上涂层的单位图元的GIS软件,同时也包括其他地图操作-map used to locate the coating unit map yuan GIS software, but also includes other maps operation
    2023-09-04 15:05:03下载
    积分:1
  • 32*32点阵书写屏程序
    应用背景unsigned long hualiang[]= { 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000, 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000, 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000, 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000, }; void hua_liang(void) { unsigned int j;         for(hang=0;hang
    2022-03-01 10:54:03下载
    积分:1
  • themselves prepared a summary of the diary, the interface is not very pretty
    自己编写的一个简易的日记本,界面不是很漂亮-themselves prepared a summary of the diary, the interface is not very pretty
    2022-02-05 00:45:42下载
    积分:1
  • Zinc5.3完整源码
    windRiver提供的的Zinc5.3完整源码,文档非常齐全,默认状态下可在Windows下用VC编译,支持交叉平台开发,相比高版本的Zinc6.0占用资源要少。-windRiver Zinc5.3 the integrity of the source code, documentation is very complete, default under Windows using VC compiler to support cross-platform development, Compared version of the high-occupancy Zinc6.0 fewer resources.
    2022-03-12 18:54:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载