Search results

  1. V

    Pulse counter

    Thanks Hippy, I have had a play with count and that seems to do the trick, thank you
  2. V

    Pulse counter

    Good morning, I am very rusty with picaxe code having not used it for some time and wonder if anyone could start me off on a little project please. I would like to use a 08M2 chip to count pulses from a Hall effect sensor over a period of 1 second, if these pulses exceed a figure of say 100...
  3. V

    Problem with output pin

    Hi, I wonder if I could seek advice again. I am fairly inexperienced programming picaxe and am playing with a stepper motor, rotary encoder and display to move a camera on a linear rail to do some focus stacking. The stepper, encoder and display all work well the process is to input a number of...
  4. V

    Program memory space available

    I was wondering, I have a program running on an 18-M2 chip, it is 250 lines of code and about 5.5Kb of disc space when stored. Is there any way of monitoring or displaying the percentage of available program memory remaining or used when writing the program? I'm always expecting the next line of...
  5. V

    Axe133y problem

    My problems continue I am using the following code serout C.7,n2400,(254,128) serout C.7,n2400,("No of Steps ") serout C.7,n2400,(254,192) serout C.7,n2400,("Press to enter") serout C.7,n2400,(254,141) after number of steps I am trying to display the value of variable b1 by using this code...
  6. V

    Axe133y problem

    I wonder if anyone could help please, I am using a Axe133y oled display and have somehow corrupted the welcome message, once this has loaded and finished the display works fine. I would like to delete the welcome message altogether, can I do this from my controlling Picaxe or do I need to do...
Top