Recent content by nevcams

  1. N

    7 segment display with 4511B

    Still couldn't sort it so I went for plan"B" (talk about using a sledge hammer to crack a nut lol) code: ;14m2 to seven segment cc display main: high B.0,B.1,B.2,B.3,B.4,B.5,C.1 pause 500 low B.0,B.1,B.2,B.3,B.4,B.5,C.1 ;writes the number 0 pause 500 high B.1,B.2,C.1 pause 500 low...
  2. N

    7 segment display with 4511B

    Hi, I was wondering if anyone could help me wire this up to my 08M2.... I've read the manual and put in the code but don't know which pins to use from the 08M2 to the 4511B. it makes no sense because on the simulator only pin C.0 is flashing (I'm not very savy with picaxe as I've not really used...
  3. N

    ULN 2003 (Darlington Driver) TIP!

    Hi, just incase there are any novice's out there that are stuck using a ULN2003a like I was yesterday. I was trying to read the voltage out of the ULN2003a to power four 12 volt LED's. I had 4.5 volts from the #picaxe 14m2 I was using to out pins 2,3,4,and 5.However you can't read the voltage at...
  4. N

    reading voltage input to 08M2 and display on OLED

    Hi all, I'm yet another novis to the world of electronics, I was wondering if there is any way I could read the voltage on my project board and display it on my OLED. Ive tried readadc, then tried to alter values but it,s doing my head in.
Top