登录
首页 » Visual C++ » 扫地机器人设计

扫地机器人设计

于 2020-09-12 发布 文件大小:11079KB
0 152
下载积分: 1 下载次数: 35

代码说明:

  自带小范围坐标识别,电机控制,语音控制,红外距离探测,电池充电控制,障碍识别,路径规划的功能,代码是基于单片机实现的!(It has the functions of small area coordinate recognition, motor control, voice control, infrared distance detection, battery charging control, obstacle recognition and path planning. The code is based on MCU.)

文件列表:

STM32\CMSIS\core_cm3.c, 17273 , 2010-06-07
STM32\CMSIS\core_cm3.h, 85714 , 2011-02-09
STM32\CMSIS\startup\startup_stm32f10x_cl.s, 15766 , 2011-03-10
STM32\CMSIS\startup\startup_stm32f10x_hd.s, 15503 , 2011-03-10
STM32\CMSIS\startup\startup_stm32f10x_hd_vl.s, 15692 , 2011-03-10
STM32\CMSIS\startup\startup_stm32f10x_ld.s, 12376 , 2011-03-10
STM32\CMSIS\startup\startup_stm32f10x_ld_vl.s, 13656 , 2011-03-10
STM32\CMSIS\startup\startup_stm32f10x_md.s, 12765 , 2011-03-10
STM32\CMSIS\startup\startup_stm32f10x_md_vl.s, 14073 , 2011-03-10
STM32\CMSIS\startup\startup_stm32f10x_xl.s, 15955 , 2011-03-10
STM32\CMSIS\stm32f10x.h, 633941 , 2011-03-10
STM32\CMSIS\system_stm32f10x.c, 36557 , 2011-03-10
STM32\CMSIS\system_stm32f10x.h, 2085 , 2011-03-10
STM32\FWlib\inc\misc.h, 8982 , 2011-03-10
STM32\FWlib\inc\stm32f10x_adc.h, 21690 , 2011-03-10
STM32\FWlib\inc\stm32f10x_bkp.h, 7555 , 2011-03-10
STM32\FWlib\inc\stm32f10x_can.h, 27559 , 2011-03-10
STM32\FWlib\inc\stm32f10x_cec.h, 6573 , 2011-03-10
STM32\FWlib\inc\stm32f10x_crc.h, 2162 , 2011-03-10
STM32\FWlib\inc\stm32f10x_dac.h, 15233 , 2011-03-10
STM32\FWlib\inc\stm32f10x_dbgmcu.h, 3818 , 2011-03-10
STM32\FWlib\inc\stm32f10x_dma.h, 20754 , 2011-03-10
STM32\FWlib\inc\stm32f10x_exti.h, 6824 , 2011-03-10
STM32\FWlib\inc\stm32f10x_flash.h, 25445 , 2011-03-10
STM32\FWlib\inc\stm32f10x_fsmc.h, 27016 , 2011-03-10
STM32\FWlib\inc\stm32f10x_gpio.h, 20175 , 2011-03-10
STM32\FWlib\inc\stm32f10x_i2c.h, 30029 , 2011-03-10
STM32\FWlib\inc\stm32f10x_iwdg.h, 3828 , 2011-03-10
STM32\FWlib\inc\stm32f10x_pwr.h, 4383 , 2011-03-10
STM32\FWlib\inc\stm32f10x_rcc.h, 30452 , 2011-03-10
STM32\FWlib\inc\stm32f10x_rtc.h, 3857 , 2011-03-10
STM32\FWlib\inc\stm32f10x_sdio.h, 21863 , 2011-03-10
STM32\FWlib\inc\stm32f10x_spi.h, 17725 , 2011-03-10
STM32\FWlib\inc\stm32f10x_tim.h, 52427 , 2011-03-10
STM32\FWlib\inc\stm32f10x_usart.h, 16548 , 2011-03-10
STM32\FWlib\inc\stm32f10x_wwdg.h, 2966 , 2011-03-10
STM32\FWlib\src\misc.c, 7046 , 2011-03-10
STM32\FWlib\src\stm32f10x_adc.c, 47201 , 2011-03-10
STM32\FWlib\src\stm32f10x_bkp.c, 8463 , 2011-03-10
STM32\FWlib\src\stm32f10x_can.c, 45103 , 2011-03-10
STM32\FWlib\src\stm32f10x_cec.c, 11656 , 2011-03-10
STM32\FWlib\src\stm32f10x_crc.c, 3347 , 2011-03-10
STM32\FWlib\src\stm32f10x_dac.c, 19087 , 2011-03-10
STM32\FWlib\src\stm32f10x_dbgmcu.c, 5149 , 2011-03-10
STM32\FWlib\src\stm32f10x_dma.c, 29607 , 2011-03-10
STM32\FWlib\src\stm32f10x_exti.c, 6959 , 2011-03-10
STM32\FWlib\src\stm32f10x_flash.c, 62551 , 2011-03-10
STM32\FWlib\src\stm32f10x_fsmc.c, 35484 , 2011-03-10
STM32\FWlib\src\stm32f10x_gpio.c, 23221 , 2011-03-11
STM32\FWlib\src\stm32f10x_i2c.c, 45781 , 2011-03-10
STM32\FWlib\src\stm32f10x_iwdg.c, 4916 , 2011-03-10
STM32\FWlib\src\stm32f10x_pwr.c, 8759 , 2011-03-10
STM32\FWlib\src\stm32f10x_rcc.c, 51271 , 2011-03-10
STM32\FWlib\src\stm32f10x_rtc.c, 8598 , 2011-03-10
STM32\FWlib\src\stm32f10x_sdio.c, 28933 , 2011-03-10
STM32\FWlib\src\stm32f10x_spi.c, 30224 , 2011-03-10
STM32\FWlib\src\stm32f10x_tim.c, 109159 , 2011-03-10
STM32\FWlib\src\stm32f10x_usart.c, 38374 , 2014-11-18
STM32\FWlib\src\stm32f10x_wwdg.c, 5735 , 2011-03-10
STM32\Listing\ROBOT1.map, 165736 , 2015-05-08
STM32\Listing\startup_stm32f10x_hd.lst, 53215 , 2015-05-08
STM32\Output\adc.crf, 305759 , 2015-05-08
STM32\Output\adc.d, 955 , 2015-05-08
STM32\Output\adc.o, 331600 , 2015-05-08
STM32\Output\core_cm3.crf, 3653 , 2015-05-08
STM32\Output\core_cm3.d, 111 , 2015-05-08
STM32\Output\core_cm3.o, 10732 , 2015-05-08
STM32\Output\delay.crf, 303643 , 2015-05-08
STM32\Output\delay.d, 1015 , 2015-05-08
STM32\Output\delay.o, 328864 , 2015-05-08
STM32\Output\ExtDll.iex, 19 , 2015-05-08
STM32\Output\flash.crf, 309421 , 2015-05-08
STM32\Output\flash.d, 1115 , 2015-05-08
STM32\Output\flash.o, 338728 , 2015-05-08
STM32\Output\gpio.crf, 307299 , 2015-05-08
STM32\Output\gpio.d, 1045 , 2015-05-08
STM32\Output\gpio.o, 334456 , 2015-05-08
STM32\Output\ir_remote.crf, 310332 , 2015-05-08
STM32\Output\ir_remote.d, 1133 , 2015-05-08
STM32\Output\ir_remote.o, 338908 , 2015-05-08
STM32\Output\main.crf, 320031 , 2015-05-08
STM32\Output\main.d, 1417 , 2015-05-08
STM32\Output\main.o, 348956 , 2015-05-08
STM32\Output\main_charge.crf, 318919 , 2015-05-08
STM32\Output\main_charge.d, 1702 , 2015-05-08
STM32\Output\main_charge.o, 344848 , 2015-05-08
STM32\Output\main_pg.crf, 331205 , 2015-05-08
STM32\Output\main_pg.d, 1558 , 2015-05-08
STM32\Output\main_pg.o, 386268 , 2015-05-08
STM32\Output\misc.crf, 303800 , 2015-05-08
STM32\Output\misc.d, 1005 , 2015-05-08
STM32\Output\misc.o, 328460 , 2015-05-08
STM32\Output\pwm_control.crf, 306424 , 2015-05-08
STM32\Output\pwm_control.d, 1147 , 2015-05-08
STM32\Output\pwm_control.o, 332876 , 2015-05-08
STM32\Output\ROBOT1.axf, 519460 , 2015-05-08
STM32\Output\ROBOT1.build_log.htm, 206 , 2015-06-01
STM32\Output\ROBOT1.hex, 131136 , 2015-05-08
STM32\Output\ROBOT1.htm, 181018 , 2015-05-08
STM32\Output\ROBOT1.lnp, 1362 , 2015-05-08

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

