Breakout Board and Pins not working

I’m learning to use a breakout board with my microbit and half of the pins do not work as expected. These are the pins 3,4,5,6,7,10,11 that are connected to the LED display and the buttons on the microbit. Whenever a plug an external LED into the breadboard it stays constantly lit up. Any thoughts? I’ve included pics of my set up and my code.


Pin 3 is also used to control the 5x5 led matrix. I would try it without the constant output to the screen via the clear screen block. In fact if you really want to use pin 3 I would turn the screen off with this

If that doesn’t work try another pin that isn’t used already like 0, 1, or 2.

1 Like

That worked! Thanks.