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 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...
  3. 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...
  4. 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...
  5. 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