I just got the Teensyduino 3, and spent the last few hours trying to get the tutorial Blink program to work. (Teensyduino with headers and breadboard, and tutorial kit.)
At first, I wasn't able to get the led to light up at all, till I made the jumpers a little longer for ground and +5V.
Then I tried to get the Blink program to load, but nothing happened when I hit the reset button. I had previously gotten the board to show up in the loader program.
After checking my connections and retrying to load the program, I read the troubleshooting steps on the website: http://www.pjrc.com/teensy/troubleshoot.html and read the following
I was sure I had a dead board, thankfully I don't!
My next step is to make some controls for flight simulator.
At first, I wasn't able to get the led to light up at all, till I made the jumpers a little longer for ground and +5V.
Then I tried to get the Blink program to load, but nothing happened when I hit the reset button. I had previously gotten the board to show up in the loader program.
After checking my connections and retrying to load the program, I read the troubleshooting steps on the website: http://www.pjrc.com/teensy/troubleshoot.html and read the following
This turned out to be my problem. I had switched from a short USB cable to a longer one I usually use for charging my phone. The short one let me load the Blink program, and everything worked as it should.If the LED blinks, and the pushbutton stops the blinking, but Teensy Loader never detects your board, and you've followed the steps above, the problem is almost certainly a faulty USB cable. Many USB cables made for charging devices have only power wires but no data lines.
I was sure I had a dead board, thankfully I don't!
My next step is to make some controls for flight simulator.
