Search results

  1. Sadlercomfort

    Flow Chart Software? C Programming

    I've never heard of a structure diagram :rolleyes: Do you have any examples of one? I'd like to adopt a professional planning method when writing my programs, instead of making it up as I go.
  2. Sadlercomfort

    Flow Chart Software? C Programming

    Can anyone recommend some good software for creating flow charts? Would be nice if there's one suited to C programming.
  3. Sadlercomfort

    programming microcontrolers

    I think its important to learn code from the ground up, so you can understand whats happening. Any programming language you learn will help you understand the logic behind other languages, then its just a matter of getting used to the syntax I learnt the basics in assembler first, before...
  4. Sadlercomfort

    program pic16f877a for ds1307

    You do not need to learn the entire datasheet, but just familiarize yourself with the basics and how the relevant registers tie in with each other. I would learn about the relevant registers first and which commands to use to set each register. I've listed the relevant ones below. The...
  5. Sadlercomfort

    program pic16f877a for ds1307

    You wont need an oscilloscope to help you write code. What do you mean by earning complete datasheet?
  6. Sadlercomfort

    16x2 LCD 4-bit mode.. RW pin

    Nevermind :rolleyes: you can still use RW pin.
  7. Sadlercomfort

    16x2 LCD 4-bit mode.. RW pin

    Hi Guys, Do i need to ground the RW pin when using 4-bit mode, or can I still use the RW pin to read data from the LCD.
  8. Sadlercomfort

    Hello from Wales UK

    Welcome Paul :D
  9. Sadlercomfort

    program pic16f877a for ds1307

    I would advise you to read the datasheet for the ds1307, if you haven't already: http://datasheets.maximintegrated.com/en/ds/DS1307.pdf The ds1307 uses the Synchronous Serial Port (SSP) Module. It operates in I²C mode and is connected too the PIC using the SDA and SCL pins. Assuming your...
  10. Sadlercomfort

    Help Programming 16x2 LCD - PIC16F73

    Hi Minder.. I finally got it working. The problem was hardware related and somehow I was not getting +5V when switching my RS, RW and EN pins. This might of had something to do with the pins being on PORTA. My code was pretty much OK! Here is my working code: #include <htc.h> #include <pic.h>...
  11. Sadlercomfort

    Hello from L.J

    Welcome L.J. ;)
  12. Sadlercomfort

    Oscilloscope Help

    Yay VIP! :rolleyes:
  13. Sadlercomfort

    Oscilloscope Help

    Yeah think your right dorke, isnt going to work out. I have already obtained some results in (μA) using a multimeter.. this will have to do!
  14. Sadlercomfort

    Oscilloscope Help

    Thats exactly what I'm trying to measure.. uA's. I measured a current draw of less than 1.4uA on a digital multi-meter. I was hoping to confirm/verify my results. Somehow the lines have disapeared and i can now see a continuous signal, but I still can't see the difference when i connect the...
  15. Sadlercomfort

    Oscilloscope Help

    I've accidentally solved the problem.. somehow
  16. Sadlercomfort

    Oscilloscope Help

    Yeah its set to DC
  17. Sadlercomfort

    Oscilloscope Help

    Hi Guys, I'm trying to measure a small signal change when i connect a 9v battery to a remote while nothing is pressed, to see how the remote discharges the battery when sitting. I cant seem to get a good signal on my oscillate and there seems to be a lot of noise. Any ideas? See a pic...
  18. Sadlercomfort

    What connector is this and how do I find things?

    I think that might... be a "xh-3p connector" http://bfy.tw/4tPy
  19. Sadlercomfort

    Soldering Skills - hilarious!

    Wow. :rolleyes:
Top