-
用Android手机蓝牙制作蓝牙小车
以51单片机为平台,使用LN298驱动以及蓝牙模块制作的安卓小车的源代码。安卓手机遥控小车,顾名思义就是用安卓手机来控制小车前后左右运动。给大家展示一个既可触摸按键控制又可重力感应控制的Android手机软件和DIY小车,既然使用手机蓝牙控制,那小车上必须要有一个蓝牙模块与手机蓝牙通信。在这里选用了HC06蓝牙转串口模块。
HC06蓝牙转串口模块的作用是将从手机蓝牙发送过来的指令接收到后转换成串口的形式通过单片机的串口传给单片机。只需将该模块的RXD接上51单片机的RXD引脚就行(当然还有电源),TXD不用接,因为我们只用它接收手机蓝牙信号,不发送数据。它出厂默认设置的波特率9600 ,不重新设置它的波特率的话,在写单片机串口程序时,也要将波特率设置为9600。
- 2022-07-22 04:22:55下载
- 积分:1
-
12864
基于12864的显示程序,能学会的程序,让你能够爱上它(12864-based display program, to learn to program, so you can fall in love with it)
- 2011-08-08 15:03:00下载
- 积分:1
-
用C#写的c#和Java在控制台编译时的小工具
用C#写的c#和Java在控制台编译时的小工具-Using C# to write the c# and Java compile-time in a small console tool
- 2022-05-25 06:53:58下载
- 积分:1
-
SQLServer2005
该书采用实例方式讲授SQL SEVER2005数据库的应用,以实用,实践作为原则,讲数据库的基本原理与应用技术相结合(Examples of the way the book used to teach the application of database SQL SEVER2005 to practical, practice as the principles and the basic principles of database technology and application)
- 2009-06-25 10:28:17下载
- 积分:1
-
FBP
CT(computer tomography )图像重建算法,FBP,是目前商用CT的主流重建算法(computer tomography reconstruction algrithm)
- 2020-09-05 04:38:06下载
- 积分:1
-
OpenCascade中文帮助文档
说明: OCC基础教程,Opencascade基础教程、帮助文档(OCC Basic Courses,Opencascade Basic Courses)
- 2020-06-17 23:40:02下载
- 积分:1
-
STM32
实现电子钟功能 ,可设置闹钟,有闹铃,可设置时间和闹钟时间(Implement electronic clock function, can set the alarm clock, alarm clock, can be set up time and clock time)
- 2015-07-19 13:05:31下载
- 积分:1
-
一个自己写的 C# BigInteger 类,.net 类库中没有 BigInteger 类,写此类是为了与 java 中的 BigInteger 对应,以方便...
一个自己写的 C# BigInteger 类,.net 类库中没有 BigInteger 类,写此类是为了与 java 中的 BigInteger 对应,以方便大数运算-One wrote it myself C# BigInteger Class,. Net library does not BigInteger class, write these in order to correspond with the java in the BigInteger to facilitate the operation of large numbers
- 2022-01-27 21:11:56下载
- 积分:1
-
进程间通信之共享内存
C# 实现的共享内存,包含服务端和客户端,可实现数据的双向发送与接收
- 2022-08-18 07:06:11下载
- 积分:1
-
FIFO-master
This is a generic FIFO buffer that can be used to store any kind of items. It is written in C language and can be compiled and used on almost any architecture. It was designed to be used on memory limited architectures such as microcontrollers. Examples of the applications that can be built with this library include:
- 2020-06-21 02:00:01下载
- 积分:1