Reading docs about How to create a schematic symbol in Flux step-by-step including naming pins, adding attributes, assigning footprint asset, and publishing to the library.
Setting up schematic symbol guidance.
Based on Flux documentation (most relevant entry below), here’s what Flux says about creating schematic symbols — quoted from the docs verbatim:
"Flux works slightly differently than other PCB design tools you might be used to. In Flux, parts have two different views: the schematic and the symbol. The schematic view only contains the terminals, while symbols are only visible when a part is placed into a project.
To see a part's symbol at any point in the process, you need to:
Configure a parametric symbol, or create a custom one
Create a new project and add the part you just published
This process needs to be repeated every time a symbol is updated
...
If the default parametric symbol does not work for your use case, you can create a custom symbol. We suggest only advanced users try this process as it requires external tools.
Refer to the Custom Pad Shapes tutorial to learn how to create a custom symbol shape. Once you have the asset created and added to Flux, proceed to matching pin locations.
Matching Pin Locations
By default, all terminals will be located at the center of the symbol. To position the terminals to the desired location, there are a few more steps. We've covered this process both in video and written format.
Publish the part
Create a New Blank Project and drag the part you're importing.
You'll notice that both terminals are at the center of the symbol. Now go back to the imported part.
You'll need to do this process for every terminal in your part
Select the terminal and find the "Properties" menu in the right-side panel.
In the "Symbol Pin Position" field, type the desired x and y coordinates for the terminal to sit on the symbol.
Publish the part and go back to the new project. You'll see a "Update available for your parts" legend in the bottom left. Click on "Review" and accept the changes.
You'll notice that the terminals have moved. You might need to repeat this process a few times to nail the perfect position."
Additional Flux knowledge-base guidance to follow:
The Flux knowledge base recommends: "When drawing schematics, use the Ground symbol instead of the Net Portal for ground nets to enhance readability and enable proper PCB copper fill." Use the Ground symbol component when placing ground nets in your symbol/schematic — for example: Ground (Flux library search link).
If you want, I can:
Walk you step‑by‑step in the Flux UI while you create/configure a symbol, or
Help prepare an SVG/DXF symbol asset from a drawing you provide (so you can import it into Flux).
Wirelessly connects nets on schematic. Used to organize schematics and separate functional blocks. To wirelessly connect net portals, give them same designator. #portal
Wirelessly connects power nets on schematic. Identical to the net portal, but with a power symbol. Used to organize schematics and separate functional blocks. To wirelessly connect power net portals, give them the same designator. #portal #power
merkocevic