Search results

  1. M

    PICAXE Rebooting when Command is given

    I've run into a problem with my personal project that's using a PICAXE 20M2 that I don't quite understand. The project was tested on a solderless breadboard with all the same components, the same code, power supply, etc, and it worked just fine. Now that I've moved the components to a...
  2. M

    Running Multiple PICAXEs from the same Power Supply

    I need one that is constantly running a ForNext Loop of oscillating values that I can use to make my LED smoothly change in brightness while still having control of the program via a remote and not being locked into that loop. It does seem like sort of a waste to have an extra picaxe needed...
  3. M

    Running Multiple PICAXEs from the same Power Supply

    I have a question that I feel like I admittedly should know the answer to, but would it be possible to run 2 picaxes (both 20M2's) off of the same 3-AA battery pack? One picaxe is already hooked up to the battery pack and has an IR sensor, a piezo buzzer, and an LED hooked up to it, the second...
  4. M

    Using PWMduty with Parallel Processing?

    I'm trying to dip my toes into parallel processing and have read the section regarding it in the PICAXE Getting Started manual. I noticed a mention of certain "complex" commands halting the progression of a program, I was wondering if PWMduty was included in those complex commands. In...
  5. M

    Trouble with turning off PWM on RGB LED

    That worked a charm, thank you very much! I should have known that I'm sinking on the PWM so I should use the values the other way around.
  6. M

    Trouble with turning off PWM on RGB LED

    I'm using a common-anode RGB LED with each leg (besides power, of course) to a separate PWM channel (PICAXE 20M2), and each leg has its own proper resistor value. Link to the LED Datasheet Issuing the initial "pwmout" commands result in the desired brightness of each internal LED, but where the...
  7. M

    I2C Help with L3GD20H (Gyroscope)

    If I could ask one more question to the kind people here, how should I go about converting 16-bit data written in 2's Complement to Decimal? Each half of the 16-bit word is found in 2 different registers on the Slave device. Currently, I'm using an hi2cin command to read the halves into PIC...
  8. M

    I2C Help with L3GD20H (Gyroscope)

    Hi, I'm fairly new to using I2C in general and have a basic understanding of the concept by reading the PICAXE I2C manual, the sections in the BASIC commands manual, as well as some Youtube videos, but in practice, I'm still struggling with implementation. I'm using a PICAXE 14M2 and an...
Top