|
|
Category: Digital Circuits / Data Logging This circuit is also crossed to: Solar Cell Circuits Views: 4725 Rank: 0 My project is a self-powered solar data logger. Put out in the sunlight, it will measure the light level and log this to memory to be later downloaded to a computer. The system is powered by a small solar panel and battery. The solar logger I built uses a photodiode to measure the solar insolation level. It converts the analog signal from the photodiode to a digital value that is stored in flash memory. Every time the system logs a data point, it also logs the time and date so that the data can be analyzed in the future. The logged data is available for a user to download to a computer for analysis. While the system is logging, real time data is displayed on a small LCD screen as well as information about the battery voltage, the length of time the system has been logging and the length of time it can continue to log before running out of memory. The logger has a dedicated solar charging system to provide the needed power. A very simple charge controller regulates charging of a small, sealed gel-cell lead-acid battery by a small solar panel. This charge controller is a simple on-off switch that disconnects the PV panel when the battery voltage rises too high. The user sets the time and date each time the system is reset as well as the frequency with which data is stored. The user can also clear the memory or continue appending data to the previously logged data and extract logged data to a computer for analysis. The system is run by an interrupt driven program to allow for accurate timing. An interrupt service routine decrements a series of task timers once per millisecond and the main task in the program calls various subroutines at predetermined intervals when their task timers run out and the appropriate flags are set to allow a task to run. Each of the eight buttons is polled separately once every thirty milliseconds. The only button that is not debounced is the LCD wake button as bouncing is not a concern with it. The debouncing routine is based on code written by Bruce Land and provided on the ECE 476 website. There is one task that prints to the LCD screen that is governed by a state machine indicating which set of messages is to be displayed and a variety of flags indicating which message within the sets is to be displayed. Having all LCD calls within a single task allows for the program to prevent any LCD communication while the LCD is off. If no buttons are pushed for two minutes, the system turns the LCD screen off to conserve power. The ADC is read once per second through a task called once per second that enables the ADC interrupt and starts a conversion. The ADC interrupt automatically switches between the two channels for the photodiode and the battery voltage, reading the battery voltage once for every five times the photodiode is read. To get an accurate battery voltage reading, the PV panel is disconnected just before the battery voltage reading is taken and then reconnected immediately after if the battery voltage is below 13V. If it is at 13 or above, the PV panel is not reconnected to prevent overcharging. If this system were to be commercialized, the most expensive piece of hardware is the photovoltaic panel. It would therefore be important to increase the efficiency of the system to utilize the PV panel as effectively as possible and reduce its size. This would be done in two ways. The first would be to have a maximum power point tracking charge controller rather than the simple on-off switch used in this project. This would keep the voltage of the solar cells at the maximum power point on the I-V curve and would effectively extract about thirty percent more power from the panel than allowing the battery to determine the voltage. The second way to improve efficiency would be to reduce the power consumption of the system. Because I had plenty of power from my PV panel and sufficient battery capacity, there was no need for this system to do more than turn the LCD screen off when idle. It would however be possible to reduce power needs further by reducing the clock speed of the chip, letting the chip go idle between readings or at night, and eliminating the LED?s on the STK500 board. The STK500 board was used in this project due to the integral flash memory and switches. Buying these components separately and building a custom board for the project would not have saved any money. However, if this system were commercialized, it is fairly obvious that the STK500 would not be used. It has many features that are unnecessary to this project and a much simpler board could be designed. visit page. The logger has a dedicated solar charging system to provide the needed power. A very simple charge controller regulates charging of a small, sealed gel-cell lead-acid battery by a small solar panel. This charge controller is a simple on-off switch that disconnects the PV panel when the battery voltage rises too high. The user sets the time and date each time the system is reset as well as the frequency with which data is stored. The user can also clear the memory or continue appending data to the previously logged data and extract logged data to a computer for analysis. The system is run by an interrupt driven program to allow for accurate timing. An interrupt service routine decrements a series of task timers once per millisecond and the main task in the program calls various subroutines at predetermined intervals when their task timers run out and the appropriate flags are set to allow a task to run. Each of the eight buttons is polled separately once every thirty milliseconds. The only button that is not debounced is the LCD wake button as bouncing is not a concern with it. The debouncing routine is based on code written by Bruce Land and provided on the ECE 476 website. There is one task that prints to the LCD screen that is governed by a state machine indicating which set of messages is to be displayed and a variety of flags indicating which message within the sets is to be displayed. Having all LCD calls within a single task allows for the program to prevent any LCD communication while the LCD is off. If no buttons are pushed for two minutes, the system turns the LCD screen off to conserve power. The ADC is read once per second through a task called once per second that enables the ADC interrupt and starts a conversion. The ADC interrupt automatically switches between the two channels for the photodiode and the battery voltage, reading the battery voltage once for every five times the photodiode is read. To get an accurate battery voltage reading, the PV panel is disconnected just before the battery voltage reading is taken and then reconnected immediately after if the battery voltage is below 13V. If it is at 13 or above, the PV panel is not reconnected to prevent overcharging. If this system were to be commercialized, the most expensive piece of hardware is the photovoltaic panel. It would therefore be important to increase the efficiency of the system to utilize the PV panel as effectively as possible and reduce its size. This would be done in two ways. The first would be to have a maximum power point tracking charge controller rather than the simple on-off switch used in this project. This would keep the voltage of the solar cells at the maximum power point on the I-V curve and would effectively extract about thirty percent more power from the panel than allowing the battery to determine the voltage. The second way to improve efficiency would be to reduce the power consumption of the system. Because I had plenty of power from my PV panel and sufficient battery capacity, there was no need for this system to do more than turn the LCD screen off when idle. It would however be possible to reduce power needs further by reducing the clock speed of the chip, letting the chip go idle between readings or at night, and eliminating the LED?s on the STK500 board. The STK500 board was used in this project due to the integral flash memory and switches. Buying these components separately and building a custom board for the project would not have saved any money. However, if this system were commercialized, it is fairly obvious that the STK500 would not be used. It has many features that are unnecessary to this project and a much simpler board could be designed. http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2006/ajk28/ajk28/index.html
Related circuits On these pages, I will introduce the Ultrasonic Range Meter with PIC16F873. As for the range meter which doesn`t use PIC, refer to "Ultrasonic Range Meter". I created the PCB pattern for this circuit using EAGLE CAD. Single-Ended Signal Conditioning Circuits The LTC®2400 is the industrys first No Latency TM ADC that combines automatic offset and full-scale calibration, an internal oscillator, a sinc4 digital filter, and serial I/O to yield a 24-bit ADC with 1.5µVRMS input noise and singleshot conversion time architecture. It is the ideal A/D... Pin Assignments for Data Communication This application note provides a graphical reference to popular connector pin assignments (pin outs) that are commonly used in telecom and computing applications. In the field of data communication, the cable and connector play a critical part in the systems performance along with the line... With our design, it takes two readings by the RCX to get one complete reading from the compass sensor. Software then must combine those readings together to determine the angle the compass is pointing. We had to do it this way because of power demands by the Dinsmore part and power limitations of... The circuit is designed to be low cost. It uses a PIC12C508 to perform the control functions and standard 40khz piezo transducers. The drive to the transmitting transducer could be simplest driven directly from the PIC. The 5v drive can give a useful range for large objects, but can be... Automating ADC Data Collection This article describes an automated data collection system for analog-to-digital converters (ADCs). It discusses the advantages of automating data collection as well as a detailed description of the hardware and software. It goes on to explain the operation of the system and give some data examples. MAX1407 Complete Data Acquisition System A design example for a portable data acquisition system is offered that greatly simplifies the circuit design task. A reduction from seven components down to three components is accomplished with a design that has lower system cost, faster time-to-market, smaller size, better performance, and... Just a handful of components builds an 8-pin microcontroller based circuit for temperature logging via a serial port; small, fast, and acceptably accurate. presentation of the electric circuit for the solar panel
How to test a transistor and diode.
Comments
Facebook Comments
Most searched
lm3915
Results: 15 Count: 10812
Automatic battery charger
Results: 960 Count: 9257
12v counter
Results: 965 Count: 8073
signal generator using XR2206
Results: 3108 Count: 7470
multivibrator
Results: 243 Count: 7467
12f629 switch
Results: 1604 Count: 7217
optocoupler
Results: 52 Count: 7095
bcd
Results: 40 Count: 6343 |
Accounts area
Circuits
Audio Filters
Stereo Circuits Ultrasonic Circuits Amplifiers Audio Oscillators Preamplifiers Audio Mixers Equalizers Tone Balance Beeper Buzzer Vacuum Tubes Valves Musical & effects Microphone Circuits
PLL Circuits
UHF circuits VHF Circuits FM radio GPS Circuits Jammer Circuits RF Transmitters RF Receivers RF Amplifiers AM radio Antenna Circuits FM Transmitter Transceiver Circuits
Demodulators
Buffer Circuits Triac Circuits Mosfet Circuits Sequencer 555 Timer Circuits Doorbell Circuits Switching Circuits Remote Control Toy H Bridge Circuit Game Circuits Keypad Circuits
Metal Detector Circuits
Liquid Sensing Circuits Light Sensing Circuits Voltage Detector Circuits Air-Gas Detection Circuits Human Sensing Circuits RF & Radiation Medical Circuits Sensor Circuits Magnetic circuits Optical Sensing Circuits Hall Effect
Varius Circuits
Astable Colpitts Crystal Hartley RF Sine wave Square wave Volt controlled Wein Bridge Monostable Circuits Pierce
Tesla Circuits
Inverter Circuits Free Energy Circuits Chargers AC to DC & DC to DC Solar Cell Circuits Current Limiting Mirco Power Circuits High Voltage Switching Power Supplies
Timer Circuits
Voltmeters Frequency meter Meters Circuits Counters Clock Circuits Checker Circuits Delay Circuits Thermometer Circuits VU Meters
Infrared
Xenon Lighting Light Sensing Laser Led circuits Fluorescent Circuits LCD circuits Light Dimmers
Readout Circuits
Logic Circuits Digital to Analog Display Circuits Analog to Digital Data Logging Data Bus Circuits Decoder Circuits
Voltage to Pulse
Current to Voltage Frequency to Voltage RF Converter Circuits Sine to Square Wave Voltage to Current voltage to frequency Period to Voltage
Video Mixer
Video Wall circuits TV Video Circuits Modulator Camera Circuits Television Photo Flash Video Amplifier
Stepper Motor
Remote Control Servo Circuits Robotics Direction Finder Power Control Relay Circuits Motor Control Circuits
Arduino projects
PIC Microcontroller AVR Microcontroller Programmers 68HC11 Microcontroller 8051 / 8052 MCU Circuits
|

