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 chaudhryali55

  1. C

    Quadcopter using gsm instead of wifi interfacing it with pic16f877

    hey fellows i am doing my final project the description of my project is to build a quadcopter that will work using andoird through gsm comunication instead of wifi.the main board will be controlled through pic16f877.can anyone tell me how to use the gsm to control the quadcopter instead of wifi...
  2. C

    PIC LCD Interface Problem (Hitachi HD44780)

    sometimes it happens like this...but dnt be worried...you can use the Mikro c Sample programm of lcd...i hope it will work with you...
  3. C

    8 input switch programming.

    hi..you can explain your problem briefly...in the case that you can programm 1 input switch so it is easy to control 8 bits...just give time to it .it will be done... if still any problem let me knw....
  4. C

    LCD programming in PIC 18f4520...

    you can install mikro c pro compiler and you find many examples related to lcd scrolling... feel free to ask anytime ....
  5. C

    LCD programming in PIC 18f4520...

    which compiler you are using ? and in which language you are using to code your lcd...?
  6. C

    Problem with interfacing Graphic LCD with PIC16F877A

    Re: Graphic LCD problem! i think you are using demo version of mikro c compiler...download it from torrent... google for the 2009 version of Mikro c compiler.. by the way you use these config for the glcd #include "__T6963C.h" // T6963C module connections...
  7. C

    Re: Having trouble to Programing PIC 16F84 in MPLAB IDE simulator.

    Re: Having trouble to Programing PIC 16F84 in MPLAB IDE simulator. if you are using HI tech compiler in mplab so go tot ide where you wrote your code in c and right click->goto add to project and then build it i hope so it will build it...but be sure to have HI tech c compiler in mplab...
  8. C

    Interfacing Hitachi HD44780 2x16 LCD with PIC 16F877

    LCD_cmd(0x0c) means to display the cursor off of the Lcd & 0x02 i think it means to clear dislay ...m not sure about it..you can refer the datsheet
  9. C

    Help with C Programming code

    birdy explained ryt...but i think so there is a problem in your programm that it keeps your relay ON .... main (void) { char labview; delay(5000); XBYTE[Control_Register] = 0x80; //initialise PPI all ports output XBYTE[PortA] = 0xFF; //turn off relays XBYTE[PortB] = 0xFF; //turn off...
  10. C

    microcontroller pic 16f877a

    can you please upload your circuit diagramm for it..because m working on this project too ..thanks.
  11. C

    Help with C Programming code

    you can post your code here so that somebody can help you...
  12. C

    [SOLVED] some problem to my 16x2 LCD (second row always black)

    the problem is you were using the delay_ms(200) which means delay 200 milli seconds...which a normal eye can not even see it when you use it on the hardware...and the delay_ms(15) also...ans as lockman said there is problem in confguring the bits of the lcd u didnt defined the data ports of the...
  13. C

    how to design a 14x40 led matrix

    pwm is pulse width modulation..and you dont need to bother your self to measure the leds with the pwm....simple leds can be measured using the multimeter...so dont be confused about the pwm...
  14. C

    stepper motor controller - micro stepping

    Re: stepper motor controller this is circuit you can get help from it...only some changings must be done in the pic the h-brigde is used LMD18245.. if still confused feel free to ask....
  15. C

    [SOLVED] some problem to my 16x2 LCD (second row always black)

    it is not a serious problem..i was having this but in my board there was a regulator that makes thoes boxes light and dark to show the display clearly.......if you can figure out the regulator then it will be great...and i hope so that it will work.... ---------- Post added at 23:37 ----------...

Part and Inventory Search

Back
Top