单片机学习小组
直播中

张虎豹

7年用户 1583经验值
私信 关注

如何利用单片机去设计一种LED防爆灯驱动电源系统

基于单片机的LED防爆灯驱动电源系统是由哪些部分组成的?
怎样去设计一种基于单片机的LED防爆灯驱动电源系统?

回帖(1)

沈铿僖

2022-2-17 10:55:47
由于仿真protues中缺少电源芯片,故设计分为了两部分,protues实现的是输入端电压的调节,交流电电压调节的范围为85-265VAC.
LED驱动电源威廉希尔官方网站 用altium designer绘制,交流电的输入到53V直流电压的输出。其中包含了变压器,桥式整流,电源芯片等威廉希尔官方网站 。


#include
#include
#define uchar        unsigned char
#define uint        unsigned int
/******六位七段共阴极数码显示管*******/
uchar code        dispbitcode[] = { 0xdf, 0xef, 0xf7, 0xfb, 0xfd, 0xfe };
uchar code        dispcode[] = { 0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f, 0x00, 0x76, 0x38 };
uchar                dispbuf[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
void caiji();


void uart();


uint        temp, temp1, temp2;
float        getdata1, getdata2, max1, max2;
uint        w;       /* 电压值,电流值切换显示所需变量 */
uchar        num        = 0;
***it        dula        = P2 ^ 0;
***it        wela        = P2 ^ 1;
***it        vi        = P2 ^ 2;
***it        xuan        = P2 ^ 3;
***it        ST        = P3 ^ 6;
***it        OE        = P3 ^ 7;
***it        EOC        = P3 ^ 4;
***it        clock        = P3 ^ 2;
/******主函数********/
void main()
{
        xuan        = 0;
举报

更多回帖

发帖
×
20
完善资料,
赚取积分