Recent content by SIRA

  1. S

    SDA & SCL legs of 18X

    To Technical: Are the functions of SDA & SCL assigned to specific legs of 18X, or can these functions be assigned to other legs? In the circuit of the DataLoggerModule on page#6 of the "axe110.pdf", what are legs# 7 & 10 in the PICAXE-18X? Why in this application are the SDA...
  2. S

    AXE033/i2c revisited/18X-DS1307 ckt

    As in AXE033, page #7, I have used the s/w and h/w,"Using the optional Clock [DS1307] upgrade in i2c mode". A LED is connected to leg#7 of DS1307 through a resistor to the +Vcc rail. When I run the following program, the LED comes ON (dim) instantly and then after a few seconds...
  3. S

    syntax error

    I am trying out a simple Low Pass filter. The syntax check shows an error. Can someone help me? symbol OldFilteredValue=1 symbol NewSample=w0 symbol NewFilteredValue=w1 symbol k=1/4 ;symbol main: readADC 2,NewSample NewFilteredValue = OldFilteredValue*(1-k) + NewSample*k...
  4. S

    Logic Gate icon.

    I have the Programming Editor V 4.1.16 [Flowchart DLL 3.03], with the LOGIC GATE icon in the MENU bar. Every time I click on this icon in the Flowchart mode I get the following message:"logic files not supported in this release(available early 2006)". Will Technical please explain how...
  5. S

    Windows98SE

    I am unable to open the PICAXE Programming Editor in Windows 98SE. I have used PICAXE Programming Editor extensively in Windows95, plain Windows98 and Win XP home edition. I have downloaded the indicated patch "instmsia", but the problem still persists. Can any one suggest a solution...
Top