Search results

  1. M

    bit0 to output C.3

    Hi, Is there an easy way to put bit0 on output pin C.3, without changing the other outpins on portc? I'm using the chip to multiplex a four digit display, so it have be fast. I'm using a 18M2. Thanks Mikkel
  2. M

    Servo controller

    This circuit can control four servo motors and has one input available. It is based on the ciruit for the PICAXE-08M Servo Driver. I have made some changes like using the serial out for an extra servo motor and changed all components to surface mount. The PCB is single sided 30x25mm.
  3. M

    Wierd 20X2 behavior

    Hi, I'm having some trouble with the picaxe 20X2. Under certain conditions when setting B.2 and B.3 high the chip resets. See following code: init: low C.7, C.2, C.1, C.0 low B.1, B.2, B.3, B.4 pause 1000 main: sertxd("This is sent",10,13); high B.1, B.2, B.3, B.4 sertxd("But this...
Top