Search results

  1. S

    Endif underlined in PE6

    Why does endif get underlined with a red wavy line in PE6? I can change the color of it in the settings, which identifies it as a KeywordError. It doesn't seem to matter whether it is on the same line as the if statement separated with a colon or without, or on it's own line. If I remove it I...
  2. S

    URF SRF XRF ERF Configuration Wizard

    Hi, Is there a tutorial on how to use this wizard? I am converting a broken IP PTZ camera to a USB type. The camera itself will be wired with a USB extension cable. I am using SRF/ERF connected to the programming pins for testing the pan, tilt & zoom. Then I will make a remote control with an...
  3. S

    Problems using timer/count input in count mode

    This is where I got to last night with an AXE200 vB.2. Seems to be just the same as yours. #terminal 9600 pause 5000 let dirsc = %00000010 SETTIMER COUNT 65535 do pause 500 inc w2 w1=timer w0=pinsc sertxd ("After inc w2=",#w2," w1=",#w1," w0=",#w0,cr,lf) high c.1 w1=timer w0=pinsc sertxd...
  4. S

    ModCom giving port error

    Hi Neil I get the ABC0,ABC1 with putty, same as the picaxe terminal. I now have 2 ModCom set-ups running on 2 computers, but both have this com error when the serial in wire is connected. Both read and display the data from the picaxe when the serial in wire is disconnected. I have also tried...
  5. S

    ModCom giving port error

    Hi I am trying to interface a 20M2 with ModCom v8.14. I have nothing connected to the 20M2 except the download circuit. http://www.weedtech.com/software.html I have programmed the 20M2 with Anobium's sample code from his Youtube tutorial. http://www.youtube.com/watch?v=nFR6rzWjU4U setfreq m8...
  6. S

    GPS choice GPS010 or GPS001 and AXE211

    Hi I am going to buy a GPS module. Which is best / simplest? Both are similarly priced but looking at forum post dates the GPS010 looks to be newer. The GPS010 datasheet references AXE211 connect board but I can't find it on either the forum or picaxestore.com. Is this a future product or a...
  7. S

    40x2 Power Pins

    Referring to the following question on thread http://www.picaxeforum.co.uk/showthread.php?25280-READADC10-Bias I looked into what was necessary. I've got some 40x2s but haven't used any yet on a project. I couldn't find any info on the forum, the picaxe website or scanning through Microchip's...
  8. S

    Testing whether PE6 copy to forum is post auto-capitalise setting

    setfreq m2 high b.1 count c.0, 65535, w0 low b.1
  9. S

    Byvac 192x64 Graphic LCD with BV4613 controller.

    Hi, I bought this display about 3 years ago but have only just got around to trying it. In serial mode I cannot get past the "waiting for CR" message. In i2c mode I cannot get past the "i2c mode ready" message. I have tried with serout Main: Pause 500 Serout C.0, N2400, ("CR") Pause 50 Serout...
  10. S

    Thermocouple tutorial

    I am planning a reflow toaster oven and bought some cheap thermocouples. After a days research I found that the proper way to use them is with a MAX6675 chip which seems to be obsolete or a MAX31855 which I can't find in UK. Other methods used AD595AQ which seem to be about 5 times the price of...
  11. S

    PICAXE is in Space

    I think so. This was the only place I could find suitable settings.
  12. S

    PICAXE is in Space

    This is what I loaded FunCube 1 39417U 13066B 13328.52822701 .00004709 00000-0 65186-3 0 152 2 39417 097.7995 041.0710 0063010 185.6906 174.3718 14.77115537 473 UNISAT 5 1 39421U 13066F 13328.51332398 .00003348 00000-0 40481-3 0 175 2 39421 097.8049 041.0921 0032995 196.4231...
  13. S

    AXE134Y serial board

    Hi I have a project using an AXE134Y 4x20 OLED. I want to fit it into a box with transparent lid that I already have several of. The OLED board is a perfect fit but the serial board extends beyond the edge of it too far. I am going to cut this board just behind where the download socket would...
  14. S

    Caller ID integration UK

    We seem to be plagued with callers offering double glazing, cavity wall and PPI recovery services. We are registered with TPS but I assume most of these calls come from abroad now with VOIP. I have just registered with BTs free 'Privacy at Home' scheme which includes free 'Caller Display'. I...
  15. S

    Multiway Jumper, Shunt, Busbar

    Hi I am looking for some multiway jumper links. Working with the AXE405 board I have multiple tracks I want to join together. For inputs I can use SIL resistor arrays, but for outputs I want something that will carry a bit more current. I am sure I have seen things that resemble a comb in the...
  16. S

    Rapid last column

    Maybe that was last years and you can't use the code until tomorrow.
  17. S

    Reading interrupt flags

    Hi I have this code on a 40X2 that causes a hardware interrupt when one of 3 buttons (B.0, B.1 or B.2) is pressed. This sends a message to the AXE133Y to say that the program is interrupted, then when the button is released it carries on counting from where it left off. I see the setintflags...
  18. S

    AXE200 Module at 32MHz

    Hi again I was experimenting with my 28x2 module (firmware B.2) and the scope looking at timings for different commands. This is the old module that was on special offer in December. I accidentally used setfreq 8 instead of setfreq m8. It seemed to go at 4 times the speed. The number was...
  19. S

    ByVac BV4513 serial LED module

    Hi there I bought a couple of these serial LED modules to try on my 18M2. http://www.byvac.com/bv3/index.php?route=product/product&path=35_53&product_id=53 I connected it up pin 5 to ground, pin 3 to +5v, pin 1 to C.2 but cannot get it to display numbers. I tried with and without inverse...
  20. S

    4x4 Keypad Matrix

    Hi I got some 4x4 keypads today. I found some code by Hippy but it is a bit too complicated for me to understand. The symbol definitions had ORs in them and some of the statements were ANDing masks and pins then XORing them with something else. Just too much for my head at this stage. I wrote...
Top