Search results

  1. S

    Timecode Generator - possible?

    SMPTE Timecode Generator - possible? Hello very helpful forum members again, I have a Leitch broadcast studio clock (ADC-5012) and would very much like a timecode generator for it, but they are very expensive to buy and frankly overkill for one clock. I have no problem using a GPS receiver to...
  2. S

    hi2cin problem

    Dear forum, I'm sending simple single byte from a 28x2 to a 20x2 using hi2cout which works without any problems. I can't however seem to read the status of a memory location when using hi2cin. The code below is just for test and I have proven the byte variable changes in the slave. Is there...
  3. S

    Sensirion Temp/Humidity - 28x2 - stumped!

    Hi Hippy, Well another dabble tonight and the new pins showed promise then i realised that the 'pinC.0' should have been the same as the data leg not the clock hence 'pinC.1' instead. I have had this correct for both sensors in the past so I then went ahead and tried the second sensor on the...
  4. S

    Sensirion Temp/Humidity - 28x2 - stumped!

    Dear forum, I have made good use of some code in the finished section from 'dorfusf' (many thanks for posting), and it works fine with a Sensirion SHT75 sensor connected to pins c.1 and c.2 for clock and data. I have now spent many hours trying to get a second sensor working without success only...
  5. S

    serin timeout [ error not compiling

    Hi All, I see the serin timeout problem doesn't seem to want to go away. For me, I'm trying to use Serin [1000,timeout],0,T2400,b0 in my code which is shown in several posts in this forum as workin code and in the picaxe manual for the 18X. However, I'm always presented with a syntax error for...
  6. S

    18X and Xbee questions

    Hi All, I am a newbie to the Picaxe world and a very impressed one at that. A few questions though... Can I set outputs of the 18X to be used as input pins? And if so, how do I then read their status? The Xbee modules can send RSSI and power indication within its broadcast. Can I access...
  7. S

    Serial in and pin sensing together help needed, please.

    Hi all, I have been writing some code to switch outputs on and off using serial commands with feedback which I have done ok using interupt. I really want to switch the same outputs on and off using the input pins too which will also provide the same serial feedback. Can anyone please give me...
Top