Search results

  1. L

    JP servo controller

    http://www.jianpingusa.com/datasheet/JP_SerSevor_Module_Manual10.pdf Above is a link to the datasheet of a servo controller I found on Ebay. Unfortunately, it has extensive reference to Arduino, including test code. Anyone here have any experience with it with PICAXE? Thanks!
  2. L

    Relay shields

    My apologies for bringing this up as I know it has been covered before, but I just can't find the thread despite searching index. How do you hook up 8 relay shields sold on Ebay for 5V PIC use to and ChI030 board.? When this was last discussed, someone posted a fantastic link but idiot me...
  3. L

    Parallel operation

    Still very new to BASIC/PICAXE! Would appreciate guidance on where to find "Parallel operation" in the manual. Am I correct that they are classified as "conditional and are therefore "If ... Then" or do Whilst type of instruction ???
  4. L

    Music/light synchronization

    Help Please - still a newbie who had great help here last week. I am trying to synchronize a light display with music using PICAXE - Music NOT the monotonic tunes from PICAXE but a from an MP3. Something similar to the Christmas Lights shows where the whole house goes berserk, but on a...
  5. L

    Uncoded delay btween lines of code?

    Newbie here. I have just adapted and altered some code from www.lincsoft.com site to run a motor. symbol motor = 1 'Define the motor port symbol power = b0 'Define a variable for the power level symbol offperiod = b1 'Define a variable for the off period symbol times = b2 'Define a...
Top