发表评论


0 个回复

  • RS485
    本文介绍一种利用单片机本身所提供的串行通讯口,采用自定义串行通信协议,加上总线驱动器如MAX481、MAX483、MAX485、MAX487等组合成简单的RS-485通讯网络,完成单片机间的多机通讯。(This article describes a serial communication port provided by the microcontroller itself, the custom serial communication protocols, coupled with the bus driver, such as the MAX481, MAX483, MAX485, MAX487, combined into a simple RS-485 communication network, complete single-chip between themulti-machine communication. )
    2012-05-03 14:51:32下载
    积分:1
  • etpu_set1
    飞思卡尔单片机的etpu功能模块set1 打包好的 直接可以用(The etpu function module of Freescale MCU Set1 Carle pack can be used directly)
    2013-12-31 15:15:43下载
    积分:1
  • 2008091715050096
    pig串口调试串口调试.txt串口调试.txt串口调试.txt串口调试.txt串口调试.txt串口调试.txt串口调试.txt串口调试.txt(pig serial debug)
    2009-03-24 01:32:18下载
    积分:1
  • DS18B2
    单片机 8051 C语言 温度传感器DS18B20(SCM 8051 C language temperature sensor DS18B20)
    2013-11-11 13:23:45下载
    积分:1
  • 2013
    基于单目相机和激光测距仪, 文章提出从一幅图像中识别出非合作目标物体上的矩形面,并提取出 4 个顶点坐标的特征提取方法,为位姿的测量提供必要的信息 提出以激光点为参考, 距离激光点最近的 4 条边 界为矩形面边界的判定准则,并根据激光点到直线的垂足和边界端点约束排除干扰线段 该方法能有效地判 定出矩形面且顶点定位准确,在空间机器人视觉伺服控制半物理仿真系统上得到了验证。(An approach to identi fying the rectangular plane of the object w i thout markers and extracting i t s ape- xes which are needed for pose measurement from an image is proposed in this paper. A cri terion is put forw ard that the edges w hich have the minimum distances around the laser point are regarded as the edges of the rec- tangular plane, and the interferent ial lines are eliminated according to the pedal between the laser point and the edge and two endpoints of the edge. The validity of the method is verified by experiments performed on a sem- i physical simulation system for visua- l serving cont rol of space robot s.)
    2013-01-17 10:42:19下载
    积分:1
  • PCAS
    采用VB编写的一个电路分析系统,支持现行电路的分析,具有电路图绘制,仿真功能,并包含了示波器等元器件。(using VB prepared a circuit analysis system, in support of the current circuit, with circuit diagrams mapping, simulation function, and includes components such as oscilloscopes.)
    2020-12-07 20:09:22下载
    积分:1
  • atmega16lcd12864ds18b20
    基于m16的温度控制系统,主要用ds18b20(failed to translate)
    2010-06-05 15:45:49下载
    积分:1
  • intelligent
    教室智能照明系统,通过红外判断人流,从而开启教室中的照明灯。(Classroom intelligent lighting system, to determine flow through the infrared to open the classroom lights.)
    2020-06-29 20:20:02下载
    积分:1
  • John.Wiley.and.Sons.You.Can.Do.It.A.Beginners
    [2005最新C++经典著作].John.Wiley.and.Sons.You.Can.Do.It.A.Beginners.Introduction.to.Computer.Programming.eBook-DDU([2005 C latest classics]. John.Wiley.and.Sons.Yo u.Can.Do.It.A.Beginners.Introduction.to. Computer.Programming.eBook- DDU)
    2007-01-08 10:06:54下载
    积分:1
  • Analog PWM signal control light
    模拟PWM信号控制小灯,控制二极管占空比(Analog PWM signal control light)
    2017-08-10 01:07:33下载
    积分:1
  • 696518资源总数
  • 105084会员总数
  • 17今日下载