Search results

  1. S

    Error: Can't open port COM1.

    I am trying to program my Simon Game with the AXE027 but an error comes up; Error: Can't open port COM1. Anyone got an answer why this comes up?
  2. S

    DC Motor Speed

    Novis question:confused: If I want to control the speed of a DC motor, slow, fast. What switch/dial do I use to regulate the power so I can slow it down?
  3. S

    Resistors

    Is there an easy way of identifying resistor sizes? Every time I need to use them, 10K, 22K, I need to photo reference them.
  4. S

    Programming

    If I want to programme my 08M2/18M2 ect, ect, do I need to build a board for it and if so, once built; how do I remove it from the board so I can use it, or do I programme it on a breadboard?:( :confused: Where can I find a breadboard set-up programming guide, Do you guys already have a board...
  5. S

    Hello World

    table 0,("Hello World") main: for b0 = 0 to 10 readtable b0,b1 serout B.7,N2400,(b1) next b0 goto main When I run this the text "Hello World" appears, great. but when I try to repeat it it comes out as Hello WorldHello WorldHello World. What command can I use to loop it but...
  6. S

    Electronics Club

    Can anyone steer me in the right direction for this? I am looking at joining or starting a club for like-minded people who want to get together on a weekly/monthly basis to have a face to face/meet and discuss about tips, tricks and steers of projects and help? I live in the East Midlands...
  7. S

    Number Game

    I'm thinking of making a "Simon Says" type game but instead of random colours, a series of numbers are displayed, starting with a few 4 digit numbers, then 6, the 8, ect. ect. then you have to remember them and then re-input, so, 4321 would display on a screen, press enter to continue <enter>...
  8. S

    Independent LEDs

    I've started my programming using the basic high 1, low 1, high 2, low 2 act. act. But. How can I have 2 LED's working independent, rather than; symbol red = 1 symbol green = 2 main: high red pause 1000 low red pause 1000 high green pause 1000 low green pause 1000 goto...
  9. S

    New Guy

    Hi, My name is Marc, but most know me a Simo, and I'm from a small village in England. I'm not new to forums, I belong to several. I'm VERY new to this. I have just received my first kit from PICAXE. A, AXE003U PICAXE-08M2 Starter Pack (USB). I have also ordered the Picaxe Microcontroller...
Top