Recent content by Jamcof

  1. J

    I need help with i2c communication.

    Hello, I am just a beginner with i2c :) So I am trying to make communication with i2c between two PICAXE chips. (08M2 as Master and 28X2 as Slave.) I think that I have some wrong with my two codes. main: hi2csetup i2cmaster, %10100000, i2cslow, i2cbyte do if pinC.3 = 1 then pause 500...
  2. J

    14M2 delay

    Hey! I think one of my 14m2 chips is having some delay/lags. (The left one maybe in the video.) This video explains almost everything: https://www.youtube.com/watch?v=FgjyjkYx8Uo I have two 14M2s connected in parallel and the both chips have the same program downloaded and same circuits. Using...
  3. J

    Infra-red receiver and transmitter help!

    I have tried those codes but they wont work. But here are the schematics that I made with paint :D Transmitter: Receiver:
  4. J

    Infra-red receiver and transmitter help!

    Hello! Can someone tell me two ready codes for my IR transmitter (using LED021) and IR receiver (using LED020). On receiver I wanna that LED turn on when I power up the transmitter and it sends data to turn the LED on. I am really getting messed up with this. So for me it would be easier to...
  5. J

    USB power?

    Hello! I just want to be sure that I am not making any mistakes. Is it possible to use my laptop's USB port as power supply for my Picaxe chips? It won't damage the chip in any way? :confused: Thanks.
  6. J

    High is low and low is high!?

    Hello! I am new here. So I just have bought 08M2+ microprocessor. Well, I downloaded simplest program. This: High B.2 When I run this program the LED is not turned on, it's off. And when I type low instead of high, the LED turns on! How is it possible? I have connected all correctly on my...
Top