Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: karenhornby; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    5,877

    glad i could be of help to someone even if it's...

    glad i could be of help to someone even if it's throwing an idea and a webpage, as I'm only a newbie and only started with pics a few months ago, learned how to use the lcd display with the easypic5...
  2. Replies
    10
    Views
    5,877

    OMG I cant believe I was so stupid as to not look...

    OMG I cant believe I was so stupid as to not look there.
    I actually got rid of the easypic it was too complex for a complete beginner like me, all i got it to do was learn how to drive the lcd...
  3. Replies
    10
    Views
    5,877

    The ds18B20's are brilliant, and it's dead easy...

    The ds18B20's are brilliant, and it's dead easy to address them from the pic all you need to find is the matching rom address for each device then talk to each one whenever you want :)
    Seeing you're...
  4. Thread: ds1904

    by karenhornby
    Replies
    1
    Views
    2,117

    ds1904

    Anyone used one of these?
    What I'm trying to find out is what happens if power is removed, does the time stay stored or does it lose power?
    also anyone seen these anywhere in UK?
  5. Replies
    7
    Views
    3,597

    I'm starting to like this idea :) SO for IF I...

    I'm starting to like this idea :)
    SO for IF I wanted to use this (Clicky) example
    DO you reckon I could use that, but still have enough time to poll 4 1 wire devices and keep the clock running?...
  6. Replies
    7
    Views
    3,597

    how about using the eeprom inside the pic? I'm...

    how about using the eeprom inside the pic?
    I'm going to be suing the 16F88 pic it has 256 bytes of eeprom and 20000 hours counted once a second only comes to 33 bytes if I'm starting to understand...
  7. Replies
    7
    Views
    3,597

    I'm actually going to be using 2 X ds2405's as...

    I'm actually going to be using 2 X ds2405's as switches to work relays along with 2 ds18b20's as temp sensors
    What I'd like to do is log the total amount of time the ds2405's are activated and...
  8. Replies
    7
    Views
    3,597

    real time logger?

    Anyone got any ideas how to implement "powered on/run time" in a 1 wire network? All I need is the amount of hours and minutes it's running, in fact it can be just one device that I time as it's...
  9. Replies
    3
    Views
    5,188

    Thank you :) and there was me thinking it was...

    Thank you :)
    and there was me thinking it was going to be an impossible problem to fix lol
    or at least very hard!
  10. Replies
    3
    Views
    5,188

    LCD Problem

    Hi guys...
    any ideas how to set this?
    my pin assignments are:
    RS PORTB.4
    E PORTB.5
    but the data lines are
    PORTB.0 LCD D7
    PORTB.1 LCD D6
    PORTB.2 LCD D5
    PORTB.3 LCD D4
  11. Thread: one wire

    by karenhornby
    Replies
    7
    Views
    5,418

    Totally perfect thanks :) not sure if I'll buy...

    Totally perfect thanks :)
    not sure if I'll buy the usb adaptor or just make the interface yet but really good info and exactly what I was looking for
    I would just make an interface but it's going...
  12. Thread: Ds18b20..

    by karenhornby
    Replies
    5
    Views
    4,255

    THINK I've sussed a bit more: IF I want to...

    THINK I've sussed a bit more:
    IF I want to change the resolution from the default I can use something like

    OWOUT DQ, 1, [$CC, $4E, 0, 0, $5F] ' 11 bit resolution

    and to address individual...
  13. Thread: one wire

    by karenhornby
    Replies
    7
    Views
    5,418

    Thats fine thanks :) Actually I've only skipped...

    Thats fine thanks :)
    Actually I've only skipped through the manual to bits I really need to research that I cant find answers elsewhere, but I found the easiest and best way to learn was study other...
  14. Thread: Ds18b20..

    by karenhornby
    Replies
    5
    Views
    4,255

    Am I right in assuming IF i dont use the...

    Am I right in assuming IF i dont use the constants then it would default to 0.0625°C resolution and take 750ms to take a reading?
    BUT IF I want to change the resolution I'd use the constants, but...
  15. Thread: one wire

    by karenhornby
    Replies
    7
    Views
    5,418

    Thanks, that actually helped a LOT, even though...

    Thanks, that actually helped a LOT, even though it threw me at first and I had to read it several times...

    IF I've got what your saying right, the code to use a standard 4 line lcd module becomes...
  16. Thread: one wire

    by karenhornby
    Replies
    7
    Views
    5,418

    one wire

    Has anyone any suggestions on how to read the id code from 1wire products?
    I've read up on the 1wire project on Rentron.com and have a slight problem
    the code below assumes you have a serial 4 X 20...
  17. Thread: Ds18b20..

    by karenhornby
    Replies
    5
    Views
    4,255

    OMG how can i be so dumb sometimes! it was So...

    OMG how can i be so dumb sometimes!
    it was So obvious that I just didn't see it
    Thank you :)
    umm btw what do you mean about the trailing bracket? ]
  18. Replies
    11
    Views
    6,259

    No that was one I missed actually, many thanks,...

    No that was one I missed actually, many thanks, it's good interesting reading, Melanie must be a complete genius :)
  19. Thread: Ds18b20..

    by karenhornby
    Replies
    5
    Views
    4,255

    Ds18b20..

    I've seen many examples of code for the DS18B20 and I've successfully made it work before
    However there is one thing I dont understand and could someone please explain it to me?
    IN this code
    ...
  20. Replies
    11
    Views
    6,259

    Changed it thanks. Hopefully it's right now. ...

    Changed it thanks. Hopefully it's right now.

    Anyoe know how I program it so the mclr input only works as an input pin and not mclr?
    still stuck on the ds too


    CCP1CON = %00000000 ;...
  21. Replies
    11
    Views
    6,259

    AHH now that makes sense.. I just wasn't sure...

    AHH now that makes sense.. I just wasn't sure what I should do with the pics when using them as ext OSC
    Thanks:)

    Apart from that, does the code look ok?
    and any ideas on how to set the higher...
  22. Replies
    11
    Views
    6,259

    Think i MIGHT have that sorted now:) ...

    Think i MIGHT have that sorted now:)

    CCP1CON = %00000000 ; Disable CCP Module
    SSPCON.5 = 0 ; Disable SSP Module
    TXSTA.5 = 0 ; Disable AUSART Tx...
  23. Replies
    11
    Views
    6,259

    config help please?

    Hi all, and before I go any further I want to say thanks to everyone who has helped me before :)
    The previous problem I had about trying to work a serial LCD, I've left that to one side for the...
  24. Replies
    18
    Views
    11,349

    Thanks guys, you've been a great help :) I'm...

    Thanks guys, you've been a great help :)
    I'm going to try building my own and it will take me some time to get it working but I'll persevere
  25. Replies
    18
    Views
    11,349

    I'm still lost in a world ruled by machines :) I...

    I'm still lost in a world ruled by machines :)
    I get what your saying ( I think)
    I use serout and then whatever I would have typed after the lcdout command?
    But on the 2nd pic it receives serin...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4