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

扫地机器人设计

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

  • x86obf_source
    x86obf code virtualizer source code
    2015-03-26 19:40:44下载
    积分:1
  • SimulationAnalysisofIIR
    说明:  红外成像导引头角跟踪系统仿真分析 红外成像导引头角跟踪系统仿真分析(Infrared imaging seeker tracking system simulation)
    2010-04-20 15:47:01下载
    积分:1
  • p180
    这是用c语言写的利用扬声器放歌的程序,可以编译一下就可使用(useful)
    2009-12-31 19:21:10下载
    积分:1
  • GC01100111
    GC0111 是格科微电子(上海)有限公司2010 年最新研发的一款SOC 芯片, 将Sensor 和协处理器整合到了一颗芯片中,能实现的功能包括:支持EMI 接口 的sensor 预览/拍照/录像、SPI 接口的sensor 预览/拍照/录像、USB1.1 / USB2.0 full speed、 JPEG 压缩以及提供软T 卡、软Touch panel 的全套解决方案。GC0111 使得MTK 6223D/Infineon ULC3 等低端平台加一颗sensor 变成多媒体手机,降 低客户成本。 GC0110 是格科微电子(上海)有限公司最新推出的支持SPI 协议的CMOS 图像传感器芯片,采用GalaxyCore 最新的传感器工艺,并优化了电路结构,支 持JPEG 压缩,缩短拍照速度,提高用户体验,并支持录像功能。 (GC0111 is Geke Microelectronics (Shanghai) Co., Ltd. 2010, the latest development of a SOC chip Sensor and co-processor will be integrated into a single chip, to achieve the features include: support for EMI Interface The sensor Preview/photo/video, SPI interface sensor Preview/photo/video, USB1.1/USB2.0 full speed, JPEG compression and to provide soft-T card, soft Touch panel the full set of solutions. GC0111 Makes low-end platform MTK 6223D/Infineon ULC3 add a sensor into a multimedia mobile phone, drop Low customer cost. GC0110 is Geke Microelectronics (Shanghai) Co., Ltd. support the latest CMOS SPI protocol Image sensor chip, using the latest sensor technology GalaxyCore and optimize the circuit structure, support Support JPEG compression, reducing the speed camera to improve the user experience and supports video recording. )
    2010-10-05 23:14:20下载
    积分:1
  • pid-control
    对于闭环控制有很好的说明以及pid算法的具体实现(Specific implementation for closed-loop control has a good explanation and pid algorithm)
    2014-03-31 21:34:04下载
    积分:1
  • 12
    说明:  基于单片机的电阻测量系统,带vb上位机控制和显示同时还有无线发射(MCU-based resistance measurement system with vb PC control and display as well as a wireless transmitter)
    2014-02-22 15:14:06下载
    积分:1
  • CT
    说明:  双路输出控制器”具有信号输出时间设定、 输出信号占空比调整、 当前输出通道及时 间显示、系统工作参数存储、串口通讯及 LED 指示等功能。 “双路输出控制器”通过串口完 成信号输出时间设定功能;通过 EEPROM 完成系统工作参数存储功能;通过按键完成输出通 道切换、 输出信号占空比调整及停止信号输出功能; 系统硬件电路主要由 MCU 控制单元、独 立按键、 LCD 显示单元、 串口通讯单元、 EEPROM 数据存储单元和 LED 指示单元组成(Dual output controller has the signal output time setting, adjust the duty cycle of the output signal, the current output channel in time Between display, system operating parameters are stored, serial communications and LED indicator. Dual Output Controller through serial END A signal output time setting function complete system operating parameters via EEPROM memory function complete output pass through the key Channel switching, adjust the duty cycle of the output signal and the stop signal output function the system hardware circuit is mainly controlled by the MCU unit, alone Li buttons, LCD display unit, serial communication unit, EEPROM data storage unit and LED indication units)
    2015-03-10 20:14:34下载
    积分:1
  • key_Queue
    3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。(3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine whether the string str palindromic sequence, if it returns 1, otherwise it returns 0. Written procedures or describe in words the steps of the algorithm.)
    2013-12-15 15:04:19下载
    积分:1
  • LED-displays-in-C-language
    AT89C51+液晶显示屏,按输入字符输出相应的显示,源代码为C语言编写,希望对大家有帮助。(The LCD of AT89C51+ screen display output according to the input character, the source code is written in C language, we hope to help.)
    2013-04-07 21:53:55下载
    积分:1
  • chuankou
    串口下发至数码管显示,本程序已通过编译,可直接使用(Serial issued to the digital display, the program has been compiled, can be used directly)
    2013-06-16 23:00:10下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载