Recent content by GY44

  1. G

    Macro Problem

    Problem Solved !! I did exactly as you said Hippy. I found the "Use Basic Pre-Processor" box UNchecked, so I checked it and now I am able to run the syntax check without any problems. Many thanks for the help Hippy and also kranenborg and Flenser. Regards GY44
  2. G

    Macro Problem

    I need some advice/help in resolving the issue I have with inclusion of Macros in Picaxe programs. My setup works fine for all programs that DO NOT have a Macro in the .bas file. When there is a Macro, I get an error message when I try to check syntax. The message says ;-...
  3. G

    Picaxe programmer PCB for CH340 "Gold" USB Serial Adapter

    Sorry to mention this IBenson, but all UNused inputs on the 74HC14 hex inverter should be tied to either rail. This prevents false triggering on used inverters. The quote below is from the 74HC14 datasheet--Pg12 Unused inputs must be terminated to either VCC or ground. These can be directly...
  4. G

    Using transistor to switch power on with a push button

    I found this circuit in my archives - it might be of interest to this thread. A centre off toggle switch has a continuous and button position which gives approx 15 seconds of power before turn off.
  5. G

    TIME and Timer1 on M2s

    Bit 0 of PIR1 gets set when Timer1 overflows (pic16F1823) . It should be possible to do a PEEKFSR on PIR1. PIR1 is in Bank0. Regards. GY44
  6. G

    AXE027 alternate

    Hi guys, Have a look at this pdf on this subject. I have used the circuit in fig.4 successfully. Regards. GY44
Top