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 vanvan00

  1. V

    How do I setup ds1307 with PIC18F452?

    Re: set up ds1307 ok i shall use PORTC so does it mean i will load 2 programs separately in order for it to work? 1st set up then the main program?
  2. V

    How do I setup ds1307 with PIC18F452?

    Re: set up ds1307 i need to set it up using mikro c codes im sorry for the troubles. I'm using Port A for temperature sensor, Port B for LCD and left Port D for ds1307 to work with.
  3. V

    How do I setup ds1307 with PIC18F452?

    How do i set up ds1307 with PIC18F452? i wanted to use ds1307 to display time on an lcd anyone help? thanks
  4. V

    date and time display on LCD

    anyone understand my question on this?
  5. V

    date and time display on LCD

    this is my code but i think it lack of something as it dont work at all unsigned oldstate0; unsigned oldstate1; unsigned tMax,tMin; unsigned temp_value; char out[12],out2[12]; // declares array of 12 characters float dec_value; void loop1() { Lcd_Out(1,1,"Welcome to ECE")...
  6. V

    date and time display on LCD

    i have to display maximum temperature and minimum temperature on the LCD when i press 1 button connected to Port A e.g press once it show maximum temperature and press the 2nd time it will show the minimum temperature
  7. V

    date and time display on LCD

    thanks but im not so sure how to convert to MikroC language its ok how about do u know anything about LM35 temperature sensor with PIC18F452?
  8. V

    date and time display on LCD

    so its not possible to do if i dont have the DS1307 chip?
  9. V

    date and time display on LCD

    Im using 2x16 LCD panel. Is there any mikroC codes which i can apply to display the date or the time itself?
  10. V

    date and time display on LCD

    How do i display real time and date with PIC18F452 and LCD panel? Anyone can help me with the code?
  11. V

    How do i display decimal point on the resulting temperature?

    how do i display decimal point on the resulting temperature with my Lm35 temperature circuit? Im using Pic18F452 microcontroller my code is below thanks alot unsigned temp_value; char out[6]; void main() { ADCON1 = 0x80; TRISA = 0xFF; // PORTA as input TRISB = 0x00; // PORTB as ouput...

Part and Inventory Search

Back
Top