Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ansarmytheen

  1. A

    PIC 18F452, mmc, FAT system, mikroC

    Pleas check MIkroC help ,It contains a circuit diagram which is easy one. - - - Updated - - - char faterror[20] = "FAT16 not found", filecontents[50] = "XX MMC/SD FAT16 library by Anton Rieckert\n"; char filename[14] = "MIKRO00.TXT"; // File names unsigned short tmp, charecter...
  2. A

    Memory edit problem in keil

    Hai, I want to edit my memory window in keil tool,Iam using AT89c51. I can give data by using db,but cannot add anew value on memory. ORG 00H mov r2,#08h mov r0,#40h mov a,01 start: mov @r0,a inc a inc r0 djnz r2, start end This program doesn't work.
  3. A

    8051 training kit pcb

    Hai, Can you post a pcb for 8051 for training, like inbuilt leds,lcd,etc...
  4. A

    Fan out and Effective fan out

    Hai, effective fanout=Cout/Cin
  5. A

    LCD Initilaization command for 4bit 2 line and 5*8 dot lcd

    Hai, What is the command for lcd initilization ? Typical lcd configuration is 4 bit mode,2 lines 5*8 dots.
  6. A

    Need tutorial for high speed digital design

    Hai, Any body know sites providing lectures in high speed digital design?
  7. A

    GPS GSM tracking Quectel L10 and M10.

    Hai, Connect your GSM modem to the serial communication pins in portc via max232(for ckt serach google). Make a soft uart for GPS use one pin any port for receiving data from GPS(circuit is same as above one).
  8. A

    GPS GSM tracking Quectel L10 and M10.

    Hai, You can use pic microcontroller (like pic 16f877a).In GSm first you study about AT commands and in GPS study NME sentence.
  9. A

    How to interface 4x4 Keypad with PIC microcontroller

    Hai dear, Sorry for late. Yes, you can make code in assembly.
  10. A

    [SOLVED] PIC 18f4550+usb using mikroc

    Hai, i have already done the project.Anyway thanks for your replay.
  11. A

    IR+PIC 16f877a counter mode

    Manually means if we remove the ir module from motor and it connected with pic.Then we cut the the IR rays by a metal or anything then the counting is correct.
  12. A

    IR+PIC 16f877a counter mode

    Hai friends, In my project i interface an IR module with PIC 16F877a,This system is used for counting motro rotation. PIC in Counter mode using timer1.Now the problem is that when i connect manually to an IR then PIC count properly.But when it connected to the motor it reads wrong count.OR it...
  13. A

    Sample program codes for the transmission and reception in pic16f877 (MPLAB)

    Re: sample program codes Hai, Here i post a sample code for uart. list p=16f877a #include <p16f877a.inc> cblock 0x70 r0,r1 endc org 0x00 goto main nop nop nop org 04h retfie main bsf intcon,7 banksel txsta movlw 0x24 movwf TXSTA movlw 0x47 movwf SPBRG banksel rcsta...
  14. A

    [Help Needed] Implementing RTC and motor using PIC18F4520

    Hai, The program will be a big one, Here i post a program for RTC and LCD using pic 16f877a So make necessary changes.It will be working one. void write(); void read(); void read1(); void disp( int temp,int i,int j); void main() { trisc.f4=0; trisc.f3=0...

Part and Inventory Search

Back
Top