Search results

  1. G

    Problem with Windows 7&8

    I have not used the Picaxe Editor for a few years. Previously I have run it on Vista and XP with no problem. I installed version 6 on a Windows 7 PC and could not get it to recognise any COM ports. The computer did not appear to even have any COM ports. After hours of searching and trying...
  2. G

    LM7805 getting too hot

    My circuit for the dual stepper motor driver for a telescope is complete and works like a treat. The only problem is, the LM7805 regulator gets viciously hot in less than a minute. I want to power the circuit from a portable source and had a 12V battery in mind. The circuit and motors run off...
  3. G

    Using setint

    Can setint monitor two pins (in1 and in2) and generate an interrupt if either input goes high? The manual says that an OR can be done, but I cannot find any more information.
  4. G

    Unipolar stepper driver

    I am embarking on another project which is a dual stepper motor controller for a telescope mount. The board has been wired up, and I tested it using 4 LEDs to simulate the 4 stepper coils. The simple test program is as from Manual 3: steps: toggle 4 pause 200 toggle 5...
  5. G

    Picaxe18X

    I see that this is now replaced with the Picaxe18M. Will an 18M work if put in a circuit designed for an 18X? Can I load an 18X program into an 18M? George
  6. G

    Simple and cheap 433MHZ transmit/receive

    This arrived in the post today. It took 5 minutes to hook this up I added 15cm of wire for the antenna. The device has 4 channels - I have used two. One click on the remote button and the LED comes on. Another click and it goes off. The range so far tested is about 15 metres. Any further...
  7. G

    Switching a 5V relay

    I have a signal that switches between 0V to 3V. I connected this to a Darlington driver (ULN2803) connected to a 5V relay hoping that the Darlington would activate the relay. Unfortunately the voltage across the relay coils is only 3.46 V which is not enough to trigger it. I have found a...
  8. G

    decoupling capacitors

    I started constructing the new circuit for my astronomy dome rotator. After the Picaxe and Darlington chip were on the veroboard I added a buzzer and tested the circuit. Performance was erratic to say the least. I checked my soldering a dozen times but could find no fault. Eventually I found a...
  9. G

    Generate logic signals from motor output

    I have cannibalised a toy radio control car to get at the electronics so that I can make a radio link for a project I am working on. I am motorising my telescope observatory so that the dome can be rotated remotely. Only one of the motor outputs will be used for the time being. When the...
  10. G

    Picaxe18X to motor controller

    For my observatory dome rotator I have a car wiper motor and a Syren motor driver. http://www.active-robots.com/products/motorcon/syren10-details.shtml I intend to use an analogue input to the motor driver. The suggested way is to use a pwm output as in the diagram below. Is this the best way...
  11. G

    ADC inputs

    I have done some tests with a Sharp IR proximity sensor http://www.coolcomponents.co.uk/resources/GP2D12IRSENSOR/GP2Y0A21YK.pdf and intend to use it to monitor the distance between my telescope and the dome opening. Connected to a 4.5V supply the readout voltage is 0.02V when pointing out of...
  12. G

    Astrophotography Intervalometer

    The interval timer is finished. The use of an LCD makes it so much more user friendly. The length of the exposures can be selected and then each frame has a seconds timer to let you know how far it has got. The left hand button does most of the controlling at the moment. The right hand button...
  13. G

    Enter variable value by key presses

    I would like to set a value of a variable, say b1, by tapping an input key. Example: to enter '5' I tap the key 5 times. If there are no more key presses in the next 3 seconds, the program accepts the number as 5 and moves on. I looked up the variable 'timer' and the instruction 'settimer', but...
  14. G

    Picaxe type control of a printer port?

    Is there any software that allows the user to control the outputs and inputs of the PC printer port in the same way the programming language operates the input and output ports on a Picaxe? On the old BBC computers it was very easy to send outputs to an external device, but modern PCs seem to...
  15. G

    Stepper motor control

    I have got thoroughly confused between unipolar, bipolar and hybrid stepper motors! I bought a 'hybrid' stepper motor with 6 leads from Rapid. Rapid page http://www.rapidonline.com/netalogue/specs/37-0509.pdf I also bought the L293D board to drive the stepper motor. The picaxe interfacing pdf...
  16. G

    sequence of pulses

    I am new to the PICAXE system and this forum, so I hope my question is not out of place. I have a PICAXE 18X and want to output a series of pulses to an infra red led. The frequency is 327000 Hz. This is 30 microseconds per pulse so 15 microseconds high, 15 microseconds low should do it. How...
Top