Search results

  1. N

    LED Hard Drive Clock 3.5"

    LED Hard Drive Clock 3.5" excuse me sir i come with a neat question: do picaxe have enough computation speed in order implement a system like this one? http://www.ian.org/HD-Clock/ i have calculate that if ad HD do 5000 revs per minute this means that one sngle revolution occur in...
  2. N

    RC Servo jitter - going insane

    i am driving a RC Servo usaing picaxe 08M i have wired the servo as shown in the picaxe manual via a 330 ohm resistor 5v regulated Vcc The servo is as Hitec HS-325HB I have never hard a so strange issue... The servo sometimes jitters, it have a small vibration for a brief time... It is not a...
  3. N

    Multiple PWM

    I need 3 indipendents pwm signals from a picaxe The big one i have in my bitbox is a 28x1 Is it able to provide 3 indipendent pwm out (with different dutycycle) ?? i have read hpwm documentation... but it is not clear for me :( can you post a brief axample code about how to get 3 pwm out from...
  4. N

    Solarizing a picaxe

    I am trying to use a 18X as brain in a little solar rover basically it do 2 thinks: 1) when capacitor voltage is below the threshold it remain still and minimize power compsumation 2) whan voltage reach the threshold it become active can you give me some tips to optimize point 1? i am talking...
  5. N

    readADC issue

    According to attached image I put HIGH OUT then I read ADC from input I read always 0 (zero) It's very strange beacuse i have tested OUT value and it's near to VCC If i replace OUT directly with VCC , ADC reading works fine can anyone help me? ________ Yamaha venture
  6. N

    LCD serial controller

    I am trying to build a serial to parallel controller with a Picaxe 18X I try to explain my problem, consider this piece of code do serin 1,N2400,b1 'wait to receive data gosub write_b1_to_lcd 'handle data loop in this way, the controller waits exactly 1 charachter Instead I...
Top