登录
首页 » C51 » Magic-ball-lamp(M0516)

Magic-ball-lamp(M0516)

于 2016-12-29 发布 文件大小:430KB
0 133
下载积分: 1 下载次数: 37

代码说明:

  基于M0516的魔球灯控制程序,内含原理图,功能有内置PWM加模拟PWM线性调光,炫耀的自走程序与声控程序,主从控制模式,IIC协议,485通讯DMX512协议,74HC595控制四位3461共阴数码管,ULN2803电机驱动程序(M0516 based magic ball lamp control procedures, the enclosed schematic diagram, function has a built-in PWM analog PWM linear dimming, showing off the go program with voice control, master-slave control mode, the IIC agreement, 485 communication DMX512 protocol, 74 hc595 are needed to control the four digital tube, 3461, a total of Yin ULN2803 motor drivers)

文件列表:

Magic ball lamp(M0516)
......................\程序
......................\....\moqiu六通道0905
......................\....\...............\lst
......................\....\...............\...\moqiu.map,32063,2016-12-29
......................\....\...............\...\startup_m051series.lst,25593,2016-12-29
......................\....\...............\moqiu.uvgui.Administrator,144150,2014-09-04
......................\....\...............\moqiu.uvgui.feng,72713,2016-12-29
......................\....\...............\moqiu.uvgui_Administrator.bak,144285,2014-09-03
......................\....\...............\moqiu.uvopt,8547,2016-12-29
......................\....\...............\moqiu.uvproj,16006,2016-12-29
......................\....\...............\moqiu_Target 1.dep,3821,2016-12-29
......................\....\...............\moqiu_uvopt.bak,8491,2014-09-04
......................\....\...............\moqiu_uvproj.bak,15576,2014-08-18
......................\....\...............\Nu_Link_Driver.ini,5459,2014-09-05
......................\....\...............\obj
......................\....\...............\...\dataflash.crf,44302,2016-12-29
......................\....\...............\...\dataflash.d,420,2016-12-29
......................\....\...............\...\dataflash.o,48196,2016-12-29
......................\....\...............\...\dataflash._2i,322,2016-12-29
......................\....\...............\...\display.crf,46662,2016-12-29
......................\....\...............\...\display.d,402,2016-12-29
......................\....\...............\...\display.o,48272,2016-12-29
......................\....\...............\...\display._2i,314,2016-12-29
......................\....\...............\...\dmx512.crf,43774,2016-12-29
......................\....\...............\...\dmx512.d,393,2016-12-29
......................\....\...............\...\dmx512.o,47776,2016-12-29
......................\....\...............\...\dmx512._2i,310,2016-12-29
......................\....\...............\...\ExtDll.iex,19,2014-09-04
......................\....\...............\...\main.crf,48507,2016-12-29
......................\....\...............\...\main.d,443,2016-12-29
......................\....\...............\...\main.o,53192,2016-12-29
......................\....\...............\...\main._2i,305,2016-12-29
......................\....\...............\...\menu.crf,53231,2016-12-29
......................\....\...............\...\menu.d,437,2016-12-29
......................\....\...............\...\menu.o,75548,2016-12-29
......................\....\...............\...\menu._2i,302,2016-12-29
......................\....\...............\...\moqiu.axf,95872,2016-12-29
......................\....\...............\...\moqiu.build_log.htm,1207,2016-12-29
......................\....\...............\...\moqiu.fed,725,2016-12-29
......................\....\...............\...\moqiu.hex,31993,2016-12-29
......................\....\...............\...\moqiu.htm,36373,2016-12-29
......................\....\...............\...\moqiu.l2p,372,2016-12-29
......................\....\...............\...\moqiu.lnp,425,2016-12-29
......................\....\...............\...\moqiu.sct,479,2014-09-03
......................\....\...............\...\startup_m051series.d,58,2016-12-29
......................\....\...............\...\startup_m051series.o,4468,2016-12-29
......................\....\...............\Src_Inc
......................\....\...............\.......\M051Series.h,434234,2014-06-10
......................\....\...............\.......\M05xxDx.h,56200,2014-01-08
......................\....\...............\.......\main.c,11473,2014-09-05
......................\....\...............\.......\startup_M051Series.s,10003,2013-12-24
......................\....\...............\USER
......................\....\...............\....\dataflash.c,2562,2014-06-30
......................\....\...............\....\dataflash.h,304,2014-06-30
......................\....\...............\....\display.c,3130,2014-07-19
......................\....\...............\....\display.H,686,2014-09-04
......................\....\...............\....\dmx512.c,2208,2014-08-04
......................\....\...............\....\dmx512.H,159,2014-09-03
......................\....\...............\....\menu.c,21750,2014-09-05
......................\....\...............\....\menu.h,1342,2014-09-05
......................\....\...............\....\menu0629.c,11541,2014-06-29
......................\....\...............\....\menu0629pm.c,12224,2014-06-29
......................\....\...............\....\motor.c,13016,2014-07-19
......................\....\魔球原理图V1.1.SchDoc,693248,2014-09-03

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

发表评论

0 个回复

  • PWM-ULN2003A
    利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h> unsigned char timer1 sbit PWM=P1^2 void system_Ini() { TMOD|= 0x11 //PWM TH1 = 0xfe //11.0592 TL1 = 0x33 TR1 = 1 IE =0x8A } main() { system_Ini() while(1) { if(timer1>100) timer1=0 if(timer1<30) PWM=0 else PWM=1 } )
    2013-11-21 15:17:25下载
    积分:1
  • MPPTkzq
    pscad光伏控制器模型,电导增量法实现最大功率跟踪(MPPT kzq)
    2017-04-05 19:34:02下载
    积分:1
  • codelock
    codelock with IR key (receiver and transmitter)
    2011-06-19 04:15:37下载
    积分:1
  • STM32+RC522+充值+扣款+改密码+
    说明:  STM32+RC522+充值+扣款+改密码+开锁(STM32 + rc522 + recharge + deduction + change password + unlock)
    2021-03-07 18:59:29下载
    积分:1
  • demo
    交流电动机的矢量控制(Transvector Contrl)理论,从理论上解决了交流电动机转矩的高性能控制问题。其基本思想是在普通的三相交流电动机上设法模拟直流电动机转矩控制的规律,在磁场定向坐标上,将电流矢量分解成产生磁通的励磁电流分量 和产生转矩的转矩电流分量 ,并使两分量互相垂直,彼此独立,然后分别进行调节。这样,交流电动机的转矩控制,从原理和特性上就与直流电动机相似了。因此,矢量控制的关键仍是对电流矢量的幅值和空间位置的控制。(AC motor vector control (Transvector Contrl) theory, control theory to solve the problem of high-performance AC motor torque. The basic idea is to try to simulate the DC motor torque control law in the ordinary three-phase AC electric motor in field-oriented coordinates, the current vector decomposed to produce the excitation current component of the magnetic flux generating a torque current component and torque, and two components perpendicular to each other, independently of each other, and then were adjusted. Thus, AC motor torque control, the principle and characteristics of the DC motor on and similar. Therefore, the key vector control is still the amplitude and spatial position of the current vector control.)
    2016-12-01 08:58:29下载
    积分:1
  • msc_car
    基于单片机的多功能智能小车设计论文(电路+程序+论文) 非常详细,单片机用的at89s52,路面检测、lcd显示、测速、控速、复位电路。 有图有程序,很完整。(Microcontroller-based multi-functional intelligent car design thesis (circuit+ program+ papers) is very detailed, microcontroller used at89s52, road test, lcd display, speed, speed control, reset circuit. A diagram a procedure, it is complete.)
    2021-05-09 21:48:34下载
    积分:1
  • shuj
    关于数控恒流源的设计报告包含程序代码,原理图(About the numerical constant current source design reports contain program code, schematics)
    2013-08-26 16:16:55下载
    积分:1
  • INI0
    c8051f060单片机外部中断0的简单操作(C8051F060 MCU external interrupt 0 simple operation)
    2013-08-31 20:46:00下载
    积分:1
  • DaoZha
    在keil环境下实现stc12c5404单片机控制停车场道闸程序,包含有起杆,落赶,中停。防撞,防爬,防碰功能,具有红外压力波保护(Environment to achieve stc12c5404 in keil Parking Barrier SCM program, contains from pole, down in time, in the stop. Crash, anti-climb, anti-collision function, the pressure wave with infrared protection)
    2011-02-16 16:52:12下载
    积分:1
  • duojihuizongbi
    舵机使用说明,用于实现对舵机的控制。其中讲述了舵机的各种使用说明。(Steering instructions, used to implement the control of the steering gear. Various instructions which tells the story of steering gear.)
    2014-04-18 09:31:22下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载