Recent content by Gazar94

  1. G

    AX033 i2c problem

    I am using a picaxe 14m2 chip and a Serial LCD display (AXE033) with a clock upgrade I have the chip in i2c mode and am trying to set the time and then display it on the LCD display This is what I have so far [code] goto setup goto main main: gosub readtime gosub displaytime debug pause...
  2. G

    14m2 memory

    I need to make my picaxe 14m2 chip remember a random sequence of inputs from 4 push switches. how can I do this? is it to do with the peek/poke commands? Thanks
  3. G

    picaxe 14m2

    Thanks nick12ab I have not got a multimeter but I can check it at school tomorrow and will let you know. Thanks Paix. The chip can run simple programmes such as flashing the LED or buzzing the piezo and the servo works too, should that mean that it is ok at that voltage? Sorry about the...
  4. G

    picaxe 14m2

    Thanks for the help guys still no luck Jamster when I try using B.3 instead of 3 eclectic this is what I have (with the clock upgrade) https://www.techsupplies.co.uk/epages/Store.sf/sec945628c866/?ObjectPath=/Shops/Store.TechSupplies/Products/AXE033 this is the circuit layout and how the...
  5. G

    picaxe 14m2

    Hi I have a Picaxe 14m2 chip and I am trying to connect it to a Serial LCD Module does the input of the LCD module have to be connected to the serial output B.0 (pin13 on the 14m2) or can it be connected to any of the output pins? I currently have the LCD input connected to B.3 (pin10) and have...
  6. G

    Servo Motor 360 rotation

    Hi I have a servo motor that has continuous rotation and was wondering if there is anyway I can make it move 12 degrees every time I press a switch. I am aware that this is possible with a normal servo motor but for my project it has to be 360 degree rotation. so far I have this code: MAIN...
  7. G

    picaze 14M or 14M2

    Hi i am fairly new to this but I just wanted to know what the main difference between a 14M2 chip and a 14M chip is. They both have the same inputs and outputs dont they? Thanks for your help
  8. G

    Servo motor help please :)

    Servo Motor Hi i have a servo motor with a picaxe 28X (serial mode) and i am using it to rotate a carousel that will dispense items at the correct time. To do this I am using a AEX033 LCD with clock upgrade to provide the timer pulse...
Top