Posts

Showing posts with the label Small

Solar Panel Based Charger And Small LED Lamp

Image
You can save on your electricity bills by switching to alternative sources of power. The photovoltaic module or solar panel described here is capable of delivering a power of 5 watts. At full sunlight, the solar panel outputs 16.5V. It can deliver a current of 300-350 mA. Using it you can charge three types of batteries: lead acid, Ni-Cd and Li-ion. The lead-acid batteries are commonly used in emergency lamps and UPS. The working of the circuit is simple. The output of the solar panel is fed via diode 1N5402 (D1), which acts as a polarity guard and protects the solar panel. An ammeter is connected in series between diode D1 and fuse to measure the current flowing during charging of the batteries. As shown in Fig. 1, we have used an analogue multimeter in 500mA range. Diode D2 is used for protection against reverse polarity in case of wrong connection of the lead-acid battery. Charger circuit diagram: Solar Panel Based Charger Circuit Diagram When you connect wrong polarity, the fuse ...

Small DC Motor Control Using PWM

Image
Small DC motors are efficiently controlled using pulse-width modulation (PWM) method. The circuit described here is built around an LM324 low-power quad-operational amplifier. Of the four op-amps (operational amplifiers) available in this IC, two are used for triangular wave generator and one for comparator. Op-amp N2 generates a 1.6kHz square wave, while op-amp N1 is configured as an integrator. The square wave output of N2 at its pin 14 is fed to the inverting input (pin 2) of N1 through resistor R1. As N1 is configured as an integrator, it outputs a triangular wave of the same frequency as the square wave. The triangular wave is fed to pin 5 of op-amp N3, which is configured as a comparator. Small DC Motor Control Circuit Diagram : The reference voltage at pin 6 of the comparator is fixed through the potential divider arrangement formed by potmeter VR1 and resistors R4 and R5. It can be set from –6V (lowermost position of VR1) to +6V (uppermost position of VR1). The triangular w...

Small but High Voltage Generator

Image
Here’s a project that could be useful this summer on the beach, to stop anyone touching your things left on your beach towel while you’ve gone swimming; you might equally well use it at the office or workshop when you go back to work. In a very small space, and powered by simple primary cells or rechargeable batteries, the proposed circuit generates a low-energy, high voltage of the order of around 200 to 400 V, harmless to humans, of course, but still able to give a quite nasty ‘poke’ to anyone who touches it. Quite apart from this practical aspect, this project will also prove instructional for younger hobbyists, enabling them to discover a circuit that all the ‘oldies’ who’ve worked in radio, and having enjoyed valve technology in particular, are bound to be familiar with. As the circuit diagram shows, the project is extremely simple, as it contains only a single active element, and then it’s only a fairly ordinary transistor. As shown here, it operates as a low-frequency oscillator...

Small FAT Arduino Library SD Card Reader

Image
The library supports FAT16 formatted SD cards up to 2GB in size. 4GB FAT16 formatted SD cards might work, but is untested. Long file names are not supported. Keep you file names compliant with the old 8.3 standard. The SD card should be connected to the SPI-pins on your Arduino. Pin connections are available in the documentation in the download.