Search results

  1. A

    AXE133Y Project Enclosure

    Has any found a nice enclosure box for the AXE133Y ? Something with a precut window for the display would be nice. Or failing that a bezel for the display after you cut the hole manually. I got the TOO100 ABS box from the picaxe shop and it worked well to get everything up and running, but its...
  2. A

    Another 7-Segment Display question

    I've had a look around and been reading a bit about interfacing with 7 segment displays - such as using the MAX7219 etc, but that does mean re-writing the code. right? However I'm looking for a complete shortcut here. Does anyone know if you can purchase a pre-assembled board that will do what...
  3. A

    Parallel LCD Interface

    I started a new thread on this because I couldn't find a simple demonstration of this anywhere - most of the posts I found regarding this were examples where the posties were already well informed and knowledgeable on the very basics of what they were doing and so the resulting code was hard to...
  4. A

    18M2 Timer problem

    I have my 18M2 timer program up and running thanks to a lot of help from various members on this board. Thank you all very much. So today everything arrived and I have been able to connect an 18m2 starter board with an AXE133Y OLED. Using a Potentiometer I was able to vary the time required and...
  5. A

    hrs:mis:secs

    In the simple timer example below, how would I output that timer to read in Hrs:Mins:Secs instead of just in seconds? ;Symbols { symbol varA = b0 symbol varB = b1 symbol varC = b2 symbol varD = b3 symbol varE = b4 symbol varF = b5 symbol varG = b6 symbol varH = b7 symbol varI = b14 symbol...
  6. A

    PICAXE28X2 in Logicator

    When I choose the PICAXE28X2 in logicator it only shows me 8 inputs and 8 outputs. How do I make use of the rest in my flow chart? And if I toggle an output to use as an input, how do I assign that toggled switch? If I use the "Decision" box I can't chose the toggled switch.
  7. A

    Help running a programme for a variable amount of time.

    I want to be able to start up a programme with entering a variable and then convert that variable into minutes. For example: Switch on. Using a potentiometer turn to a figure of say 60 on the LCD display. Now how can I have my programme run for 60 minutes? The best I have been able to achieve...
  8. A

    Looking for help with a simple enough idea?

    I say simple enough, but obviously not simple enough for me. But for someone out there this is probably something you could do in your sleep.... Looking for a setup that has two buttons. When button 1 is pushed, button 2 must then be pushed to register a count of "1" on a display. And then...
Top