Recent content by krogerssolar

  1. K

    Servo with IRIN

    Hi all I need some help with my code I basicly don't know where to start I have a Railroad code the is using an LDR I'm looking to do a IRIN Cunrtly the code has two LDR inputs i would like to swap to IRIN inputs basically if the beam is broken the code should be triggered. this is what i have...
  2. K

    Picaxe IR LED

    Hi all I have code for a IR Railroad track side signal indicator control the code below is for two led's and two Ir Receivers I'm Building a switch yard and was wondering if i could have each picaxe say 4 or 5. I would like any of the picaxe's to trigger the red led code on each Pixace so when...
  3. K

    IR LED code help

    Hi all i have this code below what I'm trying to do is this is a Train signal. The code should start with a green led light when the IR beam is fully received by the receiver. When the beam is broken i want it to trigger the Red led turning off the green led and hold the red led until the ir...
  4. K

    Help to Modify a LDR to IR code

    Hi all been awhile since I've worked with any of my Picaxe's. I have a project that I'm trying to get working I have code setup for a LDR light trigger worked fine I'm doing some work with a IR trigger for some Railroad signals and i want to switch the LDR to IR i have on code working that will...
  5. K

    LDR LED Control

    Hi all i need some help with a code project for more Railroading items i have im working on a 20m2 chip with one LDR and three led's im using a low command to trigger the LED to light with its negative side and when the code is high its to turn the LED off i have pre wired track side singles...
  6. K

    PWM LDR Servo control 14m2

    ALL im working on a code for a LDR controlled led Flasher/ Servo controller for a Railroad project code below. ive got it to turn on the leds and flash also got the servo to move a slow speed but when the servo moves and the leds flash its like it resets leds go off and the servo resets then...
  7. K

    are the resistors needed if your not programming

    Hi all im working on a new project for one of my trains i have to other units working and when i made this one no go when its solder to a board it wont work when i use my breadboard it works fine do i need the program circuit setup once its programed i don't need it there. diagram attached...
  8. K

    Relay help

    Hi All i need help with a another project this should be easy but i cant figure out a switch commend to activate three different pins ie one switch activates pin 1 b.1 input c.1 second switch activates pin 2 b-3 input c.2 third switch activates pin3 b.3 input c3 and fourth switch pin 4 b.4...
  9. K

    Temp senser

    Hi all this is another project in need of help im trying to make a AXE113 kit but i don't have the kit making it by hand using a LM34DZ (To 92). i have all of the items that the spec in the axe kit have http://www.rev-ed.co.uk/docs/axe113.pdf not sure what i need to do with the code to get it to...
  10. K

    anyone used a network to rs232 unit

    i have a question has anyone used a network to rs232 unit if so what have you used and how much are they and can you program your picaxe's in the programming software. im just wondering if this world work i might make an active setup where i might want it on the network for programing but not...
  11. K

    need help with 8m idea with Relay

    Hi all i have another project on my mind to make a grade crossing flasher to flash two sets of lights but its needs to power some high amp lights i think about 4amps with both on so this is where i would like to have a code. to send power out for a few second on pin 1 of a 8m picaxe and then go...
  12. K

    flashing code help

    Hi all i need help with a code main: SYMBOL led = 2 SYMBOL trigger = pin3 top: if trigger=1 then flash: 'if horn go to flash GOTO top: flash: low 1 pause 50 high 1 low 2 pause 50 high 2 pause 1300 goto main i have it where if a trigger from a Train remote control ie an open collector i...
  13. K

    how to make a strobing leds

    hi guys can you help me make a code for a strobe leds i have used this code to make just one led to work like i want main: high 2 pause 1000 low 2 pause 60 goto main this works fine for one when i add two led and change the code to main:high 1 pause 1000 low 1 pause 60 low 2 pause 1000 high...
  14. K

    Picaxe Ditch light controle issue's

    Hi guys I'm new to the Picaxe and to the Forum. I have a few question i ordered some 08M Picaxe for a G Scale Train project to make flashing Ditch Lights on three locomotives. the programing went well got the flash down with the help of...
Top