Search results

  1. J

    Picaxe simulation window

    what do the YELLOW connections mean on the simulation, I believe green is source, dark grey is sink and light grey is input is this correct ?. edit it would seem that if you change a high output to an input it turns yellow but why ? !!
  2. J

    Real Time Clock

    Dose the Real Time Clock module (DS1307) have a setting for british summer time, or do I have to reset the time manually and then reprograme the controlling picaxe again ?.
  3. J

    16x2 AXE033Y oled

    I have a DS18B20 Temperature Sensor connected to the display via a PICAXE 20M2 running this code from the manual temp: pause 500 serout B.3,N2400, (0) pause 400 readtemp B.4,b11 ; read value into b1 if b11 > 127 then negative ; test for negative serout B.3,N2400,(254,142,#b11) pause...
  4. J

    16 x 2 OLED with RTC

    Just received the above & set up the time and it runs just fine, until I insert the backup battery and the clock display freezes until it is removed and the time returns to the correct time, Is it a faulty unit or have I overlooked something, Any advice would be appreciated.
  5. J

    20M2 to16 x 2 lcd help

    I have connected a 16x2 display to a 20M2 picaxe on a axe118 project board as per the picaxe manual 3, page 36 "Connnecting The LCD (OPTION 3)" and loaded the following programe EEPROM 0,("Hello there everybody!") ; store the text in the EEPROM memory gosub init ‘ initialise LCD start...
  6. J

    First post - First programme

    Hi I have written this programme to control the indicators by push buttons on the steering wheel of my kitcar, but I have a small problem that I have been unable to solve, if indicating right or left when the hazards activated the programme returns to indicate when the hazards are...
Top