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 Shafaq Gul

  1. S

    tft 3.2'' Graphical lcd

    Hello everyone! I am working on 3.2'' 240x320 glcd and it isn't displaying anything. So i decided to read its identification code but didn't found any help. So it would be highly appreciated if someone guide me on this forum.
  2. S

    Proteus tft glcd 240x320

    Hello! I wanna ask that is their any library avaliable for tft 3.2'' 240x320 glcd hx8347 in proteus. Or any replacement for it??
  3. S

    Glcd tft3.2'' interfacing

    Hello! i want to interface tft 3.2'' glcd hx8347 to pic24f16ka102. Unfortunately i didn't found lany ibrary for it.And now need help relating to making and displaying own fonts,further images.And i want to ask that the image matrix size relates to what??and is this necessary to specify memory...
  4. S

    PIC24F16ka102 uart not working

    Can someone check my code.... i tried alot even on another pic but its not working.
  5. S

    PIC24F16ka102 uart not working

    Sir...its still not receiving :sad:
  6. S

    PIC24F16ka102 uart not working

    Hello! I am using mplab and proteus...my c code transmits the data but don't receive it.Am really worried.#define CRYSTAL_FREQUENCY 10000000 /* 10 MHz */ #define FCY CRYSTAL_FREQUENCY/2UL /* Cylce frequency 5 MHz*/ #include <p24F16KA102.h> #include <libpic30.h> #include...
  7. S

    PIC24FJ128GA006 serial transmission not working

    Salam every one I am using mplab C30 and am trying to send data serially but its not working.(p24FJ128GA006):-(...I have tried alot looking for help. #include<p24FJ128GA006.h> _CONFIG2(FNOSC_PRI & POSCMOD_HS ) _CONFIG1(FWDTEN_OFF & JTAGEN_OFF ) ////////////////// int main(void) {...
  8. S

    virtual terminal in proteus

    Hi! I have tried that but its not working:cry: a part of my code is: for( w=0;w<17;w++) { m=0; m=buf[w]; t=m+0x31; TXREG=t; while(PIR1bits.TXIF==0);//wait until all transmitted. PIR1bits.TXIF=0; //if(w==15) //{ //TXSTAbits.TXEN=0; //TXREG=0; //break; //} if(buf[16]=='\0') { TXSTAbits.TXEN=0...
  9. S

    virtual terminal in proteus

    Hi! I am using pic18f4455 and am sending some characters to virtual terminal in proteus but they are displayed continuoully:?:(have used a loop to send specific characters )....looking for help.
  10. S

    under voltage lockout

    Hello! Oky thanks alot sir i got it:)
  11. S

    under voltage lockout

    Hello! i want to know that by under voltage lockout regulator do we mean that the supply of voltage would only be when input is maximum then a reference n when it goes high it start working n when not it isn't i mean automatically??
  12. S

    display of temperature on 2x16 lcd in 4 bit mode using pic18f4455

    Hello! Its not working i tried:(...
  13. S

    display of temperature on 2x16 lcd in 4 bit mode using pic18f4455

    Hello! I am using temperature sensor LM35 and 20MHz frequency of pic18f4455 when i simulate my code in Proteus it doesn't work would someone check my code as i have spend couple of days on it.(C18 maplab) #include<p18f4455.h> #include<adc.h> #include<math.h> #include<stdlib.h>...
  14. S

    pic18 microcontroller and frequency oscillator configuration

    Hi! Okie n thanks all ...really like this forum.

Part and Inventory Search

Back
Top