Search results

  1. S

    Wireless/ Programming Poblem

    I have bread boarded this project and it works as it should except it occasionally cycles through the program with out the serin inputs. I've run the Rx without the Tx on and it still goes through the program at random times. Not sure if this is a problem with my programming or my wiring. Here...
  2. S

    IR sensor to 08M2

    Here are photos and the program is just HIGH 2 , I just set 2 high so I could try and get the IR to power up. As I said previously 2 is set high and will power an LED but the IR won't turn on.
  3. S

    IR sensor to 08M2

    Okay, bear with me, the diagram in post #11 is the schematic, here is an image of it on breadboard. The sharp data sheet shows the detailed schematic of the IR. As far as I can see I have 3 wires coming out of the IR and 8 pins on the 08M2, I assume that the IR circuit has the necessary...
  4. S

    IR sensor to 08M2

    Here is a picture of the back of the IR. The 3 header pins are what I am using to wire the IR to the 08M2 as in the schematic I posted.
  5. S

    IR sensor to 08M2

    As outputs I meant lines out, I know what the Vin and ground do. I measured the Amps at the ground and at Vcc and here is a diagram as it stands right now. The program "HIGH 2" (not really even a program) is dead simple for testing, i just want power at pin 2 to see if the IR is being powered...
  6. S

    IR sensor to 08M2

    Will check thread. Here is the wiring diagram ( I also put the ground to common as well as trying the pin) I didn't add resistors as it functions normally when connected directly to VCC and ground.
  7. S

    IR sensor to 08M2

    I'm trying to get an IR sensor (Sharp GP2Y0D810Z0F) to be activated by an 08M2. I have tried putting the IR Vin to high pin 1 and ground to common and to a low pin 2 neither seem to work. If anyone has any experience with these any input would be appreciated.
  8. S

    Rgb led

    I'm trying to get a RBG LED (common anode) to flash through each color but it does not go low between the colors. I'm just trying out the red and green for now and during the low pause there seems to be mix of the two colors. I have a 330 ohm to red and a 150 ohm to green from pins 1 and 2...
  9. S

    Tx Rx Problems

    Here's where I'm at TXMAIN: PAUSE 250 IF PIN1 = 1 THEN GOTO SUB1 IF PIN2 = 1 THEN GOTO SUB2 IF PIN3 = 1 THEN GOTO SUB3 GOTO TxMAIN SUB1: SEROUT 4,N2400,(#01,#01,#01,#01,#01,#01,#01,#01) PAUSE 300 GOTO TXMAIN SUB2: SEROUT 4,N2400,(#02,#02,#02,#02,#02,#02,#02,#02) PAUSE 300 GOTO TXMAIN SUB3...
  10. S

    Tx Rx Problems

    I assumed that the AXE213 should work as you said, if it works hardwired then it should work through the AXE213. Here are some closeups of the units.
  11. S

    Tx Rx Problems

    Breadboarded the 08M2s as shown. They communicate fine when hard wired, however; when data sent by RF it`s a no go. I think this might be a programming issue. The diagrams below show both hard wired and RF. TXMAIN: HIGH 1 PAUSE 250 SEROUT 2,N2400,(#01,#02,#03,#04,#05,#06,#07,#08) LOW 1 PAUSE...
  12. S

    Tx Rx Problems

    Okay, went through the AXE213 data sheet transmitter testing. The test signal is sending exactly as described. When I tried to run the test number ( 12345678 ) I get the symbols seen below coming through. These same symbols seem to appear even if I change the number. So I don't think the signal...
  13. S

    Tx Rx Problems

    I have been trying to get this Tx Rx circuit to work but I'm having some problems. When I send data ( the number 12) it shows up on the Prog editor as various symbols as opposed to a hex OC. This in turn I believe is causing the receiver to not recognize the sent data and respond. You can...
  14. S

    08M2 Issues

    Okay, sorry for the delay. I've stripped the wiring and program to the basics to see what the problem is. The receiver has been removed and I have wired 2 leds -with 330 resistors- and am running a single wire from VCC to send pin 4 high. here is the program, it seems to run fine in the...
  15. S

    08M2 Issues

    I have been trying to run a program that is triggered by a Rx serial input. The serial input seems to work fine, however the program for the Rx does not run as programmed. The program seems to run as it should in the simulator, but once sent to the 08M2 it's a no go. I then tried to run some...
  16. S

    (AXE213) Problems

    Hey, I'm having trouble with the AXE213 with the A434 Tx/Rx. It was working with the test signal, I then tried to send some data. At this point it will not send data and the test signal will not function properly-the Tx test light flashes, the Rx light will turn on when tested but will not flash...
Top