Search results

  1. B

    Beginners question

    Tanks all for help, this is my code that works but is certainly not perfect. I'm sure there are still some points to make it easier but for now it's ok. The goal is to debounce the key. thanks a lot Bruno #picaxe 08M2 output C.2 input C.1 symbol ea = b2 w0 = 99 ea = 0 Schleife: Pause...
  2. B

    Beginners question

    Good evening, dear forum. I am once again facing a problem with which I am hoping for your help. I would like to use a PICAXE (preferably 08M2) to dim an LED from 0% to 100% with a pushbutton and then dim it back down from 100% to 0% with the same pushbutton after a while. Do any of you have an...
  3. B

    Potentiometer vs. Button

    Thank you very much, I will take the liberty to post some pictures when the project is finished, it is for a floor model of a Robinson R66 helicopter. Greetings Bruno
  4. B

    Potentiometer vs. Button

    I am proud of you, thank you very much, exactly what I wanted, works perfectly SUPER Greetings from Switzerland Bruno
  5. B

    Potentiometer vs. Button

    good evening everyone, i have a small problem with my Picaxe 08M2. i have a small program that reads in a potentiometer at C.1 and dims a led at the output C.2 corresponding to the potentiometer. now i would like to replace the potentiometer with 2 buttons (up and down). do any of you experts...
  6. B

    Help from picaxe experts

    Hi, Alan, thanks for the info. the button is only pressed for a short time but i see that also "for a short time" some write cycles happen. i do the same with the Basic from Lehmann and the oldest switch is running for over 10 years now. i'm afraid that i can't use the PICAXE for this...
  7. B

    Help from picaxe experts

    thank you very much for the quick response lbenson. I know it's a bit complicated, the idea is to have an extendable headlight on a model and to switch it on and off by storing the ON position once into the eeprom with a button on C.3. The value of the pulse is about 1-2 ms with a 50ms pause...
  8. B

    Help from picaxe experts

    Dear Picaxe experts, I have a small problem with my program. I want to read an RC signal that is written to the eeprom at a certain position to switch an LED on or off, at the beginning it works fine, but after a short time the LEd doesn't switch on anymore at the programmed point. if i switch...
Top