Search results

  1. G

    axe027 and linux mint

    Just loaded axepad for linux and can't connect to my axe027 Followed the instructions on the axe027 page I put this into terminal. sudo modprobe ftdi_sio sudo chmod 777 /sys/bus/usb-serial/drivers/ftdi_sio/new_id sudo echo "0403 bd90" > /sys/bus/usb-serial/drivers/ftdi_sio/new_id sudo adduser...
  2. G

    Program Editor used with Linux Operating System

    I have an old computer that has XP loaded to it and I am considering switching to Linus Mint as an Operating System and was wondering will Program editor run OK if I use "Wine" which I understand to be for windows programs. Anybody able to help me?
  3. G

    Model Train sound and light program advice

    I have written a program that creates hissing and chuffing sounds plus controls the directional lighting for my garden railway loco. All runs OK except that there is a noticeable quiet period in the sounds when the loco is running. I have the sounds and lights running in parallel on an 08M2 chip...
  4. G

    help with input from a R/C rx servo output driving picaxe

    OK here I go I want to control a relay ON/Off using a picaxe that responds to the outputs of a 2.4GHz radio control RX. Basically an R/C switch. I want to use this to replace a servo that moves a mechanical switch that is used to change the direction of a DC motor in a large scale model train...
  5. G

    posting onto the forum

    Why is it that every time I write a new thread and then try to post it I am told that I am not logged on and the post just disappears? Is there a time limit to how long you can be logged in? Edit; Except this time it worked but it took only a short time to write this.
  6. G

    Programming Editor 6 loading problem on Win XP

    I have been trying to load the latest Programming Editor onto my XP computer and keep getting errors. The errors involve the loading on .Net Framework needed by Editor 6. Has anybody encountered this problem and if so was there a fix? If not then It looks like I am stuck with Editor 5. I am...
  7. G

    Connecting PWM inputs in parallel

    Hi, I want to run 2 picaxe 08M2's from the one PWM source. I have a remote control driving a motor in a model train which uses a picaxe to drive a relay to give me direction control. The picaxe monitors the PWM looking for a command which toggles the relay. I also have a diesel simulator...
  8. G

    Using an ATX powers supply with picaxe

    In Manual 1 on page 26 it says that old computer powers supplies are not suitable for picaxe. Is this because of filtering or is it because of regulation issues? If filtering would a 4700uF or bigger capacitor the issue? This question has probably been asked a million times but I couldn't...
  9. G

    Help with toggle command in parallel tasking

    'Greg Hunter's picaxe diesel sound installed into Cane Diesel 'output is now from C.0 (pin7) 'uses2.4 GHz RC so needs the speed 'inverted' ' Diesel engine sound - only 6 STEPS !!!!!! '**lookup table shortened** 'constant "fast idle" when decelerating until speed falls below '60' ' single Horn...
  10. G

    Using picaxe as a Voltage controlled Oscillator(VCO) and a shift register

    Is it possible to use a picaxe as a VCO and a shift register? If so how do I start going about doing this? Please keep answers/advice really simple as I am totally un experienced in writing anything other than a basic blinking LED program.
  11. G

    Program works in simulator and not in the chip?

    Why does my program work in simulator and not when uploaded to the chip?
  12. G

    Help with program code

    I have been given some code for a project I am doing but I can't seem to fathom a couple of lines/statements could someone please help? The code I am having trouble understanding is; do readadc c.0, right ifb4=5 yhen gosub change lights b4=0 endif ++b4 loop while right>128 When I run the code...
  13. G

    Help with setting adc in program editor

    I am trying to set the levels from LDRs using adc in program editor. I was shown a way on how to set them so that false triggering is eliminated but can't for the life of me remember how it was done. I have a vague memory of a panel in editor where I could put in the levels but just can't...
  14. G

    Training courses in Australia

    Hi, Does anybody know if there are training courses for beginners being offered in Australia? I am particularly interested in classroom type courses in NSW but will consider correspondence courses. The North West College in Rouse Hill, Sydney did run a 2 day course but that is not on offer...
Top