Recent content by taesoon737

  1. T

    16x2 LCD and picaxe???

    I'm doing my electronic project and I was thinking of using the LCD display. My project is to make an electronic money box and as I am new to picaxe programming, I have no idea how I am meant to program the LCD display with picaxe.
  2. T

    Interrupt?

    I have a simple timer counting up to 60 seconds and i want it to stop counting when a button is pushed. I want this to happen every time i push the button but someone told me that i cant use the interrupt command because it will not allow the interrupt to happen again afterwards. Do you have any...
  3. T

    Programming the Picaxe to display on the Seven Segment Display

    I am new to picaxe so i am finding it very difficult to get use to it. I am using 'let all pins = b0' command so all whatever the value of b0 will be displayed on the seven segment display. But i dont want all the pins to equal to b0 but only 4 of them so i can use other pins to do something...
  4. T

    Picaxe 28x problem

    I have made my programming for my picaxe 28x 1 to count up to 7 hours but i realised that picaxe 28x 1 has 7 outputs where the 4511b(which i need to connect the picaxe 28x 1 into so i can display it on the seven segment displays) has only 4 inputs. is there any commands i can use so b0 equals to...
Top