傻大方


首页 > 学习 >

基于单片机的简易触摸屏手机



按关键词阅读:

摘要
本系统是一个基于单片机的简易触摸屏手机 。最近几年,手机的发展日新月异,特别是android操作系统和触摸屏的便捷性,使触摸屏手机迅速普及,触摸屏手机将是未来手机的主流配置,此系统就是研究触摸屏手机的工作原理及实现方法 。整个系统主要是由STC12C5A60S2单片机,SIM300模块,串口触摸屏及一些外围器件组成的,主要功能的实现方法是:先用触摸屏配套PC组态软件和PS软件提前设置好触摸屏的图标和数字键盘等主要显示界面,然后下载到触摸屏的内部存储器中,供触摸屏内部处理;当按下相应的触摸按键后,把触摸屏的内部处理后的数据通过单片机的串口1发送给单片机,之后单片机进行相应的运算处理和判断,再通过单片机的串口2给SIM300模块发送相应的AT操作指令,驱动SIM300模块发送对应的手机信号 。通过以上模块,可以实现:接、打电话,接、发英文短信,有来电提醒功能,以及实时时钟的功能 。
关键词:手机;SIM300模块;串口触摸屏;实时时钟
I
ABSTRACT
This system is a simple microcontroller-based touch screen phone. In recent years, development of mobile phones is very fast. Especially because the android operating system and touch screen is very convenient, touch screen mobile phone is more and more popular. Touch screen mobile phones will be the most mainstream configuration
in the future.The whole system is mainly composed by STC12C5A60S2 microcontro ller,Sim300 module, serial touch screen, and some peripheral devices. The realization method of the main function is: firstly use a touch screen supporting PC configuration software and PS software, set touch screen icon and numeric keypad and other display interface in advance. Then download to the internal memory of the touch screen ,let internal touch screen process;If the corresponding touch button is pressed,sent the d ata of processed by the touch screen to the microcontroller via a serial microcontroll er,Then the microcontroller executes the corresponding arithmetic processing and j udgment. Then the controller send the appropriate AT command to SIM300 module through the serial 2.And Drive the SIM300 module sending mobile phone signal. The system also adds a 1302 clock chip, time can be displayed in real time. Through the above module, this system achieves: receive, make a phone call; Receive, send English text messages. There is an incoming call reminders, and perpetual calendar. Also it can set the alarm clock.
Key Words: mobile phone; SIM300 module; serial touch screen; perpetual calendar
目录
1引言 (1)
1.1课题研究的背景 (1)
1.2课题研究的目的及意义 (1)
1.3课题研究设想 (2)
2 系统方案研究 (3)
2.1方案论证 (3)
2.1.1主控芯片选择 (3)
2.1.2 GSM模块选择 (3)
2.1.3触摸屏模块选择 (4)
2.1.4时钟模块选择 (4)
2.2方案最终选定及系统原理框图 (5)
3 硬件电路设计 (6)
3.1 STC12C5A60S2主控单片机介绍 (6)
3.1.1单片机的主要特性 (6)
3.1.2单片机引脚说明 (7)
3.1.3串行口功能介绍 (8)
3.1.4 STC12C5A60S2单片机最小系统 (9)
3.2 SIM300模块 (9)
3.2.1 SIM300功能简介 (9)
3.2.2 SIM300电路原理 (10)
3.2.3 SIM300串口调试简介 (11)
3.3触摸屏模块 (14)
3.3.1串口触摸屏简介 (14)
3.3.2触摸屏使用方法 (15)
3.4 RTC实时时钟 (16)
3.4.1时钟功能简介 (16)
4软件设计 (18)
4.1 Keil软件介绍 (18)
4.2编程总结 (18)
4.3迪文触摸屏组态软件介绍 (20)
4.4本设计的程序流程图 (22)
4.5源程序(见附录2) (23)
5系统调试过程 (24)
5.1单片机最小系统和时钟模块的调试 (24)
5.2时钟模块的调试 (24)
5.3 SIM300模块的调试 (24)
5.4串口触摸屏的调试 (25)
5.5系统联调 (26)
结论 (27)
参考文献 (29)
致谢 (30)
附录1:整体电路图 (31)
附录2:源程序 ................................................................................ 错误!未定义书签 。
1 引言
1.1课题研究的背景
自从手机出现之后,就给人们提供了极大的便利,从第一代的大哥大手机,接打电话的功能,到后来的GSM和CDMA等2G手机,性能和功能都更强大一些,安全性也更高,再到现在非常普及的3G智能手机,它的功能已经相当强大;它的主频比普通的2G手机更高了,而且得意于集成电路工艺的发展,以及人们对新颖的移动终端的不懈追求,促进了3G智能手机的快速发展,现在的智能手机不仅有接打电话等语音功能,还安装了操作系统,并且配备了重力感应,摄像头,语音识别等各种传感器,还有手机支付,手机钱包,手机游戏等,更因为触摸屏的方便操作,使手机的功能空前强大,为人们学习、生活和娱乐各个方面都提供了很多的方便,手机已经成为了人们生活中不可缺少的东西,2G,3G手机的发展迅速,而现在4G手机正在一些地区适用,可以说手机是一个更新换代最快的一个物品了 。手机的未来发展肯定会向着速度更快,性能更好的方向发展,手机会成为电子行业的一个最热门的话题,手机内部所体现出的东西,也是电子行业未来要研究的主要对象,例如物联网技术,手机如此重要,所以我就想研究一下手机到底是如何做出来的,研究一下它的具体工作原理和开发技巧 。


稿源:(未知)

【傻大方】网址:/a/2021/0402/0021244164.html

标题:基于单片机的简易触摸屏手机


上一篇:基于单片机的非接触式IC卡的读写

下一篇:基于单片机电子万年历课程设计