Fading LED example resets UDOO board

Discussion in 'Arduino IDE' started by Chris Morris, Aug 3, 2018.

Tags:
  1. Chris Morris

    Chris Morris New Member

    Joined:
    Jul 24, 2018
    Messages:
    4
    Likes Received:
    1
    Hello!

    First off, I'm a software engineer. I don't do hardware! As you can see, I can't even fade a LED...

    I am trying to run the "Fading" example project as provided by the Arduino IDE, https://www.arduino.cc/en/Tutorial/Fading
    Using the UDOO documentation showing the Arduino pin out, https://www.udoo.org/docs-x86/Arduino_101_(Intel_Curie)/Pinout.html, I connect my LED & resistor between pins identified as GND and PWM9 in the PWM section as shown on the UDOO pin out diagram. As soon as I make the connection, the entire module (including the x86) resets. I guess that I shouldn't make that connection and I should stick to software!

    If I make the LED connection between GND and LED as identified on the UDOO image, I can control the LED using the digitalWrite function without any problem.

    My question is, the pin-out shown in the UDOO documentation:
    [​IMG]
    is different to the pin out shown in the Fading guide on the Arduino site:
    [​IMG]
    Are the UDOO pins supposed to be the same as the Arduino pins? Have I missed some UDOO documentation somewhere which says "UDOO pins are the same as Arduino pins except for the following..."?

    Regards,
    Chris
     
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
  3. Chris Morris

    Chris Morris New Member

    Joined:
    Jul 24, 2018
    Messages:
    4
    Likes Received:
    1
    Hi waltervl,
    Disabling the Curie Power Management in the BIOS as described in the link you posted fixed my problem.
    Thank you.
     
    waltervl likes this.

Share This Page