Chat
Welcome to Flux
Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More
Ready.
Reviews
Properties
Properties describe core aspects of the project.
Pricing & Availability
Distributor | Qty 1 |
|---|
Assets
No assets added.
Controls
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.
adithyaps
copilot
-
Solar Panels: As you've mentioned, you're using two solar panels with the following specifications:
- Maximum Power: 50Wp each
- Maximum Power Voltage: 20V
- Maximum Power Current: 2.5A
- Connecting the solar panels in parallel will theoretically double the current output to 5A while maintaining the same voltage.
-
Supercapacitors: You plan to use 9 supercapacitor cells connected in series.
- Individual rating: 500F, 3V
- Series configuration: Results in a total voltage of 27V (3V * 9) and a capacitance value reduced due to series connection. The total capacitance can be calculated using the formula Ctotal=nC where (C) is the capacitance of one supercapacitor and (n) is the number of supercapacitors in series. Therefore, Ctotal=9500F≈55.56F.
-
Charge Controller with MPPT (Maximum Power Point Tracking): This is crucial for optimizing the power drawn from the solar panels.
- Specification: Must support input from the solar panels and provide proper charging profiles for both the supercapacitors and the battery.
- Recommendation: A charge controller that can handle at least 20V and 5A from the solar panels is required. Additionally, it should feature MPPT for efficiency and programmable outputs for supercapacitor and battery charging.
-
DC-DC Converters:
- Buck-Boost Converter for charging the supercapacitors: Since your supercapacitors are in series for a total of 27V and the solar panel outputs 20V, you'll need a buck-boost converter to step up the voltage when charging the supercapacitors. Ensure that it can handle the input from the solar panels and the required charging voltage for the supercapacitors.
- Buck Converter for charging the battery: To ensure that the 24V battery is charged correctly from the higher voltage of the supercapacitors, a buck converter is required.
-
Diodes: These will be used for directional control of current, preventing backflow into the solar panels and between the supercapacitors and the battery.
-
Voltage and Current Sensing Circuits: For monitoring the charge states of both the supercapacitors and the battery. These circuits will provide feedback to the control system to switch between charging modes.
-
Control System: A microcontroller or dedicated control IC that can monitor solar intensity via voltage and current sensing circuits and manage the charging of supercapacitors or the direct charging of the battery based on predefined conditions.
Ratings & Models (Estimations and Assumptions)- Buck-Boost Converter: Considering your use case, look for a model that can support inputs up to 25V and provide adjustable output up to 30V with a minimum current capacity of 5A. A specific model would depend on the availability from suppliers but consider devices similar to the LM25116 or any suitable integrated buck-boost controller capable of handling the specifications.
- Buck Converter for Battery Charging: Needs to support up to 30V input (due to supercapacitors) and output 24V with current up to 5A. A model such as the LM2596 could be appropriate, given its wide input range and adjustable output voltage.
- Control System (Microcontroller): A model like the Arduino Due or STM32F4 series could be suitable, given their Analog-to-Digital Converter (ADC) capabilities and processing power for real-time adjustments and monitoring.
Additional Components- Fuses and Protection Circuits: Essential for safeguarding against over-current scenarios.
- Heat Sinks: For the DC-DC converters, given the power levels involved.
- Power Resistors: For initial charging circuit calibration and safety tests.
Noteadithyaps
copilot
-
Solar Panels: Two 50Wp, 20V solar panels, to be connected in parallel. This configuration doubles the current output while maintaining the same voltage, effectively giving you 100Wp at 20V with a maximum current of 5A.
-
Supercapacitors: Ten 500F, 2.7V supercapacitor cells, to be connected in series. This will give you a supercapacitor bank with a total capacity of 50F at 27V, which suits the charging voltage margins for your 24V battery.
-
Charge Controller: A solar charge controller optimized for supercapacitor charging. This controller should support variable charging rates and be capable of handling the energy flow from the solar panels to the supercapacitors and the bicycle battery, regulating the process based on the intensity of sunlight.
-
DC-DC Converters:
- Buck-Boost Converter for Supercapacitors: To manage the charging of the supercapacitors from the solar panels, accommodating the variance in voltage levels.
- Step-down (Buck) Converter for Battery Charging: To safely step down the voltage from the supercapacitor bank or solar panels directly to the appropriate charging voltage for the 24V battery.
-
Switching Circuitry: For controlling whether the charge flows from the solar panels to the battery directly or first to the supercapacitors, based on the intensity of sunlight. This can be managed by smart relays or MOSFETs governed by a microcontroller or a dedicated control unit.
-
Protection Circuitry:
- Overcharge and Deep Discharge Protection for Supercapacitors: To prevent damage to the supercapacitors.
- Battery Management System (BMS): For the lithium battery to ensure safe charging, discharging, and overall battery health.
-
Sensors: Light intensity sensor to measure the sunlight intensity, which will decide the charging path—either direct to battery or via supercapacitors.
-
Microcontroller Unit (MCU): To read sensor inputs and control the switching circuitry based on programmed logic for sunlight intensity, ensuring the optimal charging path is selected.
High-Level Circuit Approach: