Search results

  1. T

    Serial Communication between two picaxes

    I'm using two picaxe 28x1 and I'm having a problem when I'm trying to send information serially to a second 28x1. The first picaxe is sending out the following command: serout 0, T9600_8, ("+", b0) while I'm using this command: serin 7, T9600_8, b1, b2 to receive the information. b0 is just...
  2. T

    Infrain interrupt?

    Does anyone know if there is a way to interrupt the infrain command? or maybe have it timeout? I'm using a picaxe 18x to read in the commands, but i want to toggle an LED when an input is received on input pin 1. but, the program just stops while it waits for a new input.
  3. T

    PICAXE 18x and 28x1

    I've been having problems using the PICAXE 18x and the 28x1 together. What I've done it have the 18x read in commands from an IR remote control and then send 3 outputs high/low based on the command. Then, I have the 28x1 read in those commands and set different outputs high or low and write to a...
  4. T

    IR Remote Control

    I'm new to picaxe, but I recently got a PICAXE 18x and built the IR receiver circuit. I was wondering what kind of remote do I need to use to use the infrain command? I bought a Sony Universal Remote Control will that be ok? I'm not sure what code I need to program the remote to to be able to...
Top