Using a sketch posted on You Tube

Hi I was looking at the Donebots site for details on a dot matrix display. Having found the info I copied the sketch into the Arduino Prog. All looked good until to check I had all the code I selected
verify / compile I then had this error message.

Missing FQBN (Fully Qualified Board Name)

Compilation error: Missing FQBN (Fully Qualified Board Name)

Any help would be good and I hope this is posted in the correct slot

Hi @Loopman. This error occurs when you haven't selected any board in Arduino IDE.

Select the board you are using from the Tools > Board menu in Arduino IDE and then try compiling the sketch again. Hopefully this time it will compile without any errors.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.