-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to open .sch file on Kicad, symbols display question marks #9
Comments
Hey, I am almost a complete beginner at keyboards, KiCad, and electronics, but I think this is a fix for most of the symbols. When you double click them on the schematic go to the Symbol library and type in whatever the symbol is supposed to be and find the correct library. For example, for the USB connector on the top left of the schematic, it says conn: USB_OTG, so i click on the browse library button and look up USB_OTG and it gives me the correct symbol. A lot of them also say "device: [something]" and you just have to change them to Device: [something] with a capital D instead of device: [something]. The only symbol I have not found so far is the ATMEGA328-PU or the GS2 symbols. |
Hi, As @nicholasterr24 says, please collect footprint library name. I think that the cause of this is changing kicad footprint name. Thanks. |
I fixed this issue. |
Yeah, I just opened it and everything seems to look good, all of the symbols show up correctly |
Hello all, @nicholasterr24 and @hsgw. Got around to fix it during the weekend using the same method double clicking the symbols. THANKS! |
That version of the project loads the symbols automatically for me in KiCad 5.1.2. |
This also fixed my "??" missing symbol problem as well — I am using KiCad version 5.1.5 It seems like a fix to me. Should this be merged with master and the issue closed? |
Symbols seem to be not displaying correctly, I'm using Kicad 5.1 BTW. I've done some research and most of it points that I need some libraries to be installed. Could you point me to the ones needed to the project?
Thanks for the files too!
The text was updated successfully, but these errors were encountered: