hippy's latest activity

  • hippy
    hippy replied to the thread Hippy Version 3.0.
    I think it might have been an EE-08 but not exactly sure. It was probably pre 1970, had the green bowl for holding the light bulb, a...
  • hippy
    hippy replied to the thread Hippy Version 3.0.
    Many thanks for all the kind words and it's been a pleasure for me too. It definitely isn't going to be a 'numbed with boredom' future...
  • hippy
    Time for a reboot. So just a heads-up that beyond this week I will be enjoying an early retirement and putting my feet up, so don't be...
  • hippy
    You can do it by just using a variable to count elapsed time ... w0 = 0 Do Pause 1 w0 = w0 + 1 If BTN_PIN = 0 Then w0 = 0...
  • hippy
    There will always be potential for jitter; if a pot is sitting on the boundary of being say 9 and 10 just a single bit change from...
  • hippy
    That's an interesting project. I was a little confused by "fan" having not heard of it but seeing it's a dual 'fan" and "spinning bar...
  • hippy
    That is my understanding but I haven't tried it. The emulation is said to be quite impressive, and doesn't simply take each instruction...
  • hippy
    Using the wrong divisor does seem to have been the issue. If you want 20 LED steps it's - 0 to 255 0 to 19 = --------...
  • hippy
    hippy replied to the thread 6174-Kaprekar's Constant.
    It seems to me there are only 705 unique descending digit numbers and - 1 loop = 20 ***** 2 loops = 34 ********* 3 loops =...
  • hippy
    hippy replied to the thread 6174-Kaprekar's Constant.
    Seems Wikipedia is right, testing all valid numbers ... 1 loop = 384 ******** 2 loops = 576 ************ 3 loops = 2400...
  • hippy
    hippy replied to the thread 6174-Kaprekar's Constant.
    Sorry; I had missed that as an option and it is a very neat trick. Given 'a XOR b' will give a zero result when both are the same I was...
  • hippy
    hippy replied to the thread 6174-Kaprekar's Constant.
    That is something I had never heard of before and very interesting. The challenges do seem to be input, checking the digits aren't all...
  • hippy
    hippy replied to the thread Flow chart for servo motor.
    If just jumping to 45' 90' and 180' angles you should be able to specify those using just SERVO command, setting the 'Position' to the...
  • hippy
    hippy replied to the thread Serin Qualifiers.
    The qualifiers define what must be at the start of the message, not the variables themselves. If your message is -...
  • hippy
    Yes, and in this case I would suggest a separate PICAXE controlling the spoiler is the perfect solution. It can run as slow or as fast...
Top