Search results

  1. J

    Extra input on 08M2?

    Do you know if there are any pre assembled boards available, either from the Picaxe store or elsewhere that would run the 08m2 chip? The Axe 023 motor controller board is an example of this but it is no longer available.
  2. J

    Extra input on 08M2?

    Thanks!
  3. J

    Extra input on 08M2?

    Is it possible to get an extra input on the 08M2 project board by connecting to pin 5 as is possible with the old motor driver board? That would give the option of two inputs and four outputs. If so, where would you make the connection?
  4. J

    Servo help

    Hi Guys, I may never find out why two of my Axe 023 boards failed to drive the servo, despite having done so in the past. But I used an 08m prototyping board to run the servo directly from the chip and that worked fine. An unbuffered chip will be perfectly ok for my project [an autonomous...
  5. J

    Servo help

    Have tried another Picaxe and another 08M2 in this one. Thanks for all your advice which I greatly appreciate. Am going to knock off now and go to bed. Will continue tomorrow.
  6. J

    Servo help

    Any thoughts on how pin 2 could be damaged to the extent it can't support PWM but is still able to support high and low?
  7. J

    Servo help

    I have a continuous rotation servo but it is not rotating. When I program the same Axe 023 board to set pin 2 high it does so and drives a small relay.
  8. J

    Servo help

    I'm not connecting an ESC to a servo. Since ESC's and servos both use PWM for control, when the picaxe failed to drive the ESC, I substituted a servo to try and detect the signal. I have also tested the servo using a RC transmitter and receiver and know it is working.
  9. J

    Servo help

    Hi All, Thanks for the suggestions. I have tested the servo and it works. How do I test the signal to the servo? What I expect is a PWM signal but other than seeing if the servo moves, I don't know to test for it. Erco - are you suggesting I change the test code to read: let dirs =...
  10. J

    Servo help

    I've been using the servo and servopos commands to drive electronic speed controllers. This has worked well. But a couple of days ago it stopped working! Now I can't get even the most simple of code to work on my Axe 023 motor driver boards. For example, I did a very simple test program let...
  11. J

    erco-laser range finder

    Tried this but without result: main: high b.1 'push TX speaker out pulsout b.1,200 'generates a 2 ms pulse low b.1 'let speaker resonate at38 khz pulsin b.1,1,b1 if b1>0 and b1 < 10 then high b4 else low b.4 'light comes on if object close end if pause 200 goto main
  12. J

    erco-laser range finder

    Thanks for both of these; I really appreciate your help. [Still haven't got it going though.]
  13. J

    erco-laser range finder

    They look easy to use but for some reason I can't get mine going. I connected a 2.2 k resistor between echo and trigger and loaded this into an 08M2: let dirs = %00010111 main: ultra c.1, b1 'measure distance if b1> 0 and b1 <10 then high b.4 'led on else low b.4 'led off end if pause 200 '200...
  14. J

    erco-laser range finder

    Hi Alan, Thanks for the tip on where to post - much appreciated. I'll probably have to post something soon - so far I have failed even to get an ultrasonic sensor working. Have tried both the 'official' SRF 005 and the 004 Chinese knockoff. Thanks too for the information above on...
  15. J

    erco-laser range finder

    I wonder if there is anyone on the forum who has used one? I'd appreciate some advice on how to get one working.
  16. J

    erco-laser range finder

    Were you able to get it going with Ultra? It's the ideal sensor for a project I have in mind.
Top