Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    46
    Views
    28,637

    YESSSSS! It's working ! Finally pinned it down...

    YESSSSS!

    It's working ! Finally pinned it down to the power supply. If I supply the PIC separately from the optocoupled transistors it all works. very many thanks to all you patient and helpful...
  2. Replies
    46
    Views
    28,637

    k the latter as I do not really know the...

    k the latter as I do not really know the significance
  3. Replies
    46
    Views
    28,637

    tried to interpret your config line in pm terms...

    tried to interpret your config line in pm terms got the @device to work with MCLR and Lvp but didn't recognise CP. None of this made any difference. However after a lot more somewhat uneducated...
  4. Replies
    46
    Views
    28,637

    starting to reveal my ignorance ! I don't really...

    starting to reveal my ignorance ! I don't really know how I have MCLR set this is an area I do not understand well. I already had trouble because I initially thought I was using MPASM when in fact i...
  5. Replies
    46
    Views
    28,637

    I tried reducing the start point of the if then...

    I tried reducing the start point of the if then that controls the delay from 400 down to 200 delay. The program now runs for 1 min 55 but gets further into the program. In fact it gets part way thru...
  6. Replies
    46
    Views
    28,637

    Three minutes 43 seconds (got slightly further...

    Three minutes 43 seconds (got slightly further thru the loop that time I think !)
  7. Replies
    46
    Views
    28,637

    No go so far I'm afraid tried the new code but...

    No go so far I'm afraid tried the new code but there are a number of errors which I haven't checked out yet. Tried switching watchdog timer off and have put lots of capacitance across the 4.8 volt...
  8. Replies
    46
    Views
    28,637

    OK Just didn't want to clutter up the forum with...

    OK Just didn't want to clutter up the forum with my lengthy and probably badly written code, but here goes !


    '***********CHRISTMAS STAR PROGRAM FOR OPERATING *************
    '**********A 16 ARM...
  9. Replies
    46
    Views
    28,637

    Spoke too soon !... Not about the shepherds and...

    Spoke too soon !... Not about the shepherds and wise men but about the program working. I have been programming a whole load of different sequences one after another. They have all worked ok until...
  10. Replies
    46
    Views
    28,637

    Very many thanks. I now have the system fully...

    Very many thanks. I now have the system fully operational and can start programming the Star of David which should now be appearing in the village tomorrow evening. It might not seem much but by...
  11. Replies
    46
    Views
    28,637

    Thanks for that. My original circuit had three...

    Thanks for that.

    My original circuit had three octal darlingtons (ULN 2803) with inputs directly coupled to Ports A, C and D I have also connected leds with 680ohms to each pin so that I can see...
  12. Replies
    46
    Views
    28,637

    Hi Before I post the code I seem to remember...

    Hi
    Before I post the code I seem to remember that there is a particular etiquette for including code in a post but I can't find any reference to it. Just thought I'd ask as I dont want to upset...
  13. Replies
    46
    Views
    28,637

    Hi again, Got the porta I/O proble sorted...

    Hi again,
    Got the porta I/O proble sorted insofar as i can now switch on any of the a port bits and light an led. Or so I thought, I wrote a program which switched on each bit of the port in turn...
  14. Replies
    46
    Views
    28,637

    Many thanks for that, Had a quick look at the...

    Many thanks for that, Had a quick look at the link ..looks just the thing I wanted, Bit late to study now, bedtime & just got in from g daughters school musical. Age ? put it this way, Faraday hadn't...
  15. Replies
    46
    Views
    28,637

    Sorry you are right, there is no crystal (it's my...

    Sorry you are right, there is no crystal (it's my age) I still haven't figured out where the terms in your config expression come from. They are clearly assembler terms of some kind
  16. Replies
    46
    Views
    28,637

    Hi, I have set the oscillator to internat but...

    Hi,
    I have set the oscillator to internat but since the crystal is already mounted on the 44 pin board I did not really want to remove it ! .. and yes I dis like the shift register idea but need...
  17. Replies
    46
    Views
    28,637

    Hi My secular star of David has 16 arms each...

    Hi
    My secular star of David has 16 arms each with 8 hi-brite leds so the easy way (i think) is a matrix which requires 24 I/O pins. Whilst I could use some other Ports it would be nice the way I...
  18. Replies
    46
    Views
    28,637

    Thanks Duncan thats very helpful. Bit of bedtime...

    Thanks Duncan thats very helpful. Bit of bedtime reading of the data sheet.
    This isn't the star of David that rose in the east this is the one that rises in the west then flashes and rotates etc. ...
  19. Replies
    46
    Views
    28,637

    Thanks Jumper I take the point. Now another daft...

    Thanks Jumper I take the point. Now another daft question. In order to get my Christmas "Star of David" working I need three 8 bit ports and was planning to use the 44 pin demo board. Port A.6 and...
  20. Replies
    46
    Views
    28,637

    Thanks for that Darrel, works a treat although I...

    Thanks for that Darrel, works a treat although I am still not quite sure why I need to clear PORTd before using TRIS. It has always seemed to me that there is a real need for a genuine idiot's guide...
  21. Replies
    46
    Views
    28,637

    Old and beyond help ?

    Just returning to PIC programming after a years gap and seem to have forgotten what little I knew. Have just bought the PICkit2 to use in conjunction with PICbasic Pro. Managed (with some difficulty...
  22. Replies
    33
    Views
    14,109

    Thought the osc had to be set to intrc to use the...

    Thought the osc had to be set to intrc to use the internal oscillator, now realise it should be set to XT. Have now written simple program to switch on all port b pins, pause and swithch them off...
  23. Replies
    33
    Views
    14,109

    Whoops, finger trouble, I meant 16F628A !

    Whoops, finger trouble, I meant 16F628A !
  24. Replies
    33
    Views
    14,109

    I am attaching the hex file for the 16f626A which...

    I am attaching the hex file for the 16f626A which is currentlt running my old star but which when (apparently) programmed into a new chip doesn't run. Can't see how to add a hex file so have...
  25. Replies
    33
    Views
    14,109

    Thanks Steve.. I,m now going to demonstrate my...

    Thanks Steve.. I,m now going to demonstrate my ignorance .. I'm not sure I understand about programing the config fuses, just produced the program the way it seemed to work in the past. I will now...
Results 1 to 25 of 38
Page 1 of 2 1 2