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

扫地机器人设计

于 2020-09-12 发布 文件大小:11079KB
0 84
下载积分: 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 个回复

  • 5
    说明:  单片机学习,lcd及其应用,适用于单片机初学者(Single chip computer learning)
    2018-03-10 11:27:37下载
    积分:1
  • CRC-C
    有关 C语言的CRC校验的资料,很实用,值得收藏和学习(About the C language, the CRC data, it is practical, it is worth collecting and learning)
    2014-04-15 18:33:56下载
    积分:1
  • AD_SOFT
    用华北工控pc104嵌入式主板开发的ad数据采集系统应用于传感器采集处理( 您是不是要找: 用华北工控pc 104嵌入式主板开发的ad数据采集系统应用于传感器采集处理 NORCO pc104 with embedded motherboards developed ad data acquisition system applied to the sensor acquisition and processing)
    2014-12-30 12:23:21下载
    积分:1
  • PCB-design-instruction-grounded
    PCB设计接地指导书,指导pcb设计及人员更好的设计PC版(PCB design ground, guide the pcb design and make better PC version of the design)
    2011-05-07 01:28:12下载
    积分:1
  • Process-scheduling-
    ① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入队子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 (① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish a process ready queue. Two different algorithms for the preparation of subroutine into the team. ③ preparing two kinds of process scheduling algorithm: 1) priority scheduling 2) round-robin scheduling)
    2020-11-27 09:49:31下载
    积分:1
  • STM32
    STM32驱动CD4067控制多个红外线进行距离测量(Stm32 drive cd4067 control multiple infrared distance measurement)
    2015-07-08 11:58:48下载
    积分:1
  • tongbu
    关于无线传感器网络时间同步算法RBS算法的仿真(About wireless sensor network time synchronization algorithm RBS algorithm simulation)
    2020-06-30 16:00:01下载
    积分:1
  • coleach_3
    Energy efficiency is the most important design goal for wireless sensor networks (WSNs). In this paper, we propose an energy-efficient cooperative MIMO scheme, which combines energy-efficient LEACH (EE-LEACH) protocol and cooperative MIMO. We name it as EE-LEACH-MIMO scheme. EE-LEACH is an improved LEACH algorithm, in which the network is partitioned to sectors with equal angle for avoiding the distribution non-uniformity of cluster heads. In EE-LEACH-MIMO scheme, the location and the residual energy of each node are considered when the cluster heads for clustering and cooperative nodes for MIMO system are chosen. For comparisons, LEACH, EE-LEACH, the simple cooperative scheme with LEACH and MIMO (LEACHMIMO), and EE-LEACH-MIMO scheme are simulated. The result shows that EE-LEACH-MIMO scheme can well balance the network load, save energy and prolong the network lifetime
    2014-05-05 21:39:20下载
    积分:1
  • The-car-turn-left-program
    本程序主要是对小车进行左转控制,有三种方法左轮抱死,右轮抱死,或者左轮后退右轮前进,三种方式进行左转(This procedure is mainly to control the car on the left, there are three ways, revolver, holding in death of the wheel lock, right or left back right wheel to go forward, three ways to turn left)
    2015-12-08 10:58:39下载
    积分:1
  • STM32_FOC_PMSM
    这是 关于STM32单片机 PWM电机调速的 例程文件(this is about stm32 pwm )
    2017-03-11 15:08:24下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载