Search results

  1. Sadlercomfort

    24v Keypad - Microcontroller

    Oh okay, So its safe to say i can use anything from 5V to 24V.
  2. Sadlercomfort

    24v Keypad - Microcontroller

    Hi guys, Does anyone know how to interface a 24v keypad to a microcontroller. Usually I would use a 5v keypad and connect it directly to one of the ports with pull up resistors. However I can only find a 24v one for cheap on farnell so I have to use this...
  3. Sadlercomfort

    DVD player wont play

    Perhaps its not detecting the disc. Again I would advise cleaning the laser/lens. You can use ethanol or laser/lens cleaning solution. If you don't have these you can also use distilled white vinegar, mixed in with water. 1 part vinegar to 10 parts water.
  4. Sadlercomfort

    16 Bit LCD programming

    I'll understand eventually, I think I'd prefer to connect it directly to the PIC though.
  5. Sadlercomfort

    16 Bit LCD programming

    Thanks, I'm not sure how the LCD actually works though, so the controller is confusing me further. How does the dots work? Do you have to program each segment one at a time, with the right dots?
  6. Sadlercomfort

    16 Bit LCD programming

    Okay, I've attached the datasheet and the circuit diagram. The LCD used in the circuit diagram is standard, but the pins match up. There might be a library I can use in the Hi-Tech C Compiler I'm using, but I'm not sure.
  7. Sadlercomfort

    16 Bit LCD programming

    The datasheet has limited information. Please wait until I can get to a computer to provide the datasheet and how I've connected it to the pic. It's a standard text lcd.
  8. Sadlercomfort

    DVD player wont play

    Assuming the DVD player has power and the discs are spinning, I would probably use ethanol or alcohol to clean the lens/laser.
  9. Sadlercomfort

    16 Bit LCD programming

    Hi Guys, I'm trying to learn how to program LCD modules with a pic16f73. Does anyone have some useful information on what I need to know? I understand how to connect each pin up and what there functions are.. but I'm struggle to understand how to write text to it in code. For example how to...
  10. Sadlercomfort

    back into electronics as a hobby

    Welcome Mike, I must agree with John, your programming experience will prove useful when learning to program micro-controllers. You have much more flexibility with micro-controllers as you can create your own hardware, very simple to program in C.
  11. Sadlercomfort

    How do I make hour-long delay with mid-range PIC?

    You need to create a timer0 interrupt routine of 60 seconds. Then your subroutine for the interrupt should include a count variable, which counts to 60 (60s x 60 = 1 hour). To do this you need to work out the value of TMR0 using this formula: Freq. out = Freq. osc / [prescaler * (256 - TMR0) *...
  12. Sadlercomfort

    Including header files

    Thanks Dan, I don't quite understand the use of an inclusion guard. Let me have a read through the entire tutorial :D I like to read slowly and from start to finish so it sinks in.. might take me a few days. I'll let you know how I get on. PS. Turns out my first attempt at using header...
  13. Sadlercomfort

    Including header files

    It works :D Does it matter where i place the #Include <header_name.h>
  14. Sadlercomfort

    Including header files

    Thanks guys and @chopnhack :D I originally learnt assembly in University but converted to C at work. :confused: You wont believe the similarities, once you learn the syntax its pretty straight forward. I'll give this ago now :)
  15. Sadlercomfort

    Including header files

    Hi Guys, Does anyone know how to use header files to simplify programming. I'm using MPLAB and HI-TECH compiler.. programming in C. I've managed to create my .h file with the C programming inside, so how do i include that in a general program?
  16. Sadlercomfort

    Charging Batteries using a Power Supply

    Really useful information there =) thanks
  17. Sadlercomfort

    Mechanical Counter - Debounce

    Haha, I think you guys confuse way to easily. Still I apologize ;) I created two threads as they were for two different projects, the initial counter used a butterfly contact and a metal strip to activate the counter. The next project adapted the original circuit to operate via a reed...
  18. Sadlercomfort

    Mechanical Counter - Debounce

    That's much easier, thanks
  19. Sadlercomfort

    Mechanical Counter - Debounce

    1.6 Million Complete Revolutions or if necessary two lots of 800,000
Top