Recent content by neiltechspec

  1. neiltechspec

    AXE033 OLED Module problem

    Pin outs are pretty standard. 1602 means 16chrs x 2lines.
  2. neiltechspec

    AXE033 OLED Module problem

    Any HD44780 compatible display will do, you may have to re prog your pic for LCD instead of OLED as display initialisation is different.
  3. neiltechspec

    program get stuck.

    From what I can see, ADC 5, 6 & 7 don't exist. Also, if using readadc10, values should go into word variables not byte.
  4. neiltechspec

    Using motor with 014M and Darlington driver buffer chip

    Current permenantly flowing through the motor & killing the power supply.
  5. neiltechspec

    Where do I need to download PE6 from ?

    Just click on it, will take you to the free download if you read what it says.
  6. neiltechspec

    axe022 protoboard

    https://picaxe.com/docs/axe022.pdf
  7. neiltechspec

    Has anybody got a Picaxe to read/write serial RAM using SDI or SQI mode ?

    Dream on !. Probably insufficient demand from the "main" market to warrant development.
  8. neiltechspec

    Picaxe for DCC model railroads

    You won't find much on here for DCC, PICAXE just isn't fast enough.
  9. neiltechspec

    Verification error

    Decoupling is essential, as close to chip power pins as possible.
  10. neiltechspec

    Evaluation of frequency 1750Hz Vpp=3V on C.2

    Use a purpose designed tone decoder - NE567, datasheet tells you how to calculate component values.
  11. neiltechspec

    RC PWM to drive a Cytron MD20A motor controller

    W0 is B0 & B1 W1 is B2 & B3 As you capturing the pulse into W1, should you not be looking B2 & B3 ?. B0 & B1 will be always 0.
  12. neiltechspec

    Rail voltage

    I think you may find they will tolerate higher than 5.5v as they are supplied on Military Grade chips. (found that out when I was wanting to run a 20x2 @ 6v, military info from 'hippy') But 7 volts is too high would probably damage them.
  13. neiltechspec

    PICAXE-28X2/AXE401 Serial Coms withe DRA818 U/V

    You are sending inverted data, is that what is required ??. Try with 'hsersetup B9600_8, %0000'
  14. neiltechspec

    What am I doing wrong here?

    Sertxd( "Watering System , 17.10.23", Cr, Lf ) Try that.
  15. neiltechspec

    Editor locking up during simulation

    Doesn't crash for me on editor 5.5
Top