Posts

Showing posts with the label intelligent

Single microcontroller based 12v to 230v inverter with intelligent battery charging

Image
 Single microcontroller based 12v to 230v inverter with intelligent battery charging (Made by me) Here I describe the circuit as: *single microcontroller/controller (ATMEGA16/32) *no op-amps, only chips are the micro, opto-couplers and regulator (7805) *low-battery/overload/short-circuit protection *thyristor controlled battery charger, using the MOSFET body diode as the AC-DC rectifier *charger maintains the battery voltage (top) between 13.2-13.5v (adjustable) to maximize the battery life *6-LED display *Only 93 parts in entire control circuit *Delay between switchover to prevent inrush current The method used here, described for those who may benefit from it: -Initialize all ports and peripherals[ADC, Timers, Compare Modules] -Initialize interrupts for Timer0 and compare module for -For PWM, use Timer1 and 16-bit Phase and Frequency Correct PWM mode so the PWM runs completely on the hardware level without need for interaction to keep it running -The AVR senses whether mains is p...

iHome – Intelligent Thermostat Project

Image
The world of IoT for “Smart Home” is growing very fast. There are various areas of interests from security to automated animal care depicted for instance on this page. I’ve tried to look at the things from the practical point of view. What would be interesting enough to be build as a project and at the same time have a real, quantitive value? It happens that I was always interested in limiting the energy consumption at home. One evening when talking to my wife and trying to get her opinion on my adventures into electronics she said that it would be great to have a heating already on before she gets home (and a cosy, warm place ready exactly when she enters). I guess she said it as a kind of a joke. To her surprise I got attracted by the idea. Hey, why not? With the current state of technology it is actually feasible. Maybe a bit challenging at first sight but still. So this is how it has started. Let’s build a intelligent thermostat that would be off when we are not at home and turning...