Recent content by borz

  1. B

    Goto command

    I have a wireless setup with temp ( ds18b20) and time (em408) displayed on a lcd using 28x2 . Problem is that at the end of the code I have a goto command ( goto PowerOnReset) to get back to the start of program . It doesn't seem to do that instead if I remove the goto statement it seems...
  2. B

    Config Mode of Em-408

    Hi everyone how do I get into the config mode of Em-408 to change the time zone settings ? thanks
  3. B

    Baud Rate

    Hi sounds like a silly question and I think I know the answer. I ll ask anyway here goes can I do a serin command on two different pins with two different baud rates on 1 picaxe . eg I am using a serin 2400 on a 18x and I want to use serin 4800 to read EM-408 GPS module on same 18x ? Thanks
  4. B

    Trouble reading Cal values from HH10D

    Hi I have got myself a HH10D and am using 18X to get retrieve the Cal values . Just wanted to confirm that do I have to connect both i2c comms from HH10D (SCL & SDA) to 18X pins 10 / scl and pin 7/sda ? with correct code of course . thanks
  5. B

    Diptrace library

    Just wondering if these items have been updated in any diptrace library 1. Humidity Sensor HH10D 2. 433.92 MHz wireless Tx/Rx Thank you to Mycroft & Westaust55 for the great libraries . Great work !!
  6. B

    VB6 Professional

    Hi Can any one please tell me if VB6 professional has MSComm control and is ok to use with XP . Thanks
  7. B

    IR receiver

    HI I am using a TSOP4138.— VISHAY IR receiver to make object detection project. The question I have is that in the data sheet (pg 1 under Circuit application) it states The output voltage should not be held continuously at a voltage below Vo = 3.3v(Vo is between output pin and GND ) by external...
  8. B

    Pulse IR

    Hi . Any one know what voltage would a high be when using "pwm " command. ie switching from 0v to ?v . I want to pulse IR tranmitter led . (specs are 940nm @20mA)
  9. B

    led flashes

    Hi I have 433 module which I am trying to set setup . I have used the code below to program my picaxe . Now without the whole circuit connected just the picaxe powered up the output led on output 4 flashes regardless of what input is doing. I have isloated the picaxe form main circuit...
Top