LED Projects

LED chasers,LED drivers,LED lamps,Automatic lighting systems etc

Monday, 26 December 2016

HOW TO MAKE A MOBILE TABLET HOLDER IN 2 MINUTES

Here we are going to make a mobile tablet holder in 2 minutes using plastic card..Its so easy and simple method to make a good and attractive mobile phone holder.We can use any kind of plastic cards like visa card,sim card envelop etc.     We need  1.Any kind of plastic cards 2.Marker pen 3.Steel rule 4.Lighter or heater Measurements     ...

Thursday, 22 December 2016

PIC18F_mikroC

1.LED 2.LCD   LED code : void main()  {   TRISB = 0;           // set pin as output   do {     LATB = 0x00;       // Turn OFF LEDs on PORTB     Delay_ms(1000);    // delay of 1 sec     LATB = 0xFF;       // Turn ON LEDs on PORTB    ...

Wednesday, 21 December 2016

How to make an LED Lamp

      Here we are going to make a simple led lamp.Its a simple circuit with less     components.In this led lamp we have can adjust the brightness of the lamp. Circuit Diagram     Components battery- lead acid 4.2v switch- 2 way switch with center off Resistors- 220 ohm(2),20 ohm led- white (4),red(1) adapter socket diode- 1N4007 Working Its a very simple circuit.The working...

Thursday, 8 December 2016

HOW ?

HOW AN LED WORKS HOW A DC MOTOR WORKS  HOW AN LED WORKS An led is a Light Emitting Diode.The American engineer Nick Holonyak is the inventor of LED on 1962.LED is a special type of diode that is specifically optimized to give off light.It consist of two different type of semi conductor device place side by side to each other,that are P and N type semi conductors.P type semi conductor contains positively charged holes...

Friday, 2 December 2016

DIY Projects

1.LED Lamp 2.LED Flash Light 3.MOBILE TABLET HOLDER 4.How to make an LED Bed Lamp in 2 minutes    ...

Saturday, 26 November 2016

PIC16F877A

Here are some basic examples of pic programming in Hi-tech C with Proteus simulation LED Blink UART  LCD EXTERNAL INTERRUPT  SOFTWARE UART    Here you can use any pin for uart communication.go to suart.h and edit the following steps depend on our pins using #define TxData RB0            /* Map TxData to pin */#define RxData RB1                /* Map RxData to pin */#define INIT_PORT TRISB0 = 0    /*...

ABOUT US

ECworks is a freelancer site.We are doing freelance works in  Electronics Circuit designing Electronics and embedded projects and prototyping Embedded programming in PIC,AVR,Arduino,ARM,MSP430,Raspberry pi etc PCB designing in Altium,Eagle,Circuit wizard Circuit simulation in Proteus and circuit wizard MatLab LabView SketchUP designing etc ...

Tuesday, 15 November 2016

C program tutorials

1. How to start a new program in compiler Code Blocks 2. Difference between gets(),getch(),getche(),getchar()  3. Pointers  Pointers Pointers are variables that contains the address of another variable.Pointers are declared as <data type><*name of pointer>   => int *ptr   Example 1: #include <stdio.h>#include <stdlib.h>int main(){    int a=15;    int *ptr=&a;    printf("pointer value=%d",*ptr);}  Here we declare two variables...

Difference between gets(),getch(),getche(),getchar()-c program tutorial

Here this tutorial explain the difference between input functions gets(),getch(),getche(),and getchar() in a c program.The compiler used is Code Blocks. gets() used to read a string and getch(),getche(),getchr() are used to read character gets() -       Reading or accepting a string from the user getch() -      it do not displayed on the screen and do not wait for enter key getche() -     it displayed on the screen and don't wait for the enter key getchar() - it displayed on the screen...

Thursday, 10 November 2016

Tutorials

  How to start a new program in CODE BLOCKS ...

Tuesday, 8 November 2016

C Programs

Compiler - CODE BLOCKS ( download from here ) Program sum of digits in a number odd or even day equivalents binary to decimal decimal to binary number of 1s position of 1s Pointers sum of array swapping reverse  length of a string sum of digits in a number #include <stdio.h>#include <stdlib.h>int main(){    int num,rem=0,sum=0;    printf("enter number : ");    scanf("%d",&num);   ...

Sunday, 6 November 2016

Videos

HOW TO MAKE AN LED FLASH LIGHT    15 MODE LED CHASER   led propeller display     How to simulate arduino in proteus Top 10 Weird And funny Inventions in world    Adjustable Timer Circuit using 555   How to add bluetooth device in Proteus simulator     How to switch between 2 different voltages with out relay   Elementary circuit simulation_circuit wizard   RGB led+VB.Net+Microcontroller    MEASURING...

Monday, 17 October 2016

Bluetooth in Proteus

This video explain how to add Bluetooth device library in to Proteus and how to simulate the Bluetooth module in Proteus. Steps to add library 1. download the Bluetooth library 2. Extract the compressed file 3. Copy the two files to the Proteus library folder 4. Open on restart Proteus Eltima virtual port emulator Here used Eltima virtual port emulator software to create virtual port for the communication between two Bluetooth devices    DOWNLOAD the Library    ...

Friday, 7 October 2016

Switching Between 2 Different Voltages With Out Relay

This is a simple circuits to switch between two different voltage sources using two diodes.. No need of any relay or complicated circuits.If you are using schottky diodes then voltage drop will reduced. when we connect to voltages we get the highest one on the output.Here in this example if we connect 9v first then the output voltage will be 8.6v(9v-diode drop) and when we connect 12 v in this circuit we will get 11.4v(12v-diode drop)    ...

Electronics Hobby Circuits

SIMPLE LED FLASH LIGHT ...

Simulation

Circuit Wizard simulation Ardino in Proteus Switching Between 2 Different Voltages  With Out Relay   ...