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 vinay bs

  1. V

    [PIC] UART and I2C are not working together

    Thanx ADGAN it worked... But my question is how TRISC bits relates to this...? It will work even if it is not set as input or output...
  2. V

    [PIC] UART and I2C are not working together

    Even though if TRISC bits are not set for SDA and SCK it works fine individually...
  3. V

    [PIC] UART and I2C are not working together

    hi folks, I am facing problem wen i club UART and I2C together in my compiler. I am using mikroC Compiler and PIC16f883 microchip IC. I2C is used for reading the time from DS1307 IC and displaying it on LCD, UART used for serial communication to send the data (PC Hyper terminal). It works good...
  4. V

    [SOLVED] Real Time Clock (DS1307 Problem)

    guys anybody there?????
  5. V

    [SOLVED] Real Time Clock (DS1307 Problem)

    hi this is vinay again.... even after trying out for many days i am not able to display the time on lcd..... after long search i got one program, wrote for pic17f877a , it has both code(mikroc) and proteus design file and it is working fine..... but with the same program and design i am not...
  6. V

    [SOLVED] Real Time Clock (DS1307 Problem)

    dont know what may be the problem... even in real hardware it outputs only 'Time: and Date:' in first and second row respectively.....
  7. V

    [SOLVED] Real Time Clock (DS1307 Problem)

    hi, i have problem in reading ds13207 via I2C, program compiled successfully, but wen simulating in proteus it showing spurious scl transition detected.... working over this from past 2 days and even googling didnt helped me to find out problem.... i am trying to write some date and time...
  8. V

    problem in LCD Display(JHD 162A)

    hi, can somebody help me out with this lcd display.... my program is working perfectly in proteus but in real hardware its not displaying anything..... first time i thought may be of display problem, so i replaced with new one, still same problem.....!!!! below is my code and proteus...
  9. V

    Problem in External interrupt(INTE)

    i am using mikro c compiler..... initially interrupt will occur and jumps to called fuction.... but wen i interrupt(pressed switch RA2) second time its not coming out of the loop.... below is my code.... pls take a look..... is that a correct way to call function wen using interrupt.... :roll...
  10. V

    Problem in External interrupt(INTE)

    hi all, could any body have solution for the above problem..... external interrupt its making me sleepless.... pls help me out.....
  11. V

    Problem in External interrupt(INTE)

    hi btbass.... thanks for the suggestion... but still its not working.....i think interrupt wont work wen executing the function like flashrgb(),strobe(),... which are out of the main loop!!!! clueless.... need some help....
  12. V

    Problem in External interrupt(INTE)

    hi paulfjujo, i need port a pin2(RA2) acts like a switch, i.e when i pressed mode pin RA2 case 1:flashrgb() routine has to be execute.... next if i press same mode pin again it has to execute next sub routine case 2:strobe ... like wise 4 modes.....after 4th mode next it should to take 1st...
  13. V

    Problem in External interrupt(INTE)

    Hi, I am using pic 16f676 and mikroc compiler, i facing problem in external interrupt(INTE), interrupt occurs at first time and next time onwards its not responding, below is my code, please help me out wats wrong with my program..... thanks in advance... #define red PORTC.F0 #define...
  14. V

    RGB LED Strip Controller(problem in using pwm signals)

    thanks for the inputs dean... i will work out....
  15. V

    RGB LED Strip Controller(problem in using pwm signals)

    find jpg image file for ckt diagram...

Part and Inventory Search

Back
Top