Recent content by CudaBlu

  1. C

    PICAXE user written document library?

    Every now and then I run across a tutorial or other type datasheet on a PICAXE topic such as Westaust55's IR Tutorial, and I've seen others but they escape me right now. Is there a place on the Forum (or anywhere) where these documents are stored that we can go to to see all that are available...
  2. C

    Which method PICAXE to PICAXE communications?

    I have done a lot of research on this Forum and the PICAXE manuals and am now at a total lose as to which way to go for communications in an application I am working on. Here is the overall view of what I am trying to accomplish or believe I need to accomplish: - Overall project is for...
  3. C

    Testing the status of an output Pin

    I would like to test the status (off/on - 0/1) of an output Pin without creating an additional variable as a flag. Is there a way of performing an action based on the status of an output Pin? The following works on an input Pin: #PICAXE 18m2 Do SerTxd ("B.3 = ",#PinB.3,cr) If PinB.3 = 1...
  4. C

    How to simulate different lighting with RGB LEDs

    I have searched the forum and have not found the answer (at least one that is obvious to me, not saying it isn't here) that I need to the following task. I have an inexpensive RGB LED strip (5m) such as this that I would like to use to simulate different lighting conditions such as outlined...
  5. C

    Looking for reviews of this rookies first attempt at coding

    I am looking for pointers on the attached code. I feel I have learned a lot by researching this forum and some of you will surely see code snippets of yours here. But for better and I'm afraid worse I will take responsibility for this code in its entirety. Am looking for areas to improve...
  6. C

    Modulus Division Helppppppp!

    I clipped the piece of code below from one of the forum threads that was addressing the topic of controlling stepper motors. This piece of code helped me to get my cheap steppers running , for which I am very grateful. But, as I am trying to figure out how this works I have hit a wall on how...
  7. C

    Mostly related to DS-1307 Clock Module (Newbie)

    Hello everyone. I somewhat feel like I know many of you from reading through this forum for the past few weeks. You have a great community of people helping each other here, which was the main reason for me choosing PICAXE as the platform for a project I am researching. As best as I can, here...
Top