Friday 14 April 2017

Small introduction to Voltage Sources and loads

Voltage Sources are divided into
  • DC source - Direct Current
  • AC source - Alternating Current
As the name specifies in DC, current flow is only in one direction, but in AC it changes its direction of current flow for a particular interval of time. In electronic we don't use AC much so we can discuss DC source in detail.

AC is mainly used for transmission of  electricity,

In Indian house, we get a standard supply of  230v,50hz, sinusoidal. this an AC supply we cannot use it Electronic devices because Electronic devices use DC, AC can be converted into DC by a device called Rectifier. similarly, DC can be converted into AC by a device called invertor or an Oscillator.

DC power sources are mainly batteries and wall adapters(which convert AC into a required level of DC)

the battery has a specification of 2200mAh, 3.8v, 8.3Wh

The battery is lithium-ion battery, it delivers a maximum output of  3.8volts, and delivers a current of 2.2Amps(2200mh)

The term mAh(milli Amp hours) tells use how long does our battery work, 

Voltage delivered by the source depends on the battery output voltage but 
the current delivered by the source depends on the load resistance, 

This can be clearly explained by ohm's law 
V=IR
Voltage across a component in the circuit is equal to the product of current(I) and resistance of the component (R),

the above equation can be written as 
I=V/R

I∝1/R
This proves that when the resistance of the circuit increases the current through the circuit decreases
and the vice versa happens when the reverse takes place.

when this battery is kept in a circuit draws 2.2Amps(2200 milliamps) from the battery,
 the battery drains completely in 1 hour,
this is  mentioned as mAh,
so the life of the battery depends not only on the capacity of the battery but also the resistance of the circuit on which the battery is used,

from this, it's clear that the current specification any power source is only the maximum current which it can produce,

In the battery, it is also mentioned that 8.3Wh, which is nothing but the maximum power which can be delivered by the battery, in this case, it is (3.8volts*2.2Amps=8.3 watts)



Tuesday 11 April 2017

Difference between Voltage and Current

Before moving on to the circuits, we can first discuss the Difference between Voltage and Current.


VOLTAGE: Voltage is the potential difference between any two points of a circuit. potential is nothing but the capacity of an electron to do a work (work is nothing but the movement of charge). voltage is defined as work done (joules) per unit charge(coulomb), it is measured in volts.

1-volt = potential difference that forces 1-ampere of current through 1-ohm resistance.


CURRENT: Current is the rate flow of electrons through a conductor or a semiconductor. It is measured in Ampere(amps). 

1-ampere = flow of one coulomb of charge per second through a conductor or a semiconductor.


For example, we take a simple circuit



In this circuit an LED is powered by a battery, the current in the circuit is always measured in series in the circuit, since the current is the rate of flow of electrons. when the current flows through the ammeter current is measured, since ammeter has very low resistance, it does not affect the circuit very much.

Resistance - It is property of materials which resist the flow of current through them,
The component which only has a property of resistance is called a resistor.

The voltage is always measured in parallel across the required component, in the above circuit, the voltage is measured across the LED. since the voltage is the potential difference between the terminals of a circuit the voltmeter is always set parallel with the components, 

The voltage cannot be measured unless there is a potential difference, if the voltmeter is set in series there will not be any potential difference so voltmeter is useless in series and also it has a very high resistance it affects the circuit, and so it is kept parallel.

in the above circuit the current flows in the clockwise direction, and so the ammeter reads the positive value.

when the current enters the ammeter in the positive terminal and leaves at the negative terminal, the current value in the meter is always positive, when it happens vice versa the current value has a negative sign.


In voltmeter, the voltmeter shows positive value when the potential at the positive terminal is higher than the potential at the negative terminal, and it shows negative value when the negative terminal has higher potential than the potential at the positive terminal.











Monday 10 April 2017

Difference between Electrical and Electronics Engineering

First, let us discuss  the basic difference between Electrical Engineering and Electronics Engineering,
Though  Electrical and Electronics both are based on electricity, they different,

Electrical Engineering - 
  • Study of Flow of electrons through a conductor.
  • Electrical circuits are used for transmitting electricity and powering electronic devices.
  • They learn about transformers, motors, generators, electromagnetism etc.
  • Electrical circuit uses high voltages,


Electronics Engineering -

  • Study about the flow of electrons through a conductor and a semiconductor
  • They learn about electronic components like a transistor, IC etc.
  • Electronic circuits are used to control the flow of electrons in the circuit and electronic circuits are used for calculation, processing etc.
  • Electronic circuits uses almost low voltages, mostly DC 

Own IOT website and Hardware Using Node MCU (cyber thinks)

NODE MCU code -- website link  Cyberthinks google drive link  cyberthinks website files #include <ESP8266WiFi.h> #include <ArduinoJ...