Search results

  1. F

    picaxe + hqi

    i have a problem with this.. i need to turn on a hqi 150w. i used irf520, tip41c, darlington array, etc.. to activate relay conected to the hqi.. but i can´t maintain activated the relay. with irf520, tip41c, to 5v directly it works ok.. the problem is when i use the pic out. any...
  2. F

    problem with serial download cable

    I tested it with the editor options, and i read the serial in values and -9v with the led off, and 10,5 with the led on.. it worked well until now... whats wrong?
  3. F

    I can´t resolve the problem (infra and manually control)

    Picaxe08m program: main: output 1 infrain2 b1=infra serout 1,N2400,(b1) goto main Picaxe18A program: main: serin 6,N2400,b1 if pin2 = 1 or b1 = 21 then add debug b1 goto main add: pause 500 let b3= b3 + 1 if b3= 1 then poweron if b3= 2 then poweroff return poweroff: low 7 pause 10000 low 1...
  4. F

    Send variable from picaxe to another picaxe

    How can i send a varible to another picaxe? For example a picaxe08m do all infra work (send and receive) and store infra command into b1. How can i send b1 to another picaxe. Using serial in and out?
  5. F

    Problem with infrain and input pin

    I need to use the following command. infrain If infra = 17 or pin2=1 then label The problem is that pin2 not work. it`s only work when not infrain command. But i need to use both. Any suggestion?
Top