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 hope you're laughing at me and not cursing me :-) And to add even further to my humiliation here is a rough copy of my schematic. Please be gentle :-) The resistors on c.2 & c.3 which are driving the LED's were alot less than 10K, I can't remember right now though but 470 ohms is popping to...
  4. A

    Parallel LCD Interface

    Thanks guys. Sorry. I'm pretty sure I was reading meter wrong. Just ran a quick re-test and when the multimeter screen is showing 0.00 on startup, the amp draw settles at about 9.98 when the menu screen is on. Its a long time since I used a multimeter, apologies. Here's the settings on my...
  5. 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...
  6. 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...
  7. 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...
  8. 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.
  9. 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...
  10. A

    Looking for help with a simple enough idea?

    Above is what I have in the basket so far. I know i don't need the keypad, but for the price I may as well get it at the same time to save on shipping and waiting at a future time. I also will get this as suggested...
  11. 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