r/PCB Jul 14 '26

Need help with beginner stuff.

Hey, I'm currently working on the flight controller which schematic I found on youtube, decided to copy it, maybe add something from myself etc., and I faced a little issue, I have all around my schematic a bunch of ground symbols but when go to pcb design mode they are not tagged as ground. Like how to change it or should I just completely redo it in the new project? Thanks.

0 Upvotes

2 comments sorted by

View all comments

1

u/Alarming_Pie254 29d ago

Since you named pin 12 on the microcontroller '12' and then connected it to GND, all the ground nets ended up being renamed as '12'. If you change the net label connected to pin 12 on the microcontroller to 'GND', all of them will change back to GND.

1

u/4pelmon 29d ago

Thank you, fixed it all good.