标题: 10W 3线圈无线充电方案电路与源码 N76E003_WPC_QI_TX_V02 [打印本页]

作者: kenxu    时间: 2018-7-13 11:59
标题: 10W 3线圈无线充电方案电路与源码 N76E003_WPC_QI_TX_V02
10W 3线圈无线充电电路原理图如下:

附:DEMO程序 。。

单片机源程序如下:
  1. //  File Function: N76E003 PWM Output with dead time insert demo code
  2. //***********************************************************************************************************

  3. #include "N76E003.h"
  4. #include "Common.h"
  5. #include "Delay.h"
  6. #include "SFR_Macro.h"
  7. #include "Function_define.h"
  8. #include "ctrl.h"
  9. #include "hardware.h"
  10. #include "qi.h"

  11. bit BIT_TMP;

  12. //------------------- PWM Define End ------------------------------

  13. /************************************************************************************************************
  14. *    Main function
  15. *                 PWM4 P0.5 simple output a 2.7KHz 1/4high duty signal
  16. ************************************************************************************************************/
  17. void main(void)
  18. {
  19.         Set_All_GPIO_Quasi_Mode;
  20.         Timer0_Init();
  21.         Timer2Capture_Init();
  22.         //Pwm_Init();
  23.         WPCQi_Phase = Selection_Phase;
  24.         set_EA;                                     //enable interrupts
  25.         
  26.         while(1)
  27.         {
  28.                 WPC_Qi();
  29.                 Display();
  30.         }               
  31. }
复制代码

代码仅供参考:
10W WPC_QI_TX_V02.rar (34.01 KB, 下载次数: 296)


作者: 51mcu003    时间: 2018-9-13 15:14
这个不错
作者: 776700272    时间: 2019-4-27 14:31
程序和电路图对不上。
作者: cj1666    时间: 2019-6-12 13:28
不错不错
作者: morn    时间: 2019-8-9 20:58
挺不错值得学习
作者: davidren1975    时间: 2019-9-18 13:39
非常棒
作者: m182892    时间: 2019-9-18 17:30
能不能说一下工作流程。
作者: Lucifer2019100    时间: 2019-9-23 08:03
资料不错 顶起




欢迎光临 (http://www.51hei.com/bbs/) Powered by Discuz! X3.1