Recent content by Vito55

  1. V

    PID controller

    Can I programmed any of Picaxe chip as PID controller?
  2. V

    readadc levels

    Hello, 1. If I configure 28X2 as "adcconfig 0101", and on VRef+ at external pin I set 4V, and on VRef- at external pin I set 1V (that difference is 3V), the difference will be read with "readadc" as all 255 levels from 1V to 4V (every level resolution= 11,7mV) or it will be read as only 204...
  3. V

    Servo doesn't work every time

    Hello, everybody. In below code there is some kind of conflict that I don't know resolve. No one of four servos doesn't work every time as it must to work. Maybe one or two times of ten, when I start the program. 'potrebe za servo = b0 SYMBOL set_temp = b1 'for every set point temperature...
  4. V

    PINSB and servo control

    Here's the code I'm using to test the servo motors and set the limits of motion for different applications. And it is also for an experiment with DAC and buffer amplifier, but it is not a problem. ; PICAXE to Serial LCD using PICAXE- 20M2 ; KT, From the first of December 2011. to at the end of...
  5. V

    Support for direct connection LCD?

    Hello Everybody. I am new here, and like programmer too. I am from Croatia and sorry for my bad english, if I would wrote sometimes something stupid. I am trying to find some support for direct connection LCD (4-bit operation) to picaxe (ie 20M2). I found on the old forum that the answer is on...
Top