Recent content by andyquirot

  1. A

    Help Programming old 14m chip

    Hi all i have about 25 old 14m chips which i use for things now and them. BUT i have tried the old 5.5.5 which wont seem to program then. The new ver 6 does not seem to even list them. Any ideas where i can get older software or how to program them. Thanks Andy Q
  2. A

    Help cant run AXEpad on 64 bit computer

    Hi there all. I have a 32 bit laptop at work and AXEpad runs ok. My 64Bit Computer at home i have un compressed it as i did at work and when i click on the icon nothing happens. Is there a 64 Bit version out there. I am a very new to Linix. 10 Days old I am using Linux Mint 14. Regards Andy Quirot
  3. A

    Quick question how to read in a3 28x1

    Hi all a quick question i hope i need to read if a pin (phicial pin 5) on a picaxe 28x1 is hi or low i have tryed this #picaxe 28x1 main: if in.a3 = 1 then high 4 if in a3 = 0 then low 4 goto main Thankd Andy Quirot
  4. A

    Help Help please 28x1 and lcd ???

    Help Help please 28x1 and lcd MY FAULT SORRY Hi all i am writing a small program for a project to monitor Disabled toilits alarms The first test program works in the simulator and on my board. The second program works on the simulator BUT NOT on my board. Pin 0 = high prog 1 on the sim...
  5. A

    Pacaxe 20x2 and 10 adc's Radio control

    Hi all have a look at the drawing i am thinking about building a 10 channel radio control system. 1. Transmiter will use a 20x2 Picaxe with 10 adc's on 10k pots 2. The thought is read the adc's and send the valules out the serial pin to a 2.4ghz Tx 3. Read the 2.4ghz input to a Picaxe 20x2...
  6. A

    Servo mixer problum ????

    Hi all i need a quick and simple servo mixer for my model boat I saw this post but if i cut and paste it i get all softs of errors' I hope for some one to re code?? Lines like (if b2>150 then Cleft) what is this??????????????? Regards AQ Ah, if all you want is a bog-standard linear mixer...
  7. A

    Easy Question can i copy a picaxe chip 08

    Easy question i have a 08 picaxe with a program in it i want to copy Q1. can it be done q". what do i need Q3 where do i get it Regards AQ
  8. A

    20X2 Serial out RS232 or TTL Levels ????

    Hi all could some body tell me weather the serout is rs232 levels or ttl levels as i cant get it to talk to my sparkfun mp3 trigger board Regards Andy Quirot
  9. A

    Help Help 20X2 SerOut trying to output ascii

    Hi all my program is very simple but i dont think its working #Picaxe 20X2 SetFreq M32 pause 1000 main: SerOut A.0, N38400_32,("#T1") pause 5000 goto main i am trying to output T1 in ascii is this the correct format Regards Andy Q
  10. A

    Radio Control Speed Controler Help

    I have built a speed controler board using an 08M Picaxe chip and the Program bellow symbol DEAD_BAND = 3 symbol REVERSE_DEAD_ZONE = 150 + DEAD_BAND symbol FORWARD_DEAD_ZONE = 150 - DEAD_BAND symbol MOTOR_OUT = 2 symbol RELAY = 1 symbol TIME_PERIOD = 40 'do pwm in the input pwm space...
  11. A

    Sparkfun MP3 Board Help

    Hi all and a happy new year to you I have just brought a Sparfun MP3 Trigger board with the intention of using in my models for sound fx. But i have just noteced that the serial input is 38.4Kbaud am i right in thinking the picaxe chips wont go that hi. If so dose any body have any iders how to...
  12. A

    Pic Sound Software FREE!!! Help

    Hi all i have just found this site http://www.romanblack.com/picsound.htm i was wondering if any body out there has used it or knows how i could put 3 sound files into a pic and get it to play them back. I dont quite follow how the software would be added to a pic Regards Andy Quirot Happy...
  13. A

    Help Another tank barrel question

    Hi all I am (Have) fitted a pot in the turrent of a 1/8th scale Chieftain Tank and if i read the pot and output the result to a servo controling the elevation as i lift or lowae the frount of the tank the barrel stayes wher it is. I i then read a radio control signel from the reciver and feed it...
  14. A

    brushless speed controler /servo help

    Hi all i am building a radio control tank. i have forward brushless speed controlers and i am trying to program a picaxe 14m to do the following/example. I want to set the stick on my radio control to centre when i move the stick forward the speed controlers work in forward ok. Now i want to...
  15. A

    Radio control feed back using pulsin HELP

    Hi all I am building a 1/8th scale tank and i have found that when traveling slow is works ok but when it gets to a steep incline i have to blip the stick forwards to give it a bit of extra boost. I have put a shaft encoser on the back of the motor and reading it using pulsin reading it in...
Top