Search:

Type: Posts; User: JTerry

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    16,315

    Thanks again guys

    Hey guys, thanks again for the help.

    Is itoa much smaller than sprintf? That seemed to be the largest part of the previous code that was written, and the reason that we were filling the chip...
  2. Replies
    5
    Views
    16,315

    Printing Integer Value to LCD in ASCII Format

    Hey again,

    I've had a lot of help from the board in sorting out a Pedometer circuit I'm currently working on as part of a group project.

    Unfortunately, we've been using the sprintf function to...
  3. Replies
    36
    Views
    10,804

    Puts

    Hi guys, from doing a bit of reading around, puts can only be used to display simple text strings, and wouldn't work for displaying any of our variables? I could be wrong on this, if so please...
  4. Replies
    36
    Views
    10,804

    Code Shrinking

    Hey guys, we've modified the code (and circuit!) a bit to get everything working.

    The weight input and stridelength are now working as desired, and we've coded up most of the rest of the...
  5. Replies
    36
    Views
    10,804

    "Final" Code

    For any who have been following this thread, and especially to those who have helped me (particularly you, Anduril) please find here the "final" version of the code:




    #include <pic.h> //...
  6. Replies
    36
    Views
    10,804

    Making final amendments now, will post so you can...

    Making final amendments now, will post so you can see the fruits of your hard work and patience!

    Thanks a bunch for taking the time to help a total beginner, I never would have gotten this far...
  7. Replies
    36
    Views
    10,804

    PS Oops, formatting has gone all funny, the...

    PS Oops, formatting has gone all funny, the indents are playing up. Apologies, JT
  8. Replies
    36
    Views
    10,804

    #include // Standard Pic library...

    #include <pic.h> // Standard Pic library
    #include <stdio.h> // This is included to allow me to use the 'sprintf' function
    #include <string.h>

    /* Pedometer - A pedometer program built...
  9. Replies
    36
    Views
    10,804

    Hey guys, I've managed to get to this stage...

    Hey guys,

    I've managed to get to this stage (please go easy on me!):


    #include <pic.h> // Standard Pic library
    #include <stdio.h> // This is included to allow me to use the...
  10. Replies
    36
    Views
    10,804

    Hey guys, I'm sorry but I don't think I'm going...

    Hey guys, I'm sorry but I don't think I'm going to be able to put this code up tonight after all. I'm about halfway through and I want to make sure I get everything together before I stick it up in...
  11. Replies
    36
    Views
    10,804

    Thank you guys so much! Was having a bit of a...

    Thank you guys so much! Was having a bit of a stress earlier after spending a fruitless few hours down at the electronics labs and wading through forums posts by users a lot more advanced than me!
    ...
  12. Replies
    36
    Views
    10,804

    So, in my case it would make sense to put ...

    So, in my case it would make sense to put



    TopMessage[17]


    Since the 44780 display that I'm using can only display a max of 16 characters on each line anyway. Thus the max length of...
  13. Replies
    36
    Views
    10,804

    Thanks Anduril!

    Thanks very much for your help. I find this kind of resource amazing, that people are actually willing to help out total strangers just as an act of kindness. It's great to see :)

    As I said, I am...
  14. Replies
    36
    Views
    10,804

    Thanks

    Thanks for all the input guys. Unfortunately, we've not had any luck on this end in getting the altered connections to work. At this point, we've decided to admit defeat and just cut the tracks on...
  15. Replies
    36
    Views
    10,804

    Hi guys! Thanks very much for all of your...

    Hi guys!

    Thanks very much for all of your responses. We've had a look at the code suggestions, and I can sort of understand how they work in principle, but we still can't get anything useful out...
  16. Replies
    36
    Views
    10,804

    PIC16F684 Interfacing with Hitachi 44780

    Hi guys!

    I'm a finalist university student on a Product Design and Technology course and I'm currently completing an assessment where we are required to design a circuit using a PIC16F684 to...
Results 1 to 16 of 16