Search results

  1. Arouse1973

    PIC programmer

    What do you mean PIC requires higher voltage? cheers Adam
  2. Arouse1973

    Fender Strat wiring question

    Hi Chris your pictures have not come through only the Strat wire and OBS. Can you reload them? Thanks Adam
  3. Arouse1973

    PIC programmer

    Take your PIC :) http://www.microchip.com/wwwproducts/en/PIC12F1571#tools The PIC-KIT-3 is probably going to be the one you choose as the others are much more expensive. Adam
  4. Arouse1973

    Led flashing for one second using Mikro c

    How are you telling the compiler that the routine "Interrupt" is your 0x08 interrupt address? I am not familiar with Micro C. Adam
  5. Arouse1973

    Led flashing for one second using Mikro c

    Ok yes see it now, missed it first time. Adam
  6. Arouse1973

    Led flashing for one second using Mikro c

    Where are you setting up the interrupts? I can't see from your code, can you explain? Adam
  7. Arouse1973

    Led flashing for one second using Mikro c

    I can't find the PIC18F54 on Microchips website, is the part number correct? Adam
  8. Arouse1973

    Craig's battery saver for Android!

    Nice one CJ. Adam
  9. Arouse1973

    Converting Switch/Case statement in C to ASM?

    Yeah you can do it either way for sure. I just did it this way to show John that the functions work. Adam
  10. Arouse1973

    Inductance value problems

    Why don't you just buy a few ready made ones from Coil Craft or someone similar? Adam
  11. Arouse1973

    Inductance value problems

    Hello 59 mH isn't that large really. I use 75 mH for something I work on, driving a sounder element. Why don't you simulate it and see what you get? I can get something that fits all that into something less than 10*10(mm). Thanks Adam
  12. Arouse1973

    Converting Switch/Case statement in C to ASM?

    If I do this in the simulator it works and I get the value back in WREG when it finishes. I tried a few values and get the same results as Harald. For 234 the answer is 2.
  13. Arouse1973

    Converting Switch/Case statement in C to ASM?

    Ok yes I agree with Harald. Like this. So this should be the result you get in W after the ANDING.
  14. Arouse1973

    Converting Switch/Case statement in C to ASM?

    Could you not mask the upper bits to get rid of them? Adam
  15. Arouse1973

    Converting Switch/Case statement in C to ASM?

    Thanks Harald, I now understand.... Adam
  16. Arouse1973

    Converting Switch/Case statement in C to ASM?

    Hi John Can we have a quick re-cap on where you are now. I have tried to pick up this thread but I am struggling. It looks like you are trying to create a random number by ANDing something together? The btfsc tests bit 4 of the register and if zero jumps over the next instruction in the code. Is...
  17. Arouse1973

    Capacitor / filtering for PSU

    Hi Rajinder Please supply a circuit diagram including all the parts you intend to use. This will help us in deciding what you need. Thanks Adam
  18. Arouse1973

    555 PWM or is it?

    Yeah everyone but me then :) Adam
  19. Arouse1973

    Having issues with EEG circuit

    What is it supose to do? Adam
  20. Arouse1973

    555 PWM or is it?

    Who says the frequency has to be constant for it to be PWM? Adam
Top