Giter VIP home page Giter VIP logo

mpptprj's Introduction

基于光伏充电的铅酸蓄电池充电策略

光伏发电MPPT

Author:意犹未尽

蓄电池智能充放电控制器的核心控制部件是STM32F103ZE单片机,主程序根据电路采集的相关电压、电流等信息,确定具体的工作状态,从而采取相应的控制方式来控制程序执行,以此来完成四种模式充电过程的功能。主程序还包括实时监测蓄电池的相关电压、电流等信息,实时地进行充电方法的控制、终止充电条件检测、终止放电条件检测和给显示部分传递信息等功能

1、三种控制策略算法的实现以及融合

三种控制策略算法的实现以及融合,包括最大功率采用扰动观测法,恒压恒流充的PI调节。最大功率算法能充分利用太阳能的能源,蓄电池的三段式充电又能更快更稳的充电,集合这两种充电方式的优点,我们设计出一套智能调控的充电方式,简单的说就是这样的判别框图。

4

因为太阳能光伏电池板的输出特性曲线是这样的,它的最大功率点就是这里,也就是当电源内阻等于外部DC/DC变换器和蓄电池的等效输出阻抗时会达到最大功率,我们要是一直追踪最大功率的话就无法实现三段式的恒压恒流充电了 所以我们采用这种调控方式,当太阳能输出功率比较低时,采用最大功率充电,这个时候太阳能满足不了我们的要求,只能追求其最大功率,当光照充足时,电流提高我们就要对他进行限流,在保护电池的情况下采取恒定限定电流充电,当电压持续上升到电池额定电压时我们采取限压涓流充电使电池逐渐饱和,这个时候是小电流充电。

6

2、基于无线通信的APP客户端智能调参 基于无线通信的APP客户端调试,可以用手机连入它的WiFi环境,我们采用ESP8266芯片来创建WIFI环境。这款芯片体积小,传输距离广,低功耗特性。 在连接状态下他的功率也只有1mw传输速率大 启动界面 1 主界面 2 参数设置界面 3

mpptprj's People

Contributors

harryjun avatar

Stargazers

popy32 avatar Voyager avatar FTyiming avatar  avatar  avatar  avatar  avatar  avatar  avatar Guo avatar  avatar  avatar SuperJK2012 avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.