Recent content by Tasp

  1. T

    New/My 08M Proto Board

    Hi guys, Currently there is no pre-made board I'm aware of anyway that does just this. I know there are Proto boards but I want something I can, once built just put in a box without making another up on stripboard which often ends poorly. The idea is to have one multi purpose board based...
  2. T

    SERIN/OUT, SERRXD/TXD Circuits

    When using the above commands ie. connecting 2 x 08m's together for data transfer and send a "GO" command across to start the 2nd chip going, what is the recommended circuit? The manuals seem full of info for connecting everything else except 2 x PicAXE's or am I missing it? So if I use Pin 2...
  3. T

    Circuit Creator PCB's

    Am I missing something but on the main picaxe website, there is a tabs which shows Circuit Creator, if we click on there and go into sensors and create module it shows us nice PCB's, but I don't see anywhere to purchase these items. Are they available...
  4. T

    Mosfet resistor required?

    I intend to fire these MOSFETs from a 40X2, now I have a 100k resistor pulling the o/p down, do I need an additional resistor of about 10ohms in series to the gain? Some posts suggest having it some don't mention it and Manual 3 page 7 doesn't either. I'm not sure where I read it but am sure I...
  5. T

    14M/18M Storing Input States? NVMish

    Hello everyone, I'm wishing to use a 14m or 18m to do the following things. 1) Use a push button to change state of an output. 2) Store the state of an output in "memory" so that when the power is switched off then back on, the chip retains the states of the inputs. Using only the picaxe chip...
  6. T

    USB & Serin

    Is it possible to use AXE027 with the Serin port? I have it working to download to my 40X2 but don't seem to be able to send data to the chip using the serin command even when the chip is waiting on pin 6. So there's no point trying to send data if I know for sure it's not compatible. Just...
  7. T

    Computer Controlled Outputs Via RS232?

    PIC = 40X2 I would like to be able to send characters into a PIC from a PC (RS232) to switch outputs on and off. 3 PIC's A, B, C 1st letter: Chip ID 2nd & 3rd letter: output number (AA = A.0, AB = A.1, AC = A.2, BA = B.0, CD = C.3) Send "AAA" turns output A.0 high on chip A Send "aaa" turns...
  8. T

    Whats is a BCX38B!

    So I wish to connect a 5v relay to an 08M, manual 3 page 7 shows a BCX38B npn darlington transistor. However do you think I can find someone that stocks it! This is the relay...
  9. T

    Check if O/P is high and others

    Hey everyone, great forum, Very new to PIC's and PICAXE, so please don't hurt! The concept is to use the PIC as a 3 to 8 decoder ie. (74HS138) however I need the PIC to latch until the input pulses again, So 1st pulse turn output on, 2nd pulse turn output off, simple! (inputs 0 to 3 are binary...
Top