Recent content by Pat13

  1. P

    problems with CHI030 at low ambient temperatures

    Hello all haven't posted in a while. What is the ambient operating temperatures for the Picaxe and the CHI030 boards? I use CHI030 with 18M2+ chips for a variety of Halloween props, and I am having all sorts of issues with programs not running properly once they get into cool temperatures. I...
  2. P

    18M2 Tenda Issues

    Hello all I'm hoping someone can enlighten me as to what I am missing in this code. The idea for the code is that the 18M2 tells the Tenda to randomly select an mp3 from Folder 1. It then waits for an input (within a do/loop). If it receives an input, it selects the first mp3 from Folder 2...
  3. P

    CHI030 and Tenda Audio Module issues

    Hello all, I am a bit perplexed and I am hoping someone may have an answer. I have used the Tenda/MDFly Audio modules paired with Pixcaxe with great results (my Youtube channel, DeadThingsYardhaunt, has vids of my props that use the picaxe/MDFly combo). The MDFlys are usually installed in...
  4. P

    Programing Editor not seeing Com port

    Hello All! I have not posted in a while. I recently switched laptops, and am using Windows 8. I was trying to flash a 14M2 but the Editor could not find the Com port. I was not sure if I had run the Axe027 driver, so I installed that driver. However, the Editor is still not finding the COM...
  5. P

    Darlington issues

    Hello all, I am having some issues with a darlington circuit. Here is the setup: 08M2 driving the darlington (ULN 2803) which is switching on/off 12VDC vent motors under minimal load. The 08M2 outputs are going high/low in accordance with the code. The darlington is switching in accordance with...
  6. P

    trying to get a servo to move how i want

    LOL, yes, westaust55, these girls seem to enjoy making my life miserable! It is an enhancement of the original design. I noticed from last year that half of the kids would walk by the witches, (they were triggered by a PIR) as there was only audio to indicate that something was happening. For...
  7. P

    Things were working, now they aren't

    I have a setup for two animatronics that was functioning fine and as I added additional components it ceased to work.it seems to be hardware, rather than software. Setup that was functioning is as follows: 18ME controlling four Tenda mp3 players. Two groups of two 08M2's controlling 6 servos...
  8. P

    trying to get a servo to move how i want

    I am using this code, developed by halstaff, for a 3 axis animatronic head. I intend to have the "Pan" servo move left and hold upon receiving an input on C.3. Right now I am just trying to establish movement range and speed. The problem is this: with halstaff's code, the movement of the servos...
  9. P

    Using Tenda "busy" signal to control servo program

    I have 3 servos that are moving randomly, using multitasking on an 08M2. What I want to do is have the servos go to a subroutine when the Tenda busy signal goes low. However, I only want them to go to the subroutine the first four times the Tenda goes low, and ignore the rest of the busy...
  10. P

    CHI030, solenoids and relays

    Hi all, when using the CHI030 project board in conjunction with relays, motors or solenoids, should one be using a diode?
  11. P

    CHI030A Issues

    Hi all, I am using a CHI030A to control some pneumatic solenoids for a Halloween project. Solenoid 1 was wired to B.0, solenoid 2 to B.1. I was getting no response from B.0 (checked for voltage across darlington and +12VDC and nothing). I swtiched solenoid 1 to B.2 and all was running fine...
  12. P

    I'm not sure if this will work.

    So I thought I would ask the Picaxe gurus before I hook everything up and perhaps fry something. I want one 18M2 to tell another 18M2 when to run code. I think this can be accomplished by connecting an output pin from one 18M2 to an input pin on the other 18M2. The pin on the first picaxe...
  13. P

    08M2 problems in calling up files on Tenda module

    I am trying to use an 08M2 and two Tenda modules on an animatronics project. it is for a pair of witches for a Halloween display. The idea is for them to say verses from various chants, at times together and at times sequentially. The files are balanced in that both voices have the same db...
  14. P

    getting an early jump on a Halloween project

    Hi all. Since my last Halloween picaxe project turned into the Nightmare on Howe Place (but actually ran flawlessly on the Big Night), I thought I would get a jump on this year's project. It entails 3 witches having a "conversation", using an 18M2 and 3 Tenda mp3 boards. The witches will all...
  15. P

    Not sure how to do this

    Hi all, I am having trouble figuring this out. I want an mp3 to loop until a PIR is detected upon which it switches to another mp3. I tried this but it would only switch once mp3 1 was finished. Main0: serout TENDA, BAUD, ($E8) Do serout TENDA, Baud...
Top