Search results

  1. D

    Toy Servo Control Question:

    I am playing with a small and medium servo. I have gotten it to mostly work and understand the signals are in ms control 75 - 225 etc. What I have not been able to do is accurate positioning via say, three buttons for three different positions. I guess my main question is can a toy servo be...
  2. D

    SimpleRandomWithNumberRange

    I read a lot of answers, and sooo many din't work very well. but I think I did find a way that seems to work okay. It was kind of simple. random1: for counter = 1 to 225 random counter servopos B.5,counter pause 1000 next counter return
  3. D

    axe033 Basic time display, serial mode.

    ;AXE033 ;SET TIME, ADD 1 MINUTE TO CURRENT TIME init: pause 500 ; I am using C.3 for pic output, axe033 in serial mode, no jumper on j1 ; Set the time using day,month,year 00/00/00 00:00 serout C.3,N2400,(253, 0, "09/01/24 08:13") serout C.3,N2400,(0) end ;;DISPLAY TIME...
  4. D

    Axe033

    LCD: Out to In on pic. In to Out on pic. Serial mode. When the Lcd,Out to Pic serIn is used the picaxe will not be recognized by software to download information. Im sure the reason is simple, maybe I simply dont need that anyway in serial. I did try a 10k pulldown on the pics serIn... no...
  5. D

    Help with using simple binaryoutpins__cuz I'm doing something wrong

    Basically, I'm just experimenting. I've got 20m2 chip. Got the outputs on the right side of the chip connected to 8 led's via properly sized resistors. I can control them using high b.0 etc, and it works just fine. However the experiment was to try to get used to binary to control multiple...
  6. D

    Help with setint/interupt

    Well when I was having.the problem with a switch not reacting fast enough ive dicovered the interupt command sequence and was wondering if somoene could give me a simple example using it. Say With 20m2 chip a button and one led. I would appreciate it.as the syntax example would help...
  7. D

    Somoene Explain in Stupid Talk what a darlington driver is for?

    Just building my own pcb for my project.... now switching to a 20m2 built my own board with upload/download stuff....its working fine the project board that is for the 20M2 has a darlington driver chip... but I cant find any real info as to what purpose a darlington driver serves?:confused:
  8. D

    how can i make a program react faster?

    ive been working on my first real project ever THANKS TO ALL THE HELP FROM EVERYONE IVE LEARNED A LOT!!! however...I have tweaked and tweaked, even used parallel processing to help search for inputs faster and respond and it worked. still.... I want my temperature measurement to react much...
  9. D

    willing to help noobs with axe033y cuz i dint get any

    willing to help noobs with axe033 If your a complete noob and having problems getting started with the axeo33 im willing to help cuz ive spent a month now trying to figure this thing out and I know how dang hard it is to get started and It seemed documentation wasnt easy to find....so feel free...
  10. D

    DAYDREAMING: How can one use external memory in a picaxe project.....

    Just thinking about extending a project. When you code in .net c# er whatever for software you can pull from files/external memory to pull into your program..... say an mp3 or an image file... how would one add external memory to a picaxe project and pull from its memory?
  11. D

    Help_store temp into temporary fixed variable

    Okay, yet again I'm having stupid problems there is probably a simple answer for. What I need for my project is to take the "Temp" variable (temp numeral is stored there) and put the current number, designated by a button press into a temporary variable that does not change until rewritten...
  12. D

    Ax033/axe08m2temperature help

    I've got the temp converted to Fahrenheit stored nicely in a variable called $temp. Any ideas how to display that on the lcd. Yes it's a noob problem. But I just can't figure out the syntax. Serout b.0,n2400,(?????)
  13. D

    Help convert 24 hour format on axe033 lcd to 12 hour format clock

    Anyone got any code ideas for clock 24 hour to 12 hour conversion?
  14. D

    Plzhelp!!axe033clock

    I know I'm a noob' but I've followed the pdf instructions to the letter. I am using a 08m2 chip with a axe033y lcd. No matter what I do in serial mode i cannot get the lcd to store and display time. It does have a clock upgrade, and I am worried I have fried my clock chip. "Serout b.7 does...
Top