Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,404

    been there done that enough that I look that...

    been there done that
    enough that I look that 1st. thing LOL
  2. Replies
    6
    Views
    4,562

    on the 12f629 should it be GPIO.0 not ...

    on the 12f629
    should it be GPIO.0 not PORTA.0

    WILL PORTA WORK
  3. Replies
    3
    Views
    2,834

    this is something I did for the grand kids one...

    this is something I did for the grand kids one day (just grab the file had not recheck
    to make sure it still works)
    thought it mite help you it uses a A/D to drive a servo
    remember I'm not a pro....
  4. Replies
    15
    Views
    18,329

    forgive just trying to understand what your doing...

    forgive just trying to understand what your doing here.
    instead of using the LDR as a A/D input (which the 29 does not have)
    when the amount of light causes the voltage to over come the the pull...
  5. Replies
    11
    Views
    6,390

    Were I'm from a "mader" is ripe when red but...

    Were I'm from a "mader" is ripe when red but still firm
    but we do eat them fried when still green :)
  6. Thread: Load caps

    by grounded
    Replies
    0
    Views
    2,332

    Load caps

    I been using 20pf ceramic load caps with 4 mhz 20pf crystal I have read here and other places that 18-22pf will work OK in most cases.
    My ? is with all the different "types" of caps is the ceramic...
  7. Replies
    6
    Views
    3,789

    not sure if this is what your looking for but is...

    not sure if this is what your looking for but is what I do with my camera


    ON INTERRUPT GoTo TAKEPIC 'ON PIR TRIP WAKE UP
    INTCON=$90 'ENABLE .2 INTERUPT
  8. Replies
    24
    Views
    14,074

    full blown camera code

    I dropped the PBP LanC read/write in to some of my generic PBP camera code
    because I was able to read/ write with 1 pin like I do with the assembly code
    I could just drop the PBP version in the...
  9. Replies
    24
    Views
    14,074

    up and running

    Larry 676 does not have hs_osc so it would not compile thanks for trying
    BUT:
    I'm up and running (cross fingers)
    remember I said something about adjusting to midpoint of the bit
    well I did...
  10. Replies
    24
    Views
    14,074

    Larry no the cam did not turn off, it just "did...

    Larry no the cam did not turn off, it just "did nothing"
    But I really be leave the problem is in the tight time this needs and my 4mhz
    maybe my problem with using PBP code. I no were near smart...
  11. Replies
    24
    Views
    14,074

    Sorry but I'm just not having any luck with this....

    Sorry but I'm just not having any luck with this.
    look this over and see if I missed anything.

    hardwire:
    1k resistor from portc.5 to Lanc line
    1k resistor from portc.4 to Lanc line
    Lanc...
  12. Replies
    24
    Views
    14,074

    Yep that about how I run mine power up pic &...

    Yep
    that about how I run mine
    power up pic & camera it take a 10 sec. test movie then powerdown
    until INTERRUPT from PIR

    change 470 res. to 1k on each pin .no pull down res.
    I will try to...
  13. Replies
    24
    Views
    14,074

    OK just let me know when and were you post the...

    OK
    just let me know when and were you post the corrected code and I will try to test for you
    Thanks for working and sharing this.
    My Lanc controller programed in assembly and using 1 pin to read...
  14. Replies
    24
    Views
    14,074

    Right and I not sure but: should line 58 be...

    Right
    and I not sure but:
    should line 58 be pauseus 208
    and should there not be
    pauseus 104 between line 141 and 142


    48 Command_byte2: 'tell camera that a command is to follow special...
  15. Replies
    24
    Views
    14,074

    Sorry no luck I even tried it with my hc42 the...

    Sorry no luck
    I even tried it with my hc42
    the only thing different is I'm using a 16f676 XT_OSC @ 4
    were you @ 10

    right now I'm trying to keep all my camera in the woods. I ran and got a...
  16. Replies
    24
    Views
    14,074

    I have spent a few hours on this and the only way...

    I have spent a few hours on this and the only way that I can even get it to work sometimes is: read and write with the same pin
    This is the way my Lanc controllers that I build work programmed in...
  17. Replies
    24
    Views
    14,074

    lanc

    very interested in this
    pm sent
  18. Replies
    27
    Views
    18,054

    Works for me but like HenrikOlsson said make...

    Works for me
    but like HenrikOlsson said make sure you have 12f675 selected
    16f628 is the default on mine

    '****************************************************************
    '* Name :...
  19. Replies
    5
    Views
    9,548

    maybe this will help...

    maybe this will help
    http://www.picbasic.co.uk/forum/showthread.php?t=543
  20. Thread: Pir Sensor

    by grounded
    Replies
    4
    Views
    3,990

    I use a lot of PIR's with my motion activated...

    I use a lot of PIR's with my motion activated camera's they put out a high 5volts when tripped I add a pull down resister and treat it a like a reg. input

    if pir= 1 then do what ever
    hope this...
  21. Replies
    7
    Views
    6,471

    I have a set that had about the same problem I...

    I have a set that had about the same problem
    I cheated and changed the power switch out for one that is double throw
    one set of contacts controls the power the other open the circuit going to the...
  22. Replies
    3
    Views
    3,297

    thanks for the link you second post answered my...

    thanks for the link
    you second post answered my ?
    I had seen code that had it and some that did not and now I know you just don't have to.
    thanks
  23. Replies
    7
    Views
    7,597

    yep I just found out too, was going to edit my...

    yep I just found out too, was going to edit my last post but NO EDIT
  24. Replies
    3
    Views
    3,297

    Define osccal_1k 1

    most of my programming is done with 12f629/75 , and 16f630/76
    I have read that it is a good practices to added this define when using OSC
    DEFINE OSCCAL_1K 1
    my ? is do I still need to add
    DEFINE...
  25. Replies
    3
    Views
    3,068

    thanks Darrel not the one I was looking for but...

    thanks Darrel
    not the one I was looking for but got me thinking that the kids mite enjoy seeing something doing something over looking at a LCD.
    maybe a TV remote operating a servo motor.
    most...
Results 1 to 25 of 90
Page 1 of 4 1 2 3 4