LED Projects

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

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...