搜索资源列表
key
- 单片机按键程序,原代码提供各位参考和大家一同学习-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define I
arduino_Object-Detection
- 基于arduino单片机实现的利用三个超声波传感器实现的走迷宫的程序。需要arduino自己的开发环境!-Object Detection base on the arduino singlechip and ultrasonic transducer
US-100-example-for-Arduino
- arduino单片机对us-100超声波的串口读取程序-Arduino single-chip microcomputer to us- 100 ultrasonic serial port to read program
xbee-api-0.9
- Xbee 无线芯片 C++ 程序库,用于Arduino 单片机,工作在 API 模式下,程序包括输入、输出、设置、判断是否有数据接收等-Xbee wireless chip C++ library
COPYING
- 单片机控制代码 用在arduino的程序烧写部分-MCU control code with arduino be programmed
zitaijiancemoniliang
- 用arduino单片机和bma180加速度模块实现姿态检测的程序-arduino bma180
learning-arduino
- Arduino是一个能够用来感应和控制现实物理世界的一套工具。 它由一个基于单片机并且开放源码的硬件平台,和一套为Arduino板编写程序 的开发环境组成。 Arduino可以用来开发交互产品,比如它可以读取大量的开关和传感器信号,并且可以控制各式各样的电灯、电机和其他物理设备-Arduino is a set of tools that can be used to sensing and control of the reality of the physical world. It c
51communicate-with-Arduino
- Arduino32路舵机控制板的控制程序,利用51单片机所接的矩阵键盘通过异步通信向Arduino控制板发送其规定的字符串指令,使舵机控制板控制舵机实现其预先在PC上通过软件设定好的动作。控制舵机机器人时非常好用的程序。-The servos control panel in Arduino32 Road control program using 51 microcontroller connected matrix keyboard through a the asynchronous co
AVR-arduino-minisys
- 该编程器使用ISP并口下载线,所以电路相当简单。在这份资料中还 给出了一个ATmega8最小系统板的电路图和PCB,只要把ISP下载线接到该 系统板上即可下载程序到单片机里。-The programmer uses ISP parallel port download cable, so the circuit is quite simple. In this item are also given an ATmega8 minimum system board schem
pid-control-program
- pid示例程序,使用arduino单片机-pid example, the use arduino microcontroller
u8glib_arduino_v1.15
- Arduino单片机OLED、LCD12864等驱动程序,大量现成的界面程序,使用方便 -Arduino microcontroller OLED, LCD12864 and other drivers, a large number of ready-made interface program, easy to use
Pixy
- Pixy是卡耐基梅龙大学开发的第五代数字颜色传感器,可直接连接与Arduino单片机,程序中自带库文件和程序实例。-Pixy was developed at Carnegie Mellon University' s fifth-generation digital color sensor that can be directly connected to the Arduino microcontroller, the program comes with libraries and
Arduino
- 关于陀螺仪mpu6050与Arduino 单片机通信的程序-About gyro mpu6050 and Arduino single chip microcomputer communication program.............
arduino_WifiRobot
- 基于arduino的wifirobot机器人的单片机程序,目标硬件是atmega328的arduino uno开发板,需要适用wifi通讯模块,或者适用刷如openwrt的wr703n路由器接入到arduino uno的串口来完成无线通讯。采用手机,笔记本电脑来作为上位机
mpu-6050
- mpu-6050简单应用,单片机及arduino示例程序,串口液晶显示。-Mpu- 6050 simple applications, single chip microcomputer and the arduino sample program, liquid crystal display (LCD) serial port.
2004LCD
- 这个程序主要是在ARDUINO单片机上面,实现2004液晶屏的显示功能希望可以分享给大家一起学习。-This program is mainly on the arduino MCU, to realize the LCD screen display function of the hope can be shared to learn together.
nfc_p2p_initiator
- ARDUINO单片机的NFC程序,基于IIC;(PN532 on ARDUINO P2P mode, you can read and write ordinary card UID)
Self_balancing
- 使用arduino单片机实现小车的自动平衡控制,包括小车姿态获取---卡尔曼滤波,和PID参数整定。解压后整个文件夹放到arduino的libraries文件夹里面。只需打开并烧写Self_balancing.ino这个代码例程。(Using Arduino microcontroller to achieve automatic balancing control of the car, including car attitude acquisition --- Calman filter,
DallasTemperature
- 51单片机或者arduino单片机DallasTemperature温度读取模块程序(51 microcontroller or Arduino microcontroller, DallasTemperature temperature read module program)
例程2-LED 闪烁
- 使用Arduino单片机,控制LED闪烁的小程序(Arduino control LED flashes)