Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Post History

60%
+1 −0
Meta A community-maintained list of abbreviations used in electrical engineering?

I support this idea and think that it might fit the Papers category, although it should be allowed to have multiple users maintain and moderate it. It should be a brief glossary for a quick look-up...

posted 1y ago by Lundin‭

Answer
#1: Initial revision by user avatar Lundin‭ · 2022-11-04T13:39:52Z (over 1 year ago)
I support this idea and think that it might fit the Papers category, although it should be allowed to have multiple users maintain and moderate it. It should be a brief glossary for a quick look-up of technical terms.

Perhaps use a single word as "defining category", as seen in a dictionary and can be used for disambiguation. 

It could be in the following format, syntax:


- **[abbreviation] - [Meaning]** (_category_). Simple explanatory text here, preferably one sentence. May use other technical terms used in electrical engineering without further explanation of those term.

---

Example:

- **LQFP - Low Quad Flat Package** (_package_). A low profile version of a quad flat package, see QFP.
- **MCU - Microcontroller Unit** (_integrated circuit_). An integrated circuit containing a CPU, RAM memory, ROM memory and programmable hardware, so-called hardware peripherals.
- **PCB - Printed Circuit Board** (_component_).  A board made typically made out of a fiberglass reinforced epoxy, which has traces on at least one side and is used to mount electronic components.
- **PWM - Pulse Width Modulation** (_signal_). A square-wave signal consisting of a period and a duty cycle.
- **QFP - Quad Flat Package** (_package_). A square-shaped, standardized package for SMD components using a fixed number of gull wing leads per side. They are specified by the total number of pins such as for example LQFP48.
- **SMD - Surface-Mount Device** (_component_). A method and type of component reflow-soldered at one side of a PCB without the need to drill holes through the board.
- **SPI - Serial Peripheral Interface** (_bus_). A common, synchronous serial bus used for high speed, short distance communication, typically using up to 4 signals in full duplex